summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Grrrrr. That last commit was supposed to be to the head, not to -stablewpaul2000-12-1212-3/+27
* Catch up to moving headers:jhb2000-10-202-2/+2
* NEWCARD/Cardbus -jon2000-10-192-0/+444
* Remove unneeded #include <machine/clock.h>phk2000-10-159-9/+0
* Add #include <machine/mutex.h> since these files need it and don'twpaul2000-10-132-0/+2
* sync to last commitimp2000-10-121-1/+6
* Add mii entry for tdk phy found on some cardbus cards.imp2000-10-121-0/+4
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-051-9/+15
* Add a homePNA PHY driver. This is really only a stub: MII-based homePNAwpaul2000-09-201-0/+282
* regeneratewpaul2000-09-201-1/+3
* Add the ID for the built-in homePNA PHY in the AMD 79C798 controller.wpaul2000-09-201-0/+1
* Added Altima Communications OUI and their AC101 10/100semenu2000-06-213-0/+14
* 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
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Provide a tag so that miibus consumers can depend on the module,peter2000-04-291-0/+2
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400wpaul2000-04-224-0/+1138
* Regeneratewpaul2000-04-221-2/+10
* Add entries for the XMAC II's internal PHY and the Broadcom BCM5400wpaul2000-04-221-1/+7
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-199-9/+0
* Change && to || in probe routine so that the mlphy driver doesn'twpaul2000-04-141-1/+1
* Added code to handle QS6612 PHY as standard NS PHYsemenu2000-04-111-5/+8
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* 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-042-103/+444
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+4
* Do some more work on the mxphy pseudo-driver to make it better at mediawpaul1999-11-011-77/+88
* Convert the mx driver to miibus.wpaul1999-10-161-0/+487
* Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and thewpaul1999-09-191-3/+10
* Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,wpaul1999-09-062-0/+428
* $Id$ -> $FreeBSD$peter1999-09-052-2/+2
* Re-arrange things in the attach routines of the 3Com and RealTek PHYwpaul1999-09-012-13/+13
* Add a driver for the internal PHY in the RealTek 8139.wpaul1999-08-311-0/+284
* Regenerate miidevs.h.wpaul1999-08-291-2/+7
* The ASIC on the 3c905C appears to be manufactured by Broadcom (previouswpaul1999-08-293-7/+19
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)peter1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* $Id$ -> $FreeBSD$peter1999-08-2814-14/+14
* Add miibus drivers for the ThunderLAN internal PHY and the Micro Linearwpaul1999-08-274-1/+973
* Handle buses with multiple PHYs correctly.wpaul1999-08-261-5/+3
* Crap, I knew I was going to forget something: add missing miibus methodwpaul1999-08-221-0/+36
* This commit adds support for the NetBSD MII abstraction layer andwpaul1999-08-2113-0/+2597
OpenPOWER on IntegriCloud