aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/rgephy.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC: r217415Marius Strobl2011-01-211-22/+29
* MFC: r215298, r215459, r215714, r215716Marius Strobl2010-11-261-40/+38
* MFC: r213893, r213908, r214566, r214605, r214846Marius Strobl2010-11-071-0/+1
* MFC: r213364Marius Strobl2010-10-241-25/+2
* MFC: r213229Marius Strobl2010-10-171-1/+1
* Fix a copy/paste errorKevin Lo2008-08-061-1/+0
* Add RTL8211C(L) support.Pyun YongHyeon2008-07-021-1/+13
* Add detection of isolation state.Pyun YongHyeon2008-03-051-0/+5
* Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()Pyun YongHyeon2007-10-301-1/+0
* Add support for RealTek RTL8211B(L) PHY. It's based on the patchPyun YongHyeon2007-10-291-27/+87
* o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so setPyun YongHyeon2007-10-291-7/+14
* Correct the previous change:Marius Strobl2006-12-181-0/+3
* - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurationsMarius Strobl2006-12-021-13/+3
* Some style changes to a couple of PHY drivers:Marius Strobl2006-12-021-18/+9
* Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl2006-12-021-10/+6
* Due to the poor PHY documentation from RealTek I can't sure but IPyun YongHyeon2006-08-121-10/+18
* Replace hard-coded magic constants to system defined constantsPyun YongHyeon2006-07-031-1/+1
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. TheBill Paul2006-06-261-8/+18
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Use ansi function definitions in preference to K&R to reduce diffsWarner Losh2005-09-301-12/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-291-3/+3
* Correct the phy_service() routine case MII_TICK to correctly trackAndre Oppermann2004-05-031-3/+3
* Clean up dead code.Bill Paul2003-09-111-15/+8
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110SBill Paul2003-09-111-0/+483