aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/icsphy.c
Commit message (Expand)AuthorAgeFilesLines
* Recognize ICS1893C PHYs.Mark Johnston2018-08-071-0/+1
* 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
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-50/+20
* 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/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* - Remove clause 3 and 4 from TNF licenses.Marius Strobl2010-09-261-12/+0
* Add icsphy(4), Integrated Circuit Systems PHY driver, ported fromPyun YongHyeon2007-06-111-0/+302