summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorzbb <zbb@FreeBSD.org>2015-10-18 22:10:08 +0000
committerzbb <zbb@FreeBSD.org>2015-10-18 22:10:08 +0000
commit654dadae0c1369dcb505cb5078d7722bbcc675ae (patch)
tree5893b810dc2d44162dc42a6ad7d931f068b07d9a /sys/conf
parent710dcf20352bbf19a7f847496a8355d5a0750ee2 (diff)
downloadFreeBSD-src-654dadae0c1369dcb505cb5078d7722bbcc675ae.zip
FreeBSD-src-654dadae0c1369dcb505cb5078d7722bbcc675ae.tar.gz
Introduce driver for Cavium's ThunderX MDIO
This commit adds support for MDIO present in the ThunderX SoC. From the FDT point of view it is compatible with "octeon-3860-mdio" however only C22 mode is used. The code also implements lmac_if interface functions. Obtained from: Semihalf Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm642
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 698c053..a49a110 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -73,6 +73,8 @@ dev/vnic/nicvf_main.c optional vnic pci pci_iov
dev/vnic/nicvf_queues.c optional vnic pci pci_iov
dev/vnic/thunder_bgx_fdt.c optional vnic fdt
dev/vnic/thunder_bgx.c optional vnic pci
+dev/vnic/thunder_mdio_fdt.c optional vnic fdt
+dev/vnic/thunder_mdio.c optional vnic
dev/vnic/lmac_if.m optional vnic
kern/kern_clocksource.c standard
kern/subr_dummy_vdso_tc.c standard
OpenPOWER on IntegriCloud