mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Re-enabled PCI irq routing on pc98.
This commit is contained in:
parent
9ad4f2d067
commit
403579314a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116670
@ -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) && !defined(PC98))
|
||||
#if defined(__ia64__) || (defined(__i386__) && !defined(SMP))
|
||||
/*
|
||||
* 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