Enable PCI interrupt routing for i386 SMP kernels.
This commit is contained in:
parent
50d2d4c753
commit
4311d1d368
@ -816,7 +816,7 @@ pci_add_resources(device_t pcib, device_t bus, device_t dev)
|
||||
}
|
||||
|
||||
if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
|
||||
#if defined(__ia64__) || (defined(__i386__) && !defined(SMP))
|
||||
#if defined(__ia64__) || defined(__i386__)
|
||||
/*
|
||||
* Try to re-route interrupts. Sometimes the BIOS or
|
||||
* firmware may leave bogus values in these registers.
|
||||
|
Loading…
Reference in New Issue
Block a user