summaryrefslogtreecommitdiff
path: root/sys/dev/mii/jmphy.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-01-13Remove unused variables.Gleb Smirnoff
2015-01-12In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff
2014-06-02Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar
2013-10-26The MII layer shouldn't care about administrative status of anGleb Smirnoff
2011-11-23Use DEVMETHOD_END.Marius Strobl
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-01-14- Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE isMarius Strobl
2010-12-18Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetPyun YongHyeon
2010-11-14- Change these drivers to take advantage and use the generic IEEE 802.3Marius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-10-02- In the spirit of previous simplifications factor out the checks for aMarius Strobl
2010-09-27Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl
2008-05-27Add JMicron JMP202/JMP211 PHY driver.Pyun YongHyeon