summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc/dcphy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-1/+1
* Put function return types on a line by themselves.alfred2002-10-141-4/+6
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-45/+14
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-16/+1
* Don't pass three args when one will do just fine, and even preventphk2002-04-281-1/+1
* Improve an API by about 4 lines per driver.phk2002-04-281-4/+1
* Work around an Intel 21143 chip bug.mckay2002-04-181-7/+10
* Remove __P.alfred2002-03-201-7/+7
* Cleanup pass for mii drivers.jlemon2001-09-291-16/+13
* Catch up to header include changes:jhb2001-03-281-0/+1
* Catch up to moving headers:jhb2000-10-201-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add #include <machine/mutex.h> since these files need it and don'twpaul2000-10-131-0/+1
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-051-9/+15
* Don't bother checking the link state in dcphy_status() if the interfacewpaul2000-06-051-0/+3
* Rework the support for the internal autonegotiation on the 21143 andwpaul2000-05-311-60/+23
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix some problems reported by Mike Pritchard:wpaul1999-12-131-9/+22
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-041-0/+528
OpenPOWER on IntegriCloud