Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2001-03-12 | sync | Jason Wright | |
2001-03-12 | add i82562E[MT] | Jason Wright | |
2001-03-11 | Code for devices that read/write to an IEEE 802.3u MII bus using the | Aaron Campbell | |
bit-bang method; from NetBSD. | |||
2001-02-18 | sync | Jason Wright | |
2001-02-18 | altima ac101 phy; from freebsd | Jason Wright | |
2000-11-20 | amphy was a bit too liberal in attaching; Gregory Steuck <greg@nest.cx> | Jason Wright | |
2000-10-18 | Fix compile error (ok nate@) | Chris Cappuccio | |
2000-10-17 | remove dmphy | Jason Wright | |
2000-10-17 | driver for amphy from freebsd; aaron ok | Jason Wright | |
2000-10-16 | Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper. | Aaron Campbell | |
2000-10-12 | Don't mix usage of old and new timeout code. | Aaron Campbell | |
2000-09-07 | During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changes | Aaron Campbell | |
in dcphy(4) as well, breaking some cards (i.e., the Macronix PMAC 98715). This commit brings dcphy up-to-date. Thanks to cgruber@troba.com and ericj@ for providing me with Macronix cards for testing. |