summaryrefslogtreecommitdiff
path: root/sys/dev/mii/ciphy.c
AgeCommit message (Expand)Author
2015-07-19use standardized register definition in mii.h rather than eachYojiro Uo
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2012-10-22Provide flow control status.Brad Smith
2009-07-30Attach to VSC8211, CS8244, VSC8601 PHYs. From Brad.Stuart Henderson
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-29Recognize the Cicada CS8204 quad port PHY.Brad Smith
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-27Always explicitly set IFM_HDX for half-duplex.Mark Kettenis
2006-12-23Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
2006-10-07g/c unused code.Brad Smith
2006-03-10Last revision apparently does not work when cold booting so revert.Jonathan Gray
2006-03-10Only do the forcing rgmii for nfe game after a reset notJonathan Gray
2006-02-28Remove a debug printf that crept into the last commit.Jonathan Gray
2006-02-28We need to special case ciphy to ask for RGMII interface at 2.5V for nfe.Jonathan Gray
2005-10-07fix nameBrad Smith
2005-08-02an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122Peter Valchev
2005-05-27some cleanupBrad Smith
2005-03-28Use mii_phy_tick() instead of duplicating code.Kenneth R Westerback
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-02-19use mii_phy_match()Brad Smith
2005-02-05use mii_phy_match()Brad Smith
2005-01-28Get flags passed down to PHY drivers correctly. This was done onBrad Smith
2004-12-01Driver for the Cicada CS8201 10/100/1000 copper PHYPeter Valchev