summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/txphy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mii drivers no longer need activate functions. Repair of the PHYderaadt2013-12-281-3/+2
* use mii_phy_match()brad2005-02-191-5/+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-12/+4
* 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
* nuke clase 3 & 4jason2003-06-021-6/+1
* First round of __P removal in sysmillert2002-03-141-4/+4
* Fix compile error (ok nate@)chris2000-10-181-3/+2
* sync mii code with netbsdnate2000-08-261-34/+13
* simple driver for Texas Instruments TNETE2101 phyjason1999-12-101-0/+177