summaryrefslogtreecommitdiff
path: root/sys/dev/mii/tlphy.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-5/+3
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-1/+1
* Put function return types on a line by themselves.Alfred Perlstein2002-10-141-4/+6
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-041-9/+7
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-16/+1
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-281-2/+1
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-291-19/+15
* Quiet a variable format-string warning.Kris Kennaway2001-07-191-1/+1
* Add includes of sys/malloc.h so this actually compiles.John Baldwin2001-02-091-0/+1
* Fix memoryleaks with device_get_children().Jeroen Ruigrok van der Werven2001-02-081-0/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add miibus drivers for the ThunderLAN internal PHY and the Micro LinearBill Paul1999-08-271-0/+457