summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/txphy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mii drivers no longer need activate functions. Repair of the PHYderaadt2013-12-281-3/+2
| | | | | | | configuration setting is done at resume time because all networks drivers which were previously up, do an IFF_UP operation which hits PHY_RESET. This was in snapshots for about 2 weeks.
* 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
| | | | | | | | an adhoc basis in a couple of PHY drivers, this fixes it more generally. From NetBSD Fixes panics with aue(4) NICs.
* ANSI protos and some minor cleanupbrad2004-09-271-12/+4
| | | | ok henning@
* Restructure the PHY entry points to use a structure ofbrad2004-09-261-4/+7
| | | | | | | | | | entry points instead of descrete function pointers, and extend this to include a "reset" entry point. Make sure any PHY-specific reset routine is always used. From NetBSD ok mcbride@
* don't include sys/malloc.h, no memory management functions are usedbrad2004-09-201-2/+1
| | | | | | by any of the MII drivers. From NetBSD
* 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
| | | | | | | adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway
* simple driver for Texas Instruments TNETE2101 phyjason1999-12-101-0/+177