summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-08-25 19:12:05 +0000
committerjhb <jhb@FreeBSD.org>2010-08-25 19:12:05 +0000
commit4db720c0bebfd28c39e623873d0c5a406956ec17 (patch)
tree58ece293bf1c8de6c39deb93fbd3bec31a45f56f /sys/conf
parente5fe5d8a5d51ba5fd91e5ee75bc791c121b697ce (diff)
downloadFreeBSD-src-4db720c0bebfd28c39e623873d0c5a406956ec17.zip
FreeBSD-src-4db720c0bebfd28c39e623873d0c5a406956ec17.tar.gz
Intel QPI chipsets actually provide two extra "non-core" PCI buses that
provide PCI devices for various hardware such as memory controllers, etc. These PCI buses are not enumerated via ACPI however. Add qpi(4) psuedo bus and Host-PCI bridge drivers to enumerate these buses. Currently the driver uses the CPU ID to determine the bridges' presence. In collaboration with: Joseph Golio @ Isilon Systems MFC after: 2 weeks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.amd641
-rw-r--r--sys/conf/files.i3861
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 14e08d1..727a102 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -317,6 +317,7 @@ x86/isa/isa.c standard
x86/isa/isa_dma.c standard
x86/isa/nmi.c standard
x86/isa/orm.c optional isa
+x86/pci/qpi.c standard
x86/x86/io_apic.c standard
x86/x86/local_apic.c standard
x86/x86/mca.c standard
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 078282c..f10a234 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -394,6 +394,7 @@ x86/isa/isa.c optional isa
x86/isa/isa_dma.c optional isa
x86/isa/nmi.c standard
x86/isa/orm.c optional isa
+x86/pci/qpi.c standard
x86/x86/io_apic.c optional apic
x86/x86/local_apic.c optional apic
x86/x86/mca.c standard
OpenPOWER on IntegriCloud