summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/if_mvneta.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attach mvneta(4) on the Armada 3720 SoC.patrick2019-04-301-2/+3
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-2/+2
* Basic support for SFP modules in mvneta(4). SFP modules are basicallypatrick2018-07-091-50/+148
* timeout_add -> timeout_add_secjmatthew2018-02-091-3/+3
* Update mvneta(4) to the way OpenBSD handles multicast and promiscuouspatrick2017-10-051-44/+30
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Add mvneta(4), a driver for the Ethernet controller on the Armadapatrick2017-08-251-0/+1529