看板 DFBSD_commit 關於我們 聯絡資訊
commit 87d0a809db0c66aad64d1f6cb9d96e15c90b762d Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Sat Jul 4 19:31:21 2009 +0800 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. Summary of changes: sys/bus/pci/pci_pci.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/87d0a809db0c66aad64d1f6cb9d96e15c90b762d -- DragonFly BSD source repository