aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/mii.c
Commit message (Expand)AuthorAgeFilesLines
* Typo: ivalid -> invalid.Kevin Lo2015-01-211-2/+2
* Clean some dead code.Gleb Smirnoff2015-01-141-12/+0
* In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff2015-01-121-0/+30
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-2/+2
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-6/+6
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* - In mii_attach(9) just set the driver for a newly added miibus(4) instanceMarius Strobl2011-12-051-3/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* There's no need export the device interface methods of miibus(4).Marius Strobl2011-11-181-3/+6
* - Add a hint.miibus.X.phymask hint, allowing do individually exclude PHYMarius Strobl2011-11-181-39/+111
* - There's no need for nibbletab to be static, it's const however.Marius Strobl2011-05-141-3/+3
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-11/+35
* Add missing newlines.Marius Strobl2010-11-221-5/+5
* Return from mii_attach() after calling bus_generic_attach(9) on the device_tMarius Strobl2010-11-151-0/+3
* Now that all previous users of mii_phy_probe() have been convertedMarius Strobl2010-10-151-15/+0
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallyMarius Strobl2010-10-141-86/+212
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-2/+33
* Try to adhere to style(9) and be consistent within this file.Marius Strobl2010-10-021-21/+22
* Remove an unneeded variable.Ed Schouten2010-03-181-1/+0
* Remove two instances of the evil hack to get the ifnet. mii_ifp isWarner Losh2010-03-171-12/+2
* Set the device capabilities to include dynamic link-state forQing Li2010-03-171-0/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Revert bogusly committed file.Warner Losh2008-08-231-1/+0
* Set devs to 0 in case device_get_children return an error. The right thingWarner Losh2008-08-231-0/+1
* Define the miibus ivars as a structure, instead of as a vector ofMarcel Moolenaar2007-05-011-14/+15
* - In miibus_attach() remove IFM_IMASK from the dontcare_mask of theMarius Strobl2007-01-201-2/+17
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theGleb Smirnoff2006-02-141-0/+11
* Add an evil hack to work around a cast from the softc to the ifnet thatBrooks Davis2005-06-111-4/+6
* On second though, print the OUI, model and revision. This is the sameWarner Losh2005-02-161-1/+3
* Add location and PNP info to the mii busWarner Losh2005-02-161-0/+24
* Use ANSI function definitions, in preference to the K&R definitions.Warner Losh2005-02-151-30/+13
* Cleanup link state change notification:Sam Leffler2004-12-081-28/+11
* With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in fromBjoern A. Zeeb2004-11-261-2/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-1/+1
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-291-3/+0
* Link state change notification of ethernet media to the routing socket.Andre Oppermann2004-05-031-4/+18
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-5/+3
* Put function return types on a line by themselves.Alfred Perlstein2002-10-141-13/+21
* Revert change to detect multiply PHYs in mii code. There might be casesDoug Ambrisko2002-08-161-5/+2
* Only attach one PHY device to a controller. NetBSD has similar code.Doug Ambrisko2002-08-071-2/+5
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-0/+12
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* Note the 'common knowledge' assumption that each NIC's softc startsMatt Jacob2001-10-011-0/+9
* Add new device method miibus_linkchg, along with a service routine.Jonathan Lemon2001-09-291-0/+29
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-8/+4
* Provide a tag so that miibus consumers can depend on the module,Peter Wemm2000-04-291-0/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1