Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-08-29 | openbsdisms | Jason Wright | |
2000-08-28 | add xmphy | Jason Wright | |
2000-08-28 | driver for the XAQTI XMACII phy from FreeBSD | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | missed xxXAQTI | Jason Wright | |
2000-08-28 | hush | Jason Wright | |
2000-08-28 | driver for broadcom 5400 from FreeBSD. | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | From FreeBSD: | Jason Wright | |
add broadcom 5400 and XaQti PHY definitions | |||
2000-08-26 | sync mii code with netbsd | Nathan Binkert | |
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway | |||
2000-08-02 | based on netbsd; whacked into shape by ycsu@zyxel.com.tw | Theo de Raadt | |
2000-06-30 | Convert to new timeouts. | Artur Grabowski | |
2000-05-15 | Less verbose, detach logic | Niklas Hallqvist | |
2000-04-27 | Some PHYs does not report any OUI/MODEL combo, recognize another such case | Niklas Hallqvist | |
2000-04-24 | Add simple mii detach routine while waiting for the post-2.7 | Niklas Hallqvist | |
merge of NetBSD mii work | |||
2000-04-18 | split dc driver into bus dependent and bus independent (pci) parts | Jason Wright | |
(cardbus to come later). | |||
2000-03-01 | sync | Jason Wright | |
2000-03-01 | add broadcom bcm5201; netbsd | Jason Wright | |
2000-02-26 | fix printf's | Jason Wright | |
2000-02-16 | match broadcom 3c905c phy | Jason Wright | |
2000-02-16 | sync | Jason Wright | |
2000-02-16 | add broadcom oui and broadcom 3c905c model | Jason Wright | |
2000-01-18 | Fix fxp+nsphy problem: don't reset everytime when switching to auto mode. | Jason Wright | |
Also, document "magic" bits. |