summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Collapse)Author
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.
2001-06-18copyright notices; noted missing by nateTheo de Raadt
2001-06-17spelling: Asymetric -> AsymmetricPeter Valchev
2001-06-08Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861)Nathan Binkert
From FreeBSD (Unverified)
2001-06-08Add some general support info for gigabit physNathan Binkert
Fix some comments Remove some dead code From NetBSD
2001-06-03ICS_1892 support; Henning BrauerTheo de Raadt
2001-06-01support BCM5221Theo de Raadt
2001-06-01syncTheo de Raadt
2001-06-01BCM5221Theo de Raadt
2001-05-30syncTheo de Raadt
2001-05-30ICS1892; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-30seeq 84220 support; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-11syncNathan Binkert
2001-05-11New National Semiconductor gigabit phyNathan Binkert
2001-05-03Add an MIIF_AUTOTSLEEP flag, needed by new aue(4) code. From NetBSD.Aaron Campbell
2001-04-17add support for the 82562E[MT] phys (These are essentially 82555's willJason 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 nsphyterJason 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-14quieten this on OpenBSD, information available in ifconfig -m is not needed ↵Theo de Raadt
in dmesg
2001-04-14Add an lxtphy_reset function; from NetBSD. Tested on a NewMedia LiveWireAaron Campbell
10/100 PCMCIA Ethernet card.
2001-04-13and again.Brad Smith
2001-04-13Add support for the Marvell PHY that's on the Intel GigE cards.mjacob
2001-04-12print phy model at startupTheo de Raadt
2001-04-11driver for BCM5201/5202 PHYTheo de Raadt
2001-04-11BCM5401/5411 supportTheo de Raadt
2001-04-11syncTheo de Raadt
2001-04-11other broadcom gigabit modelsTheo de Raadt
2001-04-11syncJason Wright
2001-04-11integrated phy on ns83815Jason Wright
2001-04-05merge with freebsd/netbsd; mainly a conversion to miiJason Wright
2001-04-02Oops, this should have been committed along with the SROM media block parsingAaron Campbell
changes to the dc driver.