看板 DFBSD_commit 關於我們 聯絡資訊
commit a0f63ddc0da202edb4f9107d22aa5a54ec8d20cd Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Thu Jul 9 22:06:54 2009 +0800 pci: Add MPTable Host-PCI/PCI-PCI bridges drivers. - This driver overrides PCI bridge interrupt routing method. - Nuke APIC_IO workaround in PCI configuration reading functions. Obtained-from: FreeBSD Summary of changes: sys/bus/pci/i386/mptable_pci.c | 236 ++++++++++++++++++++++++++++++++++++++++ sys/bus/pci/i386/pci_cfgreg.c | 45 -------- sys/bus/pci/pci.c | 38 +------ sys/platform/pc32/conf/files | 1 + 4 files changed, 238 insertions(+), 82 deletions(-) create mode 100644 sys/bus/pci/i386/mptable_pci.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a0f63ddc0da202edb4f9107d22aa5a54ec8d20cd -- DragonFly BSD source repository