summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/rgephy.c
Commit message (Expand)AuthorAgeFilesLines
* 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