summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mii.c
Commit message (Expand)AuthorAgeFilesLines
* 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