mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove unneeded pc98 hack.
This commit is contained in:
parent
fed2df0509
commit
3be63aef6f
2 changed files with 0 additions and 4 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue