summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/bios.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c
index 3d4c7e5..40696fb 100644
--- a/sys/amd64/amd64/bios.c
+++ b/sys/amd64/amd64/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