aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/atphy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add definition for the Atheros 8021 gigabit PHY.Nathan Whitehorn2013-11-061-0/+1
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-12/+0
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* Explicitly clear 1000baseT control register for F1 PHY used inPyun YongHyeon2011-05-121-0/+12
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-50/+13
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justMarius Strobl2011-01-141-8/+8
* Fix a bug introduced with r215298; when atphy_reset() is called fromMarius Strobl2010-11-181-1/+2
* - Change these drivers to take advantage and use the generic IEEE 802.3Marius Strobl2010-11-141-14/+22
* 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 F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernetPyun YongHyeon2010-08-091-0/+1
* Use auto-negotiation for manual media type selection. This fixesPyun YongHyeon2008-10-251-1/+2
* - Add driver for Attansic L2 FastEthernet controller found onStanislav Sedov2008-10-031-0/+1
* Add Attansic/Atheros F1 PHY driver.Pyun YongHyeon2008-05-191-0/+413