aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc/dcphy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for parsing the media blocks from the SROM on 21143Bill Paul2000-10-051-8/+14
* Don't bother checking the link state in dcphy_status() if the interfaceBill Paul2000-06-051-0/+3
* Rework the support for the internal autonegotiation on the 21143 andBill Paul2000-05-311-60/+23
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Fix some problems reported by Mike Pritchard:Bill Paul1999-12-131-9/+22
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-041-0/+528