diff options
author | zbb <zbb@FreeBSD.org> | 2017-06-13 18:46:29 +0000 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2017-09-06 11:40:17 -0500 |
commit | 3de7f8c40f770b6401eff1375ceaf273ca452eb6 (patch) | |
tree | 1bc05da9d9b0e8a91dfee2ccf913749fd18483cd /sys/arm/mv/files.mv | |
parent | ecc866f94eb094416df46451df09d2adad129f56 (diff) | |
download | FreeBSD-src-3de7f8c40f770b6401eff1375ceaf273ca452eb6.zip FreeBSD-src-3de7f8c40f770b6401eff1375ceaf273ca452eb6.tar.gz |
Introduce Armada 38x/XP network controller support
This patch contains a new driver for the network unit of Marvell
Armada 38x/XP SoCs, called NETA. This support was thoroughly tested
and optimised in terms of stability and performance. Additional
hardware features, like Buffer Management (BM) or Parser and Classifier
(PnC) will be progressively supported as needed.
Submitted by: Fabien Thomas <fabien.thomas@stormshield.eu>
Arnaud Ysmal <arnaud.ysmal@stormshield.eu>
Zbigniew Bodek <zbb@semihalf.com>
Michal Mazur <mkm@semihalf.com>
Bartosz Szczepanek <bsz@semihalf.com>
Marcin Wojtas <mw@semihalf.com>
Obtained from: Semihalf
Sponsored by: Stormshield (main development)
Netgate (cleanup and upstreaming)
Differential revision: https://reviews.freebsd.org/D10706
(cherry picked from commit 3e7c6ed5082a0bc9bd208a60cc4f54c43c1b4ef7)
Diffstat (limited to 'sys/arm/mv/files.mv')
-rw-r--r-- | sys/arm/mv/files.mv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/mv/files.mv b/sys/arm/mv/files.mv index 4d70d29..b37a2a6 100644 --- a/sys/arm/mv/files.mv +++ b/sys/arm/mv/files.mv @@ -24,6 +24,8 @@ arm/mv/timer.c optional !soc_mv_armada38x dev/cesa/cesa.c optional cesa dev/iicbus/twsi/mv_twsi.c optional twsi dev/mge/if_mge.c optional mge +dev/neta/if_mvneta_fdt.c optional neta fdt +dev/neta/if_mvneta.c optional neta mdio mii dev/nand/nfc_mv.c optional nand dev/mvs/mvs_soc.c optional mvs dev/uart/uart_dev_ns8250.c optional uart |