aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/rlswitch.c
Commit message (Expand)AuthorAgeFilesLines
* mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* mii: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Move rl(4) to dev/rl.Gleb Smirnoff2014-09-191-1/+1
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-5/+1
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-25/+13
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-0/+1
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-18/+5
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* MFp4: add basic driver for RTL8305SC switch in PHY emulationBernd Walter2007-01-051-0/+425