cvs commit: src/sys/i386/acpica acpi_machdep.c src/sys/i386/i386
bios.c src/sys/i386/include/pc bios.h
John Baldwin
jhb at FreeBSD.org
Thu Jun 10 20:43:21 GMT 2004
jhb 2004-06-10 20:43:04 UTC
FreeBSD src repository
Modified files:
sys/i386/acpica acpi_machdep.c
sys/i386/i386 bios.c
sys/i386/include/pc bios.h
Log:
- Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 is
present and thus that the PnPBIOS probe should be skipped instead of
having ACPI zero out the PnPBIOStable pointer.
- Make the PnPBIOStable pointer static to i386/i386/bios.c now that that is
the only place it is used.
Revision Changes Path
1.21 +0 -6 src/sys/i386/acpica/acpi_machdep.c
1.67 +3 -2 src/sys/i386/i386/bios.c
1.17 +0 -1 src/sys/i386/include/pc/bios.h
More information about the cvs-src
mailing list