DragonFly-2.3.1.760.ga0f63 master sys/bus/pci/i386 mptable_pci.c pci_cfgreg.c sys/bus/pci pci.c sys/platform/pc32/conf files
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Jul 10 19:37:14 PDT 2009
commit a0f63ddc0da202edb4f9107d22aa5a54ec8d20cd
Author: Sepherosa Ziehau <sephe at 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
More information about the Commits
mailing list