aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/ip1000phy.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r227908Marius Strobl2012-01-291-1/+1
* MFC r227842:Pyun YongHyeon2012-01-051-1/+2
* Supply the correct size of the softc. This is a direct commit to stable/8Marius Strobl2011-05-101-1/+1
* MFC: r217412Marius Strobl2011-01-211-11/+10
* MFC: r215923Marius Strobl2010-11-281-0/+1
* MFC: r214608, r215297(partial), r215713Marius Strobl2010-11-261-49/+15
* MFC: r213893, r213908, r214566, r214605, r214846Marius Strobl2010-11-071-15/+7
* MFC: r213364Marius Strobl2010-10-241-25/+3
* MFC: r213229Marius Strobl2010-10-171-1/+1
* MFC r200693:Pyun YongHyeon2010-01-091-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