Remove unneeded pc98 hack.
This commit is contained in:
parent
fed2df0509
commit
3be63aef6f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93334
@ -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 New Issue
Block a user