summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Collapse)Author
2003-06-02nuke clase 3 & 4Jason Wright
2003-05-14syncNathan Binkert
2003-05-14new marvell phyNathan Binkert
2003-05-14use our standard way of identifying MII devicesNathan Binkert
2003-05-14syncNathan Binkert
2003-05-14missed oneNathan Binkert
2003-05-14syncNathan Binkert
2003-05-14Another eephyNathan Binkert
2003-03-11- Fill in the mm_gtcr column (not currently used)Jason Wright
- fill in the last few rows to avoid a crash on some devices
2003-02-19RegenMiod Vallat
2003-02-19Recognize ICS1893; from NetBSDMiod Vallat
2003-02-13support for 3C905B internal PHY; markus@ ok.Federico G. Schwindt
2003-02-13add 3C905B internal PHY.Federico G. Schwindt
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-11-261000baseTX -> 1000baseTNathan Binkert
- More technically correct - Matches FreeBSD and NetBSD - Preserved #define for 1000baseTX for backwards compatibility ok jason@
2002-11-26Pull in DSP patches for the BCM5400, BCM5401, and BCM5411; from NetBSD.Jason Wright
2002-11-20syncNathan Binkert
2002-11-20Add another modelNathan Binkert
2002-10-20add support for intel 21145Henning Brauer
This chip is some strange abnormal 21143 variant. It really only works with 10 MBit/s halfduplex only and autonegotiation is totally broken in hardware. Should also have a HomePNA phy, but we don't support that. for now requires and explicit "media 10BaseT". if anybody has such a chip please mail me. nick@ is the only one who has the hardware and did an incredible amount of testing. Thanks for all the help, Nick! some hints and ok jason@
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
Diff generated by Chris Kuethe.
2002-06-26Kill __FUNCTION__.Marc Espie
2002-05-07Less verbose. noticed by fgschNathan Binkert
2002-05-07Add urlphy(4) which is used by url(4).Nathan Binkert
From NetBSD
2002-05-04some space and tab cleanup.Federico G. Schwindt
2002-04-26Don't prevent a media status updates just because the interface isn't up.Nathan Binkert
ok jason
2002-04-17dm9102 appears to be register compatible with dm9101 which is also an ↵Jason Wright
amphy-alike.
2002-04-08Match on phy model found internally on the BCM5701 chips (3c996B-T)Nathan Binkert
2002-04-08syncNathan Binkert
2002-04-08new brgphy modelNathan Binkert
2002-04-02match on BCM5421S. ok deraadtDale Rahn
2002-04-02syncDale Rahn
2002-04-02add xxBROADCOM 0x000e as BCM5421S, ok deraadt@Dale Rahn
2002-04-02add support for Marvell 88E1000 Gigabit PHY, model 6;lebel
from nate@, with one forgotten closing ) and a typo. :)
2002-04-02synclebel
2002-04-02Marvell 88E1000 Gigabit PHY, model 6; from nate@lebel
2002-04-02Add some new IDs for the Marvell Gigabit PHYNathan Binkert
2002-04-02syncNathan Binkert
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-08lxtphy needs ukphy_subrJason Wright
2001-12-15support LXT-961; hostmaster@bsws.deTheo de Raadt
2001-12-15syncTheo de Raadt
2001-12-14syncJason Wright
2001-12-14Add EnableSemi 88E1000 and 88E1000S product IDs.Jason Wright
2001-11-17Remove a duplicate #define and fix a typo.Aaron Campbell
2001-11-13syncJason Wright
2001-11-13Davicom 9102Jason Wright
2001-10-10gigabit only phys don't have any of the 10/100 bits set in BMSR, but theJason Wright
EXTSTAT bit -is- set. Add EXTSTAT to the early check of BMSR so that sk/xmphy can attach correctly.
2001-10-05Differentiate between 1000baseT and 1000baseX.Nathan Binkert
Add some support for gigabit control/status regs.
2001-10-05autodetect modes, clean up, sync autoneg code with freebsd. Fixes problemsNathan Binkert
that I had with bge
2001-10-05Remove modes that should be autodetectedNathan Binkert