summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rgephy.c
AgeCommit message (Expand)Author
2008-09-17Remove the unsupported media types explicitly listed in the switch casesBrad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2008-05-24Store the model and revision information in the appropriate softcBrad Smith
2008-05-23Fix detection of 10baseT on rev 2 and up.Mark Kettenis
2007-10-10Add support for the RTL8211B PHY based on a patch byJonathan Gray
2007-01-21Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS.Mark Kettenis
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback
2006-12-30Set MASTER based on IFM_ETH_MASTER instead of LINK0.Mark Kettenis
2006-12-30Add flow control support.Mark Kettenis
2006-12-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
2006-12-22Fix check for active 1000baseT media.Mark Kettenis
2006-12-20Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
2006-10-07g/c unused code.Brad Smith
2006-09-17do not fill in the anar for the manual 1000baseT media setting case.Brad Smith
2006-08-28Fix manual media types by always leaving the PHY in autoneg mode but adjustingBrad Smith
2006-08-11typo, settning -> settingBrad Smith
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