summaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
...
* 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