summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-03-28 12:13:57 +0000
committernyan <nyan@FreeBSD.org>2002-03-28 12:13:57 +0000
commit7703eadb26aeb96eb3a864ca5b56075cde6c8aec (patch)
tree4b955618c6f5a2af39fb9467ad41aca998914dde /sys/i386
parent888bde76a092e9e583e2b7c52d95c2a509e8fa2d (diff)
downloadFreeBSD-src-7703eadb26aeb96eb3a864ca5b56075cde6c8aec.zip
FreeBSD-src-7703eadb26aeb96eb3a864ca5b56075cde6c8aec.tar.gz
Remove unneeded pc98 hack.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/bios.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/i386/bios.c b/sys/i386/i386/bios.c
index 3d4c7e5..40696fb 100644
--- a/sys/i386/i386/bios.c
+++ b/sys/i386/i386/bios.c
@@ -102,7 +102,6 @@ bios32_init(void *junk)
sdh->entry, bios32_SDCI, sdh->revision, sdh->len);
}
-#ifndef PC98
/* Allow user override of PCI BIOS search */
if (((p = getenv("machdep.bios.pci")) == NULL) || strcmp(p, "disable")) {
@@ -111,7 +110,6 @@ bios32_init(void *junk)
if (!bios32_SDlookup(&PCIbios) && bootverbose)
printf("pcibios: PCI BIOS entry at 0x%x+0x%x\n", PCIbios.base, PCIbios.entry);
}
-#endif
} else {
printf("bios32: Bad BIOS32 Service Directory\n");
}
OpenPOWER on IntegriCloud