summaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-2027-34/+34
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0cvs2svn2000-11-201-82/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-191-0/+82
* MFC: bring in the SROM reading code for the alpha Miatas and friends.Bill Paul2000-10-141-8/+14
* Regenerate.Bill Paul2000-10-031-1/+3
* Add ID for AMD HomePNA PHY.Bill Paul2000-10-031-0/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-211-0/+282
* MFC: added ALTIMA's AC 101 PHY. AC101 and QS6612 are quite compatibleSemen Ustimenko2000-09-103-7/+23
* MFC the autoneg fixes to the if_dc and dcphy driver(s).Bill Paul2000-06-071-61/+26
* Regenerate.Bill Paul2000-04-271-2/+10
* MFC: add 1000baseTX PHYs from head.Bill Paul2000-04-271-1/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-264-0/+1138
* MFC: change && to || in probe routine.Bill Paul2000-04-141-1/+1
* 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