summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Collapse)Author
2006-04-15regenBrad Smith
2006-04-15add the Broadcom BCM5706C and BCM5708C PHY ids.Brad Smith
From FreeBSD
2006-03-25regenBrad Smith
2006-03-25add vendor ID for SMSC and SMSC LAN83C185 10/100 PHY id.Brad Smith
From martin@
2006-03-10Last revision apparently does not work when cold booting so revert.Jonathan Gray
Noticed by otto@
2006-03-10Only do the forcing rgmii for nfe game after a reset notJonathan Gray
after every link state change in the fixup function. Suggested by brad@, tested by otto@
2006-03-05remove whitespace at the end of line.Brad Smith
2006-03-04Do not enable the Ethernet@WireSpeed PHY feature on 5705's and not 5750'sBrad Smith
as the comment says.
2006-03-04regenBrad Smith
2006-03-04add the National Semiconductor DP83847 DsPHYTER PHY.Brad Smith
From NetBSD
2006-02-28Remove a debug printf that crept into the last commit.Jonathan Gray
ok deraadt@
2006-02-28We need to special case ciphy to ask for RGMII interface at 2.5V for nfe.Jonathan Gray
This makes Cicada/Vitesse PHYs attached to nfe work. Many thanks to Bill Paul for diagnosing the problem and suggesting a solution. Tested by otto@, ok deraadt@
2006-02-12regenBrad Smith
2006-02-12add OUI's for ASIX Electronics and CENiX Inc.Brad Smith
2006-02-12Correct information in dmesg again. -moj ok jsgMats O Jansson
2006-02-12Add support for IC+ IP101 (from brad). -moj ok jsgMats O Jansson
2006-02-12regenMats O Jansson
2006-02-12Change xxICPLUS to ICPLUS and correct the information. -mojMats O Jansson
2006-02-11use mii_phy_match().Brad Smith
2006-02-11regenBrad Smith
2006-02-11- add VIA Network Technologies and two VT6103 10/100 PHY's as found on vr NICs.Brad Smith
- add IC Plus Corp. and their IP101 10/100 PHY as found on some nfe based motherboards.
2006-01-15regenJonathan Gray
2006-01-15The RCJ part of 88E1111-RCJ is the package the ic comes in whichJonathan Gray
may not be always correct for the id so don't mention it.
2005-12-10use the 5750 DSP code with the BCM5714 and BCM5780 too.Brad Smith
2005-12-08regenBrad Smith
2005-12-08BCM5715 -> BCM5780Brad Smith
2005-11-25load the 5750 DSP code on the 5705 PHY too.Brad Smith
Based on Broadcom's Linux driver.
2005-11-20treat the BCM5715 like the 5714Brad Smith
2005-11-20regenBrad Smith
2005-11-20add BCM5715Brad Smith
2005-11-15- Addition of more DSP init code for brgphy models that come with BCM5703 andBrad Smith
BCM5703 bge(4) copper NICs. - Do not enable Ethernet@WireSpeed for 5705 chips other than A0 and A1. Derived from Linux's tg3 driver.
2005-11-06Add some DSP init code for BCM5221's.Brad Smith
Values derived from Apple's GMAC driver, same init code also exists in Linux's sungem_phy driver. tested by miod@ pedro@ and otto@ on a few systems.
2005-11-06load DSP code on all 5421's for now.Brad Smith
2005-11-06correctly track the falling edge of a media state change in mii_phy_tick().Brad Smith
2005-11-06move some macros from mii.h to miivar.hBrad Smith
2005-11-06re-merge old brgphy_mii_phy_auto().Brad Smith
2005-11-06- move MIIF_NOISOLATE so its set before calling PHY_RESET().Brad Smith
- lower wait for completion time in eephy_mii_phy_auto() from 5 secs to 500 ms.
2005-11-06add DSP init code for BCM54K2.Brad Smith
values derived from Linux's sungem_phy driver.
2005-11-06split the DSP code into separate functions as done inBrad Smith
the FreeBSD brgphy driver.
2005-11-06add a comment explaining what the 5401 DSP code does.Brad Smith
2005-11-05add init code for BCM5421.Brad Smith
values derived from Linux's sungem_phy driver, same init code also exists in Apple's GMAC driver too.
2005-11-05regenBrad Smith
2005-11-05BCM5421K2 -> BCM54K2Brad Smith
2005-10-16make ukphy dmesg attach print on one line.Brad Smith
2005-10-07fix nameBrad Smith
2005-10-01add Broadcom BCM5421K2Brad Smith
2005-10-01regenBrad Smith
2005-10-01add the Broadcom BCM5421K2 PHY found in the Apple K2 IC in the G5.Brad Smith
2005-10-01load the BCM5401 DSP code for rev 0 and not rev 1.Brad Smith
From: Linux sungem_phy driver.
2005-10-01add Broadcom BCM5462Brad Smith