summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/gentbi.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-21/+10
* Given that unlike f.e. rgephy(4) these drivers doen't explicitly start anmarius2010-11-221-0/+2
* - Change these drivers to take advantage and use the generic IEEE 802.3marius2010-11-141-1/+2
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-0/+1
* Consistently always explicitly set IFM_HDX for half-duplex.marius2010-10-031-1/+2
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-27/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* - Remove clause 3 and 4 from TNF licenses.marius2010-09-261-12/+0
* - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4)marius2007-10-291-2/+1
* Add missing MIIBUS_MEDIAINIT() call.dwhite2007-01-261-0/+1
* Analogous to mii_add_media(), factor out the code for checking whethermarius2006-11-271-5/+1
* Add gentbi, a generic TBI(teb-bit interface) PHY driver portedyongari2006-07-251-0/+314
OpenPOWER on IntegriCloud