Enable interrupt routing as first choice on alpha.

The alpha default handler knows how to trigger a fallback.
This commit is contained in:
ticso 2005-02-07 00:43:14 +00:00
parent 9e685b5949
commit b3dbb534b1

View File

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