Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-01-09 | sync | Jason Wright | |
2000-01-09 | emulated phy for if_dc; from FreeBSD | Jason Wright | |
1999-12-10 | simple driver for Texas Instruments TNETE2101 phy | Jason Wright | |
1999-12-10 | sync | Jason Wright | |
1999-12-10 | add TNETE2101 | Jason Wright | |
1999-12-07 | driver for National Semiconductor 83843; from NetBSD. | Jason Wright | |
1999-12-07 | sync | Jason Wright | |
1999-12-07 | Merge 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-25 | no warnings; jwoehr@advtech.uswest.com | Theo de Raadt | |
1999-10-13 | manually add IFM_AUTO (workaround for fxp) | Jason Wright | |
1999-10-12 | no media prints in mii code | Theo de Raadt | |
1999-10-12 | add driver for i82553; from netbsd | Jason Wright | |
1999-10-12 | sync | Jason Wright | |
1999-10-12 | add Intel i82553 and alternate oui/id for same; netbsd | Jason Wright | |
1999-09-26 | match if parent is 'xl' | Jason Wright | |
1999-09-17 | add IFM_NONE instead of IFM_AUTO for isolation | Jason Wright | |
1999-09-07 | Forgotten detach commit, to make detach of xircom realport work | Niklas Hallqvist | |
1999-07-23 | do not print media information to dmesg; ifconfig shows it | Theo de Raadt | |