summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica/OsdEnvironment.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-09-30 18:45:20 +0000
committerjhb <jhb@FreeBSD.org>2002-09-30 18:45:20 +0000
commit1e51eacf83efe8d98b100d1ee388db62d5ac1876 (patch)
tree1782805f4942c08f7880014fe56b64f82da02ab4 /sys/i386/acpica/OsdEnvironment.c
parent9b80ac7383aeb8ff680907bc091d45fc935d4eec (diff)
downloadFreeBSD-src-1e51eacf83efe8d98b100d1ee388db62d5ac1876.zip
FreeBSD-src-1e51eacf83efe8d98b100d1ee388db62d5ac1876.tar.gz
Trash the PnPBIOStable pointer later on when we know that the acpi probe
and attach routines have succeeded so that if they fail we can still use the PnP BIOS to find ISA on-board devices. The fact that we do this here is gross but fixing it properly involves a lot more work.
Diffstat (limited to 'sys/i386/acpica/OsdEnvironment.c')
-rw-r--r--sys/i386/acpica/OsdEnvironment.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/acpica/OsdEnvironment.c b/sys/i386/acpica/OsdEnvironment.c
index 773bbe8..4e3ae44 100644
--- a/sys/i386/acpica/OsdEnvironment.c
+++ b/sys/i386/acpica/OsdEnvironment.c
@@ -38,12 +38,6 @@
ACPI_STATUS
AcpiOsInitialize(void)
{
- /*
- * Prevent the PnP BIOS code from interfering with our own scan of
- * ISA devices.
- */
- PnPBIOStable = NULL;
-
return(0);
}
OpenPOWER on IntegriCloud