aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/jmphy.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-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove unused variables.Gleb Smirnoff2015-01-131-2/+0
* In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff2015-01-121-1/+1
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-1/+1
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-12/+1
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-52/+14
* - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE isMarius Strobl2011-01-141-3/+3
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetPyun YongHyeon2010-12-181-0/+39
* - Change these drivers to take advantage and use the generic IEEE 802.3Marius Strobl2010-11-141-19/+18
* 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-26/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* Add JMicron JMP202/JMP211 PHY driver.Pyun YongHyeon2008-05-271-0/+379