summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ip1000phy.c
Commit message (Expand)AuthorAgeFilesLines
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justmarius2011-01-141-10/+9
* Allow pause support advertisement to be turned off again.marius2010-11-271-0/+1
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-49/+14
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-15/+7
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-25/+3
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* Make sure to enable Next Page bit for IP1001. Otherwise the PHYyongari2009-12-181-1/+3
* For IP1001 PHYs, read auto-negotiation advertisement register toyongari2009-03-091-6/+12
* Use mii_phy_add_media() and remove setting each media type.yongari2009-03-091-29/+5
* For unknown speed, explicitly set IFM_NONE.yongari2009-03-091-0/+6
* Report current link state while auto-negotiation is in progress.yongari2009-03-091-1/+1
* Add support for IC Plus IP1001 PHY.yongari2008-04-051-21/+58
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-12/+2
* Add ip1000 PHY driver for IC Plus IP1000A integrated PHY.yongari2006-07-251-0/+444
OpenPOWER on IntegriCloud