summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ruephy.c
Commit message (Expand)AuthorAgeFilesLines
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-081-233/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-31/+12
* 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-0/+2
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-26/+5
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* - Take advantage of mii_phy_dev_probe() and mii_phy_setmedia().marius2007-01-131-52/+22
* Replace hard-coded magic constants to system defined constantsyongari2006-07-031-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-031-2/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-031-0/+297
OpenPOWER on IntegriCloud