summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Collapse)Author
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
2001-10-05use anegticks for phys that do their own autonegotiation timeout.Nathan Binkert
2001-10-05Register defines for the DSPNathan Binkert
2001-10-05syncNathan Binkert
2001-10-05add a two xxBROADCOM entries.Nathan Binkert
sort.
2001-09-20occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-07-17Rework exphymatch so that it uses positive logic. Makes more sense.Nathan Binkert
tested by jason@
2001-07-16add support for the PHY on a 3c920 / 3c980C found on Tyan Thunder K7Peter Galbavy
boards. ok'd nate@
2001-07-16regenPeter Galbavy
2001-07-16add 3com OUIPeter Galbavy
2001-07-02Remove spurious printfNathan Binkert
2001-07-02Print out correct version stringNathan Binkert
2001-06-27Another symetric -> symmetricNathan Binkert
2001-06-25Change autonegotiation timeout for devices with a gigabit phy to 10s. AllNathan Binkert
other devices default to 5 seconds. ok deraadt. from NetBSD.