summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/atphy.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,ian2014-05-141-0/+1
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* Explicitly clear 1000baseT control register for F1 PHY used inyongari2011-05-121-0/+12
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-50/+13
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justmarius2011-01-141-8/+8
* Fix a bug introduced with r215298; when atphy_reset() is called frommarius2010-11-181-1/+2
* - Change these drivers to take advantage and use the generic IEEE 802.3marius2010-11-141-14/+22
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-0/+1
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-26/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernetyongari2010-08-091-0/+1
* Use auto-negotiation for manual media type selection. This fixesyongari2008-10-251-1/+2
* - Add driver for Attansic L2 FastEthernet controller found onstas2008-10-031-0/+1
* Add Attansic/Atheros F1 PHY driver.yongari2008-05-191-0/+413
OpenPOWER on IntegriCloud