pci: Don't allow PCIBIOS PCI-PCI bridge to attach if APIC_IO is defined
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 4 Jul 2009 11:31:21 +0000 (19:31 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 8 Jul 2009 10:50:40 +0000 (18:50 +0800)
commit87d0a809db0c66aad64d1f6cb9d96e15c90b762d
tree9828fc3db6d70962add202b2aa76585149f5e216
parente71fdd32326ce7f0f268e10549987c0901879692
pci: Don't allow PCIBIOS PCI-PCI bridge to attach if APIC_IO is defined

PCIBIOS PCI-PCI bridge will try routing PCI interrupt using PIR, which
is probably not what we want, even if MP table does not contain the PCI
interrupt routing information.
sys/bus/pci/pci_pci.c