Don't route PCI irq on pc98.

This commit is contained in:
Yoshihiro Takahashi 2003-06-08 11:18:35 +00:00
parent 19677e1070
commit 82cdd526b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116031

View File

@ -798,7 +798,7 @@ pci_add_resources(device_t pcib, device_t dev)
}
if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
#if defined(__ia64__) || (defined(__i386__) && !defined(SMP))
#if defined(__ia64__) || (defined(__i386__) && !defined(SMP) && !defined(PC98))
/*
* Try to re-route interrupts. Sometimes the BIOS or
* firmware may leave bogus values in these registers.