summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rgephy.c
AgeCommit message (Expand)Author
2006-07-23add sys/timeout.hBrad Smith
2006-06-27* Correct the rgephy driver so that it only applies the DSP fixup forBrad Smith
2005-07-22more Marvell and Realtek PHYBrad Smith
2005-05-27some cleanupBrad Smith
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-02-19use mii_phy_match()Brad Smith
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
2004-10-29remove double "PHY" printed in dmesg; ok deraadtPeter Valchev
2004-10-28fix/update FreeBSD RCSId for reference purposesPeter Valchev
2004-09-27ANSI protos and some minor cleanupBrad Smith
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
2004-09-20don't include sys/malloc.h, no memory management functions are usedBrad Smith
2004-06-05Driver for the RealTek 8169S/8110S internal 10/100/1000 PHYPeter Valchev