Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2001-06-18 | copyright notices; noted missing by nate | Theo de Raadt | |
2001-06-17 | spelling: Asymetric -> Asymmetric | Peter Valchev | |
2001-06-08 | Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861) | Nathan Binkert | |
From FreeBSD (Unverified) | |||
2001-06-08 | Add some general support info for gigabit phys | Nathan Binkert | |
Fix some comments Remove some dead code From NetBSD | |||
2001-06-03 | ICS_1892 support; Henning Brauer | Theo de Raadt | |
2001-06-01 | support BCM5221 | Theo de Raadt | |
2001-06-01 | sync | Theo de Raadt | |
2001-06-01 | BCM5221 | Theo de Raadt | |
2001-05-30 | sync | Theo de Raadt | |
2001-05-30 | ICS1892; Henning Brauer, hostmaster@bsws.de | Theo de Raadt | |
2001-05-30 | seeq 84220 support; Henning Brauer, hostmaster@bsws.de | Theo de Raadt | |
2001-05-11 | sync | Nathan Binkert | |
2001-05-11 | New National Semiconductor gigabit phy | Nathan Binkert | |
2001-05-03 | Add an MIIF_AUTOTSLEEP flag, needed by new aue(4) code. From NetBSD. | Aaron Campbell | |
2001-04-17 | add support for the 82562E[MT] phys (These are essentially 82555's will | Jason Wright | |
all support for T4 gone). There are some register definition conflicts (SCR), but that is qualified by the presence of T4 support. | |||
2001-04-14 | - integrated phy on the natsemi 83815 (MacPhyter) is essentially a nsphyter | Jason Wright | |
(media selection doesn't work completely right... choose what ever you want, you get auto, but at least link and speed detection work correctly) - correct the cfdriver name to be "nsphyter" not "nsphy" so it can be distinguished from nsphy in 'boot -c'. | |||
2001-04-14 | quieten this on OpenBSD, information available in ifconfig -m is not needed ↵ | Theo de Raadt | |
in dmesg | |||
2001-04-14 | Add an lxtphy_reset function; from NetBSD. Tested on a NewMedia LiveWire | Aaron Campbell | |
10/100 PCMCIA Ethernet card. | |||
2001-04-13 | and again. | Brad Smith | |
2001-04-13 | Add support for the Marvell PHY that's on the Intel GigE cards. | mjacob | |
2001-04-12 | print phy model at startup | Theo de Raadt | |
2001-04-11 | driver for BCM5201/5202 PHY | Theo de Raadt | |
2001-04-11 | BCM5401/5411 support | Theo de Raadt | |
2001-04-11 | sync | Theo de Raadt | |
2001-04-11 | other broadcom gigabit models | Theo de Raadt | |
2001-04-11 | sync | Jason Wright | |
2001-04-11 | integrated phy on ns83815 | Jason Wright | |
2001-04-05 | merge with freebsd/netbsd; mainly a conversion to mii | Jason Wright | |
2001-04-02 | Oops, this should have been committed along with the SROM media block parsing | Aaron Campbell | |
changes to the dc driver. |