Remove unneeded pc98 hack.

This commit is contained in:
Yoshihiro Takahashi 2002-03-28 12:13:57 +00:00
parent fed2df0509
commit 3be63aef6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93334
2 changed files with 0 additions and 4 deletions

View File

@ -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");
}

View File

@ -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");
}