summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ciphy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use standardized register definition in mii.h rather than eachyuo2015-07-191-22/+22
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* mii drivers no longer need activate functions. Repair of the PHYderaadt2013-12-281-6/+2
* Provide flow control status.brad2012-10-221-2/+2
* Attach to VSC8211, CS8244, VSC8601 PHYs. From Brad.sthen2009-07-301-1/+11
* Remove the unsupported media types explicitly listed in the switch casesbrad2008-09-171-2/+1
* Some header cleanup. Remove some unused headers and shuffle some aroundbrad2008-06-101-10/+3
* Recognize the Cicada CS8204 quad port PHY.brad2008-05-291-1/+4
* Bring last few phys into line by calling their XXX_status() functionskrw2006-12-311-2/+2
* Set MASTER based on IFM_ETH_MASTER instead of LINK0.kettenis2006-12-301-16/+4
* Always explicitly set IFM_HDX for half-duplex.kettenis2006-12-271-1/+3
* Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.kettenis2006-12-231-2/+7
* g/c unused code.brad2006-10-071-8/+1
* Last revision apparently does not work when cold booting so revert.jsg2006-03-101-12/+12
* Only do the forcing rgmii for nfe game after a reset notjsg2006-03-101-12/+12
* Remove a debug printf that crept into the last commit.jsg2006-02-281-2/+1
* We need to special case ciphy to ask for RGMII interface at 2.5V for nfe.jsg2006-02-281-1/+8
* fix namebrad2005-10-071-3/+3
* an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122pvalchev2005-08-021-1/+3
* some cleanupbrad2005-05-271-4/+1
* Use mii_phy_tick() instead of duplicating code.krw2005-03-281-30/+3
* Cleanup. Use defines, standard names, consistant comparison operators, etc.krw2005-03-261-6/+4
* use mii_phy_match()brad2005-02-191-4/+4
* use mii_phy_match()brad2005-02-051-31/+17
* Get flags passed down to PHY drivers correctly. This was done onbrad2005-01-281-2/+4
* Driver for the Cicada CS8201 10/100/1000 copper PHYpvalchev2004-12-011-0/+424