summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/tqphy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* mii drivers no longer need activate functions. Repair of the PHYderaadt2013-12-281-3/+2
* Manuel Bouyer rescinded clauses 3 and 4 of his license text.jsg2010-07-231-6/+1
* Update for name changes.brad2008-10-251-3/+3
* remove some useless comments.brad2008-09-081-4/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Always explicitly set IFM_HDX for half-duplex.kettenis2006-12-271-1/+4
* use mii_phy_match()brad2005-02-191-9/+14
* Get flags passed down to PHY drivers correctly. This was done onbrad2005-01-281-2/+2
* ANSI protos and some minor cleanupbrad2004-09-271-14/+5
* Restructure the PHY entry points to use a structure ofbrad2004-09-261-4/+7
* don't include sys/malloc.h, no memory management functions are usedbrad2004-09-201-2/+1
* some space and tab cleanup.fgsch2002-05-041-6/+6
* First round of __P removal in sysmillert2002-03-141-6/+6
* sync mii code with netbsdnate2000-08-261-60/+14
* Less verbose, detach logicniklas2000-05-151-7/+12
* Merge with NetBSD:jason1999-12-071-0/+305