aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/ip1000phy.c
Commit message (Expand)AuthorAgeFilesLines
* In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff2015-01-121-1/+1
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-1/+2
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-13/+1
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* For IP1001 PHY, do not set multi-port device(MASTER). Ideally thisPyun YongHyeon2011-11-221-1/+2
* Fix whitespace.Marius Strobl2011-05-101-1/+1
* Fix a bug in r221407; this driver doesn't add the media itself.Marius Strobl2011-05-101-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-51/+19
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justMarius Strobl2011-01-141-10/+9
* Allow pause support advertisement to be turned off again.Marius Strobl2010-11-271-0/+1
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-49/+14
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-15/+7
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-25/+3
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* Make sure to enable Next Page bit for IP1001. Otherwise the PHYPyun YongHyeon2009-12-181-1/+3
* For IP1001 PHYs, read auto-negotiation advertisement register toPyun YongHyeon2009-03-091-6/+12
* Use mii_phy_add_media() and remove setting each media type.Pyun YongHyeon2009-03-091-29/+5
* For unknown speed, explicitly set IFM_NONE.Pyun YongHyeon2009-03-091-0/+6
* Report current link state while auto-negotiation is in progress.Pyun YongHyeon2009-03-091-1/+1
* Add support for IC Plus IP1001 PHY.Pyun YongHyeon2008-04-051-21/+58
* Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl2006-12-021-12/+2
* Add ip1000 PHY driver for IC Plus IP1000A integrated PHY.Pyun YongHyeon2006-07-251-0/+444