Re-route interrupts on arm as well.

This commit is contained in:
Olivier Houchard 2004-09-23 22:58:43 +00:00
parent 2ae0fcd220
commit b19d97eb9c

View File

@ -919,7 +919,8 @@ 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(__amd64__)
#if defined(__ia64__) || defined(__i386__) || defined(__amd64__) || \
defined(__arm__)
/*
* Try to re-route interrupts. Sometimes the BIOS or
* firmware may leave bogus values in these registers.