aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/rlphy.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff2015-01-121-3/+1
* Move rl(4) to dev/rl.Gleb Smirnoff2014-09-191-1/+1
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-12/+1
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-56/+21
* Add Realtek RTL8201E 10/100 PHY found in RTL8105E controller. ThePyun YongHyeon2011-01-261-0/+1
* 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-3/+4
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-20/+5
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon2007-11-161-3/+3
* Add support IC Plus IP101 10/100 PHY that is found on nVidia networkPyun YongHyeon2007-06-061-0/+1
* mii_phy_dev_probe returns its third argument on match, not 0, so pass 0Warner Losh2007-02-261-1/+1
* Fix problem with RTL8201L PHY. From submitter:Warner Losh2007-02-081-2/+17
* Correct a logic bug in the previous change.Marius Strobl2007-01-211-1/+1
* After another thought there is another nail for the mii_phy_dev_probe()-Marius Strobl2007-01-131-19/+12
* 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-14/+15
* - In rlphy_service() for the MII_TICK case don't bother to check whetherMarius Strobl2006-11-281-45/+10
* Replace hard-coded magic constants to system defined constantsPyun YongHyeon2006-07-031-2/+2
* Use ansi function definitions in preference to K&R to reduce diffsWarner Losh2005-09-301-10/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-291-3/+0
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-081-2/+3
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-1/+1
* Put function return types on a line by themselves.Alfred Perlstein2002-10-141-4/+6
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-041-1/+1
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-17/+1
* 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-5/+1
* Teach the rlphy driver how to do parallel link detection. If the link partnerBill Paul2002-04-071-1/+113
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Remove problematic PHY_WRITE so that autoneg to 10 MbpsDaniel O'Callaghan2002-02-271-16/+1
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-291-19/+8
* Grrrrr. That last commit was supposed to be to the head, not to -stableBill Paul2000-12-121-0/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Re-arrange things in the attach routines of the 3Com and RealTek PHYBill Paul1999-09-011-6/+6
* Add a driver for the internal PHY in the RealTek 8139.Bill Paul1999-08-311-0/+284