Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert | |
- More technically correct - Matches FreeBSD and NetBSD - Preserved #define for 1000baseTX for backwards compatibility ok jason@ | |||
2002-11-26 | Pull in DSP patches for the BCM5400, BCM5401, and BCM5411; from NetBSD. | Jason Wright | |
2002-11-20 | sync | Nathan Binkert | |
2002-11-20 | Add another model | Nathan Binkert | |
2002-10-20 | add support for intel 21145 | Henning 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-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-06-26 | Kill __FUNCTION__. | Marc Espie | |
2002-05-07 | Less verbose. noticed by fgsch | Nathan Binkert | |
2002-05-07 | Add urlphy(4) which is used by url(4). | Nathan Binkert | |
From NetBSD | |||
2002-05-04 | some space and tab cleanup. | Federico G. Schwindt | |
2002-04-26 | Don't prevent a media status updates just because the interface isn't up. | Nathan Binkert | |
ok jason | |||
2002-04-17 | dm9102 appears to be register compatible with dm9101 which is also an ↵ | Jason Wright | |
amphy-alike. | |||
2002-04-08 | Match on phy model found internally on the BCM5701 chips (3c996B-T) | Nathan Binkert | |
2002-04-08 | sync | Nathan Binkert | |
2002-04-08 | new brgphy model | Nathan Binkert | |
2002-04-02 | match on BCM5421S. ok deraadt | Dale Rahn | |
2002-04-02 | sync | Dale Rahn | |
2002-04-02 | add xxBROADCOM 0x000e as BCM5421S, ok deraadt@ | Dale Rahn | |
2002-04-02 | add support for Marvell 88E1000 Gigabit PHY, model 6; | lebel | |
from nate@, with one forgotten closing ) and a typo. :) | |||
2002-04-02 | sync | lebel | |
2002-04-02 | Marvell 88E1000 Gigabit PHY, model 6; from nate@ | lebel | |
2002-04-02 | Add some new IDs for the Marvell Gigabit PHY | Nathan Binkert | |
2002-04-02 | sync | Nathan Binkert | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-08 | lxtphy needs ukphy_subr | Jason Wright | |
2001-12-15 | support LXT-961; hostmaster@bsws.de | Theo de Raadt | |
2001-12-15 | sync | Theo de Raadt | |
2001-12-14 | sync | Jason Wright | |
2001-12-14 | Add EnableSemi 88E1000 and 88E1000S product IDs. | Jason Wright | |
2001-11-17 | Remove a duplicate #define and fix a typo. | Aaron Campbell | |
2001-11-13 | sync | Jason Wright | |
2001-11-13 | Davicom 9102 | Jason Wright | |
2001-10-10 | gigabit only phys don't have any of the 10/100 bits set in BMSR, but the | Jason Wright | |
EXTSTAT bit -is- set. Add EXTSTAT to the early check of BMSR so that sk/xmphy can attach correctly. | |||
2001-10-05 | Differentiate between 1000baseT and 1000baseX. | Nathan Binkert | |
Add some support for gigabit control/status regs. | |||
2001-10-05 | autodetect modes, clean up, sync autoneg code with freebsd. Fixes problems | Nathan Binkert | |
that I had with bge | |||
2001-10-05 | Remove modes that should be autodetected | Nathan Binkert | |
2001-10-05 | use anegticks for phys that do their own autonegotiation timeout. | Nathan Binkert | |
2001-10-05 | Register defines for the DSP | Nathan Binkert | |
2001-10-05 | sync | Nathan Binkert | |
2001-10-05 | add a two xxBROADCOM entries. | Nathan Binkert | |
sort. | |||
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat | |
2001-07-17 | Rework exphymatch so that it uses positive logic. Makes more sense. | Nathan Binkert | |
tested by jason@ | |||
2001-07-16 | add support for the PHY on a 3c920 / 3c980C found on Tyan Thunder K7 | Peter Galbavy | |
boards. ok'd nate@ | |||
2001-07-16 | regen | Peter Galbavy | |
2001-07-16 | add 3com OUI | Peter Galbavy | |
2001-07-02 | Remove spurious printf | Nathan Binkert | |
2001-07-02 | Print out correct version string | Nathan Binkert | |
2001-06-27 | Another symetric -> symmetric | Nathan Binkert | |
2001-06-25 | Change autonegotiation timeout for devices with a gigabit phy to 10s. All | Nathan Binkert | |
other devices default to 5 seconds. ok deraadt. from NetBSD. |