aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
Commit message (Expand)AuthorAgeFilesLines
* Sync with RELENG_6 including:John Baldwin2006-12-071-29/+68
* Regen.John Baldwin2006-12-071-1/+5
* Add BCM5752 and BCM5780.John Baldwin2006-12-071-0/+2
* Regen.John Baldwin2006-06-231-1/+5
* MF6: Add the bce(4) driver. Unlike the driver in 6.x and later this driverJohn Baldwin2006-06-232-22/+76
* MFC 1.27: Fix a typo when setting wirespeed.John Baldwin2006-06-151-1/+1
* regeneratePaul Saab2005-06-031-1/+3
* MFC support for the 5714Paul Saab2005-06-032-0/+8
* MFC: Support for the 5750/5751Paul Saab2004-11-163-1/+37
* MFC: Dell 2650 no link led problem.Doug Ambrisko2003-12-011-0/+7
* MFC: support for tdk 78Q2120 MIIGuido van Rooij2003-10-291-6/+57
* MFC: Add support for SK-9521 V2.0 and 3COM 3C940.Wilko Bulte2003-10-145-52/+130
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-08-311-0/+316
* MFC: Add RealTek RTL8150 USB to fast Ethernet controller driver.Shunsuke Akiyama2003-07-301-9/+28
* MFC: support for the Broadcom 5705Paul Saab2003-07-223-1/+30
* MFC: rev 1.5, fix 10Mbit supportPaul Saab2003-06-171-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-05-162-0/+335
* Opps. nuke duplicate definition for the 5703Paul Saab2003-05-132-3/+0
* MFC:Paul Saab2003-05-113-87/+211
* MFC: MII ID's for the Broadcom 5703's.Paul Saab2002-12-113-0/+9
* Remove unnecessary <sys/malloc.h> include.Semen Ustimenko2002-11-0812-12/+0
* MFC v1.7: MII_TICK needs not restart autonegotiation, the chip behavesSemen Ustimenko2002-10-211-74/+42
* MFC v1.8: MII_TICK needs not restart autonegotiation, the chip behavesSemen Ustimenko2002-10-211-45/+19
* MFC: Revert only checking for one PHY. The fix for the DFE-580 cardDoug Ambrisko2002-08-191-5/+2
* MFC: Only attach one PHY per NIC. The DLink DFE-580 probes 2 per NIC.Doug Ambrisko2002-08-141-2/+5
* Minimal patch to get NetGear622 talking to cisco gigE switches.Poul-Henning Kamp2002-05-061-2/+2
* regenerateBill Paul2002-04-111-1/+6
* MFC: fix parallel link detection and add support for Nortel Networks cardBill Paul2002-04-112-1/+117
* regenerateBill Paul2002-04-041-1/+3
* MFC: sync bge and bgrphy drivers with current (tweak support for BCM5701Bill Paul2002-04-042-0/+7
* MFC: Remove problematic PHY_WRITE so that autoneg to 10 MbpsDaniel O'Callaghan2002-03-071-16/+1
* MFC: (rev. 1.3) Fix reversed bit definitions.Archie Cobbs2002-01-191-4/+4
* Fix warning: xmphy.c:366: implicit declaration of function `DELAY'Peter Wemm2001-10-051-0/+1
* RegenerateBill Paul2001-10-011-1/+5
* MFC: update the brgphy driver to support the 5401 and 5411 PHYsBill Paul2001-10-013-29/+132
* MFC: Silence variable format-string warningsKris Kennaway2001-07-291-1/+1
* Regenerate.Bill Paul2001-06-181-1/+15
* MFC the necessary PHY support for the if_nge and if_lge drivers. ThisBill Paul2001-06-183-9/+29
* MFC: Add LXT 970 PHY, AC101 and QS6612 drivers. This is for tx(4) driverSemen Ustimenko2001-06-081-6/+0
* MFC: r1.9; only set the PCR register for the fxp driver.Jonathan Lemon2001-06-021-1/+3
* MFC: r1.8; undocumented bits for support of the fxp driver.Jonathan Lemon2001-05-141-5/+8
* Regenerate.Jonathan Lemon2001-05-131-1/+12
* Add Intel idsJonathan Lemon2001-05-131-0/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-05-133-0/+951
* MFC: Add MARVELL PHY support (for Intel GigE)Matt Jacob2001-04-213-35/+10
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-04-092-0/+759
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-03-201-0/+35
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-106-0/+1366
* MFC: Fix memory leaks due to device_get_children() calling and notJeroen Ruigrok van der Werven2001-02-092-0/+4
* Add code to cancel autoneg timeouts when a PHY driver is detached,Bill Paul2000-12-1211-3/+26