aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Provide a tag so that miibus consumers can depend on the module,Peter Wemm2000-04-291-0/+2
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400Bill Paul2000-04-224-0/+1138
* RegenerateBill Paul2000-04-221-2/+10
* Add entries for the XMAC II's internal PHY and the Broadcom BCM5400Bill Paul2000-04-221-1/+7
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-199-9/+0
* Change && to || in probe routine so that the mlphy driver doesn'tBill Paul2000-04-141-1/+1
* Added code to handle QS6612 PHY as standard NS PHYSemen Ustimenko2000-04-111-5/+8
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* 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-042-103/+444
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+4
* Do some more work on the mxphy pseudo-driver to make it better at mediaBill Paul1999-11-011-77/+88
* Convert the mx driver to miibus.Bill Paul1999-10-161-0/+487
* Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and theBill Paul1999-09-191-3/+10
* Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,Bill Paul1999-09-062-0/+428
* $Id$ -> $FreeBSD$Peter Wemm1999-09-052-2/+2
* Re-arrange things in the attach routines of the 3Com and RealTek PHYBill Paul1999-09-012-13/+13
* Add a driver for the internal PHY in the RealTek 8139.Bill Paul1999-08-311-0/+284
* Regenerate miidevs.h.Bill Paul1999-08-291-2/+7
* The ASIC on the 3c905C appears to be manufactured by Broadcom (previousBill Paul1999-08-293-7/+19
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2814-14/+14
* Add miibus drivers for the ThunderLAN internal PHY and the Micro LinearBill Paul1999-08-274-1/+973
* Handle buses with multiple PHYs correctly.Bill Paul1999-08-261-5/+3
* Crap, I knew I was going to forget something: add missing miibus methodBill Paul1999-08-221-0/+36
* This commit adds support for the NetBSD MII abstraction layer andBill Paul1999-08-2113-0/+2597