summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-06-22 21:04:13 +0000
committerjhb <jhb@FreeBSD.org>2011-06-22 21:04:13 +0000
commit83fca1d193659201a31cad508665386117ffdd5d (patch)
treec291201daf11bb5188555ae61b9618567b8d6499 /sys/conf/files.amd64
parent5c101cd76879e8bb9585cf791002fb61ca6bb0e7 (diff)
downloadFreeBSD-src-83fca1d193659201a31cad508665386117ffdd5d.zip
FreeBSD-src-83fca1d193659201a31cad508665386117ffdd5d.tar.gz
Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to
the x86 tree. The $PIR code is still only enabled on i386 and not amd64. While here, make the qpi(4) driver on conditional on 'device pci'.
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 7916845..1388d01 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -128,7 +128,6 @@ amd64/amd64/trap.c standard
amd64/amd64/uio_machdep.c standard
amd64/amd64/uma_machdep.c standard
amd64/amd64/vm_machdep.c standard
-amd64/pci/pci_bus.c optional pci
amd64/pci/pci_cfgreg.c optional pci
crypto/aesni/aesencdec_amd64.S optional aesni
crypto/aesni/aeskeys_amd64.S optional aesni
@@ -315,7 +314,8 @@ 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/pci/pci_bus.c optional pci
+x86/pci/qpi.c optional pci
x86/x86/busdma_machdep.c standard
x86/x86/dump_machdep.c standard
x86/x86/io_apic.c standard
OpenPOWER on IntegriCloud