summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rgephy.c
AgeCommit message (Expand)Author
2018-02-27Add RTL8211F support. Loosely based on the FreeBSD driver.Mark Kettenis
2017-03-11Add support for RTL8153 devices. Heavily based on changes made by Kevin LoMark Kettenis
2015-07-19use standardized register defintion in mii.h rather than specificYojiro Uo
2015-01-20And the variable too.Brad Smith
2015-01-20Back out a chunk of rev 1.34 that wasn't supposed to go in with theBrad Smith
2015-01-20printf wasn't supposed to go in.Brad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2013-12-30Add support for newer integrated Realtek PHY.Brad Smith
2013-12-30Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media statusBrad Smith
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2013-05-28Fix a common issue across different PHY drivers to reset theMike Belopuhov
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