summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Collapse)Author
2001-02-18syncJason Wright
2001-02-18altima ac101 phy; from freebsdJason Wright
2000-11-20amphy was a bit too liberal in attaching; Gregory Steuck <greg@nest.cx>Jason Wright
2000-10-18Fix compile error (ok nate@)Chris Cappuccio
2000-10-17remove dmphyJason Wright
2000-10-17driver for amphy from freebsd; aaron okJason Wright
2000-10-16Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper.Aaron Campbell
2000-10-12Don't mix usage of old and new timeout code.Aaron Campbell
2000-09-07During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changesAaron 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-29openbsdismsJason Wright
2000-08-28add xmphyJason Wright
2000-08-28driver for the XAQTI XMACII phy from FreeBSDJason Wright
2000-08-28syncJason Wright
2000-08-28missed xxXAQTIJason Wright
2000-08-28hushJason Wright
2000-08-28driver for broadcom 5400 from FreeBSD.Jason Wright
2000-08-28syncJason Wright
2000-08-28From FreeBSD:Jason Wright
add broadcom 5400 and XaQti PHY definitions
2000-08-26sync mii code with netbsdNathan 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-02based on netbsd; whacked into shape by ycsu@zyxel.com.twTheo de Raadt
2000-06-30Convert to new timeouts.Artur Grabowski
2000-05-15Less verbose, detach logicNiklas Hallqvist
2000-04-27Some PHYs does not report any OUI/MODEL combo, recognize another such caseNiklas Hallqvist
2000-04-24Add simple mii detach routine while waiting for the post-2.7Niklas Hallqvist
merge of NetBSD mii work
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright
(cardbus to come later).
2000-03-01syncJason Wright
2000-03-01add broadcom bcm5201; netbsdJason Wright
2000-02-26fix printf'sJason Wright
2000-02-16match broadcom 3c905c phyJason Wright
2000-02-16syncJason Wright
2000-02-16add broadcom oui and broadcom 3c905c modelJason Wright
2000-01-18Fix fxp+nsphy problem: don't reset everytime when switching to auto mode.Jason Wright
Also, document "magic" bits.
2000-01-09syncJason Wright
2000-01-09emulated phy for if_dc; from FreeBSDJason Wright
1999-12-10simple driver for Texas Instruments TNETE2101 phyJason Wright
1999-12-10syncJason Wright
1999-12-10add TNETE2101Jason Wright
1999-12-07driver for National Semiconductor 83843; from NetBSD.Jason Wright
1999-12-07syncJason Wright
1999-12-07Merge with NetBSD:Jason Wright
o move common support functions for phy drivers from mii.c to mii_physubr.c, so that they are not includes if no PHY is configured o Clean up the code that adds media a little, and make media selection table-driven in preparation for some other changes to be made. o Don't add any loopback versions of media, for now. o Add mii_down(), which is used by MAC drivers to inform PHYs that the interface is now down. PHYs use this to cancel pending asynchronous operations. o Add OUI for Enable Semiconductor. o New Driver for TDK TSC78Q2120 PHY
1999-11-25no warnings; jwoehr@advtech.uswest.comTheo de Raadt
1999-10-13manually add IFM_AUTO (workaround for fxp)Jason Wright
1999-10-12no media prints in mii codeTheo de Raadt
1999-10-12add driver for i82553; from netbsdJason Wright
1999-10-12syncJason Wright
1999-10-12add Intel i82553 and alternate oui/id for same; netbsdJason Wright
1999-09-26match if parent is 'xl'Jason Wright
1999-09-17add IFM_NONE instead of IFM_AUTO for isolationJason Wright
1999-09-07Forgotten detach commit, to make detach of xircom realport workNiklas Hallqvist
1999-07-23do not print media information to dmesg; ifconfig shows itTheo de Raadt