Date: Thu, 10 Jun 2004 20:43:04 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica acpi_machdep.c src/sys/i386/i386 bios.c src/sys/i386/include/pc bios.h Message-ID: <200406102043.i5AKh4dA086698@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406102043.i5AKh4dA086698>
