aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/miiproxy.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* miiproxy: add missing dependency on mdioAdrian Chadd2025-04-271-0/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-8/+5
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* 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