aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/miiproxy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* etherswitch drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Remove unused miiproxy_devclass.John Baldwin2022-05-091-1/+0
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* etherswitch: Remove unused variable.John Baldwin2022-04-091-3/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix French typos in etherswitch.Rui Paulo2015-04-181-61/+61
* - Provide necessary includes, that before came via if.h pollution.Gleb Smirnoff2013-10-281-4/+1
* Bring over the first part of the etherswitch framework - an MDIO bus andAdrian Chadd2012-05-011-0/+444