summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/rgephy.c
Commit message (Expand)AuthorAgeFilesLines
* Disable EEE(Energy Efficient Ethernet) for RTL8211F PHY.yongari2015-12-031-4/+30
* Restore auto MDIX for RTL8211B and newer revision PHYs which wasyongari2015-03-131-1/+1
* Add RTL8211F gigabit PHY support.yongari2015-03-121-60/+105
* Remove unused variables.glebius2015-01-131-2/+0
* In miibus(4) drivers provide functions that allow to get NICglebius2015-01-121-1/+1
* Move rl(4) to dev/rl.glebius2014-09-191-1/+1
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-1/+2
* Add support for new Gigabit PHY of RealTek.yongari2013-10-291-2/+5
* The MII layer shouldn't care about administrative status of anglebius2013-10-261-12/+1
* For RTL8211B or later PHYs, enable crossover detection andyongari2013-03-201-1/+10
* Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register toyongari2012-02-281-6/+12
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-56/+23
* - Allow IFM_FLAG0 to be set indicating that auto-negotiation with manualmarius2011-01-141-22/+29
* - Change these drivers to take advantage and use the generic IEEE 802.3marius2010-11-141-40/+38
* 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-25/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* Fix a copy/paste errorkevlo2008-08-061-1/+0
* Add RTL8211C(L) support.yongari2008-07-021-1/+13
* Add detection of isolation state.yongari2008-03-051-0/+5
* Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()yongari2007-10-301-1/+0
* Add support for RealTek RTL8211B(L) PHY. It's based on the patchyongari2007-10-291-27/+87
* o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so setyongari2007-10-291-7/+14
* Correct the previous change:marius2006-12-181-0/+3
* - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurationsmarius2006-12-021-13/+3
* Some style changes to a couple of PHY drivers:marius2006-12-021-18/+9
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-10/+6
* Due to the poor PHY documentation from RealTek I can't sure but Iyongari2006-08-121-10/+18
* Replace hard-coded magic constants to system defined constantsyongari2006-07-031-1/+1
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-8/+18
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-301-12/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-291-3/+3
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-031-3/+3
* Clean up dead code.wpaul2003-09-111-15/+8
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110Swpaul2003-09-111-0/+483
OpenPOWER on IntegriCloud