aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/axphy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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
* Regularize my copyright noticeWarner Losh2019-12-041-2/+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-25/+12
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-0/+1
* Remove an header that apart from the license is empty.Marius Strobl2010-10-031-2/+0
* Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl2010-10-031-0/+2
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-14/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* New PHY driver for the internal PHY found in the AX88790. There's aWarner Losh2009-03-301-0/+207