summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorzbb <zbb@FreeBSD.org>2016-01-28 15:34:13 +0000
committerzbb <zbb@FreeBSD.org>2016-01-28 15:34:13 +0000
commita4a7f925b592154694c3994b89ac838eb07592cf (patch)
treeb82fe63993ad3012bb4b58963366d5e27121a8e8 /sys/conf
parent2b71e630bdb9de13cdbe9ee805740855e32a1143 (diff)
downloadFreeBSD-src-a4a7f925b592154694c3994b89ac838eb07592cf.zip
FreeBSD-src-a4a7f925b592154694c3994b89ac838eb07592cf.tar.gz
Divide ThunderX PCIe driver to general and FDT part
- Separate FDT and general PCIe driver parts - Drop some irrelevant printfs that cannot be displayed in FDT attach - Move ranges parsing to FDT portion of PCIe code Obtained from: Semihalf Sponsored by: Cavium Differential Revision: https://reviews.freebsd.org/D5067
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm643
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 6168d70..118f064 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -51,7 +51,8 @@ arm64/arm64/uma_machdep.c standard
arm64/arm64/unwind.c optional ddb | kdtrace_hooks | stack
arm64/arm64/vfp.c standard
arm64/arm64/vm_machdep.c standard
-arm64/cavium/thunder_pcie.c optional soc_cavm_thunderx pci fdt
+arm64/cavium/thunder_pcie.c optional soc_cavm_thunderx pci
+arm64/cavium/thunder_pcie_fdt.c optional soc_cavm_thunderx pci fdt
arm64/cavium/thunder_pcie_pem.c optional soc_cavm_thunderx pci
arm64/cavium/thunder_pcie_common.c optional soc_cavm_thunderx pci
arm64/cloudabi64/cloudabi64_sysvec.c optional compat_cloudabi64
OpenPOWER on IntegriCloud