summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ciphy.c
Commit message (Expand)AuthorAgeFilesLines
* More Cicada/Vitesse PHY ids.raj2012-05-251-0/+4
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-44/+25
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-141-14/+11
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-20/+10
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-3/+2
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-25/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* Correct PHY description and OUI of VSC8211. Previously VSC8211 wasyongari2008-10-231-2/+2
* Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.yongari2008-09-301-0/+2
* Explicitly mark IFM_HDX for half-duplex media.yongari2008-09-301-0/+2
* Report current link state while auto-negotiation is in progress.yongari2008-09-301-1/+1
* Use mii_anegticks instead of hardcoded MII_ANEGTICKS.yongari2008-09-301-2/+2
* Announce link loss right after it happens.yongari2008-09-301-1/+4
* Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DSraj2008-04-261-1/+3
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.raj2008-03-031-1/+3
* Add support Vitesse VSC8601 PHY that is found on nVidia networkyongari2007-06-061-0/+20
* Some style changes to a couple of PHY drivers:marius2006-12-021-8/+2
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-22/+8
* - Remove a dupe $FreeBSD$.marius2006-11-281-10/+8
* Replace hard-coded magic constants to system defined constantsyongari2006-07-031-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-301-10/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add device driver support for the VIA Networking Technologieswpaul2004-09-101-0/+433
OpenPOWER on IntegriCloud