summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mii.c
Commit message (Expand)AuthorAgeFilesLines
* Typo: ivalid -> invalid.kevlo2015-01-211-2/+2
* Clean some dead code.glebius2015-01-141-12/+0
* In miibus(4) drivers provide functions that allow to get NICglebius2015-01-121-0/+30
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-311-2/+2
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-6/+6
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* - In mii_attach(9) just set the driver for a newly added miibus(4) instancemarius2011-12-051-3/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* There's no need export the device interface methods of miibus(4).marius2011-11-181-3/+6
* - Add a hint.miibus.X.phymask hint, allowing do individually exclude PHYmarius2011-11-181-39/+111
* - There's no need for nibbletab to be static, it's const however.marius2011-05-141-3/+3
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-11/+35
* Add missing newlines.marius2010-11-221-5/+5
* Return from mii_attach() after calling bus_generic_attach(9) on the device_tmarius2010-11-151-0/+3
* Now that all previous users of mii_phy_probe() have been convertedmarius2010-10-151-15/+0
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallymarius2010-10-141-86/+212
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-2/+33
* Try to adhere to style(9) and be consistent within this file.marius2010-10-021-21/+22
* Remove an unneeded variable.ed2010-03-181-1/+0
* Remove two instances of the evil hack to get the ifnet. mii_ifp isimp2010-03-171-12/+2
* Set the device capabilities to include dynamic link-state forqingli2010-03-171-0/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Revert bogusly committed file.imp2008-08-231-1/+0
* Set devs to 0 in case device_get_children return an error. The right thingimp2008-08-231-0/+1
* Define the miibus ivars as a structure, instead of as a vector ofmarcel2007-05-011-14/+15
* - In miibus_attach() remove IFM_IMASK from the dontcare_mask of themarius2007-01-201-2/+17
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theglebius2006-02-141-0/+11
* Add an evil hack to work around a cast from the softc to the ifnet thatbrooks2005-06-111-4/+6
* On second though, print the OUI, model and revision. This is the sameimp2005-02-161-1/+3
* Add location and PNP info to the mii busimp2005-02-161-0/+24
* Use ANSI function definitions, in preference to the K&R definitions.imp2005-02-151-30/+13
* Cleanup link state change notification:sam2004-12-081-28/+11
* With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in frombz2004-11-261-2/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-1/+1
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-291-3/+0
* Link state change notification of ethernet media to the routing socket.andre2004-05-031-4/+18
* Use __FBSDID().obrien2003-08-241-0/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-5/+3
* Put function return types on a line by themselves.alfred2002-10-141-13/+21
* Revert change to detect multiply PHYs in mii code. There might be casesambrisko2002-08-161-5/+2
* Only attach one PHY device to a controller. NetBSD has similar code.ambrisko2002-08-071-2/+5
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-0/+12
* Remove __P.alfred2002-03-201-5/+5
* Note the 'common knowledge' assumption that each NIC's softc startsmjacob2001-10-011-0/+9
* Add new device method miibus_linkchg, along with a service routine.jlemon2001-09-291-0/+29
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-8/+4
* Provide a tag so that miibus consumers can depend on the module,peter2000-04-291-0/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+4
* $Id$ -> $FreeBSD$peter1999-09-051-1/+1
OpenPOWER on IntegriCloud