summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/etphy.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-2/+2
* Return right away for unknown media types instead of fallingbrad2008-04-021-2/+2
* Add some defines and remove some of the magic numbers from the code.brad2008-04-011-6/+19
* Set half duplex flag when appropriate and some minor cleaning.brad2007-11-251-8/+6
* Initial port of Sepherosa Ziehau's DragonFlyBSD driversjsg2007-10-301-0/+332