aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/rdcphy.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Add a new RDC phyKevin Lo2022-04-251-0/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-6/+0
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-35/+8
* Add RDC Semiconductor R6040 10/100 PHY driver.Pyun YongHyeon2010-12-301-0/+267