aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/inphy.c
Commit message (Expand)AuthorAgeFilesLines
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYMarius Strobl2011-10-081-197/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-36/+13
* Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annexMarius Strobl2010-11-261-1/+13
* Add support for flow control.Marius Strobl2010-11-221-1/+4
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-0/+1
* Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl2010-10-031-0/+2
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-14/+1
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* Use mii_phy_add_media()/mii_phy_setmedia()-compatible media tableMarius Strobl2007-01-121-1/+1
* Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl2006-12-021-32/+10
* Replace hard-coded magic constants to system defined constantsPyun YongHyeon2006-07-031-5/+5
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Remove unused variable and code.Peter Wemm2003-02-191-2/+0
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-1/+1
* Remove unnecessary <sys/malloc.h> include.Semen Ustimenko2002-10-291-1/+0
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-17/+1
* Move a lot closer to NetBSDs MII support for GigE.Poul-Henning Kamp2002-04-291-23/+4
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-281-1/+1
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-281-4/+1
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-291-39/+6
* Correctly recognize the i82562{EM} PHYs.Jonathan Lemon2001-05-111-14/+17
* Back out previous commit until I figure out a way to do it properly.Jonathan Lemon2001-03-281-11/+1
* Really fix NWAY negotiation for the 82553 PHY. Locking down theJonathan Lemon2001-03-171-2/+12
* Add drivers for Intel 82553 and 82555 PHYs.Jonathan Lemon2001-03-121-0/+305