mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Enable interrupt routing as first choice on alpha.
The alpha default handler knows how to trigger a fallback.
This commit is contained in:
parent
a15fbb42c3
commit
b542a023e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141426
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user