]> xenbits.xensource.com Git - people/julieng/freebsd.git/commit
Introduce driver for Cavium's ThunderX MDIO
authorzbb <zbb@FreeBSD.org>
Sun, 18 Oct 2015 22:10:08 +0000 (22:10 +0000)
committerzbb <zbb@FreeBSD.org>
Sun, 18 Oct 2015 22:10:08 +0000 (22:10 +0000)
commit654dadae0c1369dcb505cb5078d7722bbcc675ae
tree5893b810dc2d44162dc42a6ad7d931f068b07d9a
parent710dcf20352bbf19a7f847496a8355d5a0750ee2
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
sys/conf/files.arm64
sys/dev/vnic/thunder_mdio.c [new file with mode: 0644]
sys/dev/vnic/thunder_mdio_fdt.c [new file with mode: 0644]
sys/dev/vnic/thunder_mdio_var.h [new file with mode: 0644]