summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mii.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The ASIC on the 3c905C appears to be manufactured by Broadcom (previouswpaul1999-08-291-2/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Handle buses with multiple PHYs correctly.wpaul1999-08-261-5/+3
* This commit adds support for the NetBSD MII abstraction layer andwpaul1999-08-211-0/+326
OpenPOWER on IntegriCloud