summaryrefslogtreecommitdiff
path: root/sys/dev/mii/pnphy.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-291-3/+0
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Remove unnecessary breaks.Poul-Henning Kamp2003-05-311-6/+0
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+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
* 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-1/+1
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-281-4/+1
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-291-15/+6
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add #include <machine/mutex.h> since these files need it and don'tBill Paul2000-10-131-0/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-041-0/+311