summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-06-10 20:43:04 +0000
committerjhb <jhb@FreeBSD.org>2004-06-10 20:43:04 +0000
commitee8370535ac25ea43768796f941bbd8397f8a266 (patch)
treee3435e9d7547071cdb705b09df404cbed8b70d50 /sys/i386/acpica
parentf7c8770debc1cb4e4c0aa95cd3a49dbf7072d704 (diff)
downloadFreeBSD-src-ee8370535ac25ea43768796f941bbd8397f8a266.zip
FreeBSD-src-ee8370535ac25ea43768796f941bbd8397f8a266.tar.gz
- 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.
Diffstat (limited to 'sys/i386/acpica')
-rw-r--r--sys/i386/acpica/acpi_machdep.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/acpica/acpi_machdep.c b/sys/i386/acpica/acpi_machdep.c
index 90720b2..79ba3cf 100644
--- a/sys/i386/acpica/acpi_machdep.c
+++ b/sys/i386/acpica/acpi_machdep.c
@@ -306,12 +306,6 @@ acpi_machdep_init(device_t dev)
acpi_dev = dev;
sc = device_get_softc(acpi_dev);
- /*
- * XXX: Prevent the PnP BIOS code from interfering with
- * our own scan of ISA devices.
- */
- PnPBIOStable = NULL;
-
acpi_capm_init(sc);
acpi_install_wakeup_handler(sc);
OpenPOWER on IntegriCloud