Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-07-16 | Sync with NetBSD: | Jason Wright | |
o Implement asynchronous autonegotiation when driven by the MII tick (one-second clock). Prevents .5s delays every 5 seconds when the interface is up but there is no link. o Correct the sense of the PCR_FLINK100 bit in nsphy.c. | |||
1999-06-22 | From NetBSD: SCTRL2 register number wrong. | Jason Wright | |
1999-05-31 | Enable "auto" mode so we at least have a chance of working. Otherwise, | Todd C. Miller | |
we panic in ifmedia_set because ifmedia_match() fails. | |||
1999-05-07 | sync | Jason Wright | |
1999-05-07 | From NetBSD: Add Silicon Integrated Systems OUI, and SiS 900 PHY | Jason Wright | |
1999-03-09 | reference docs | Jason Wright | |
1999-02-08 | sync | Jason Wright | |
1999-02-08 | Davicom DM9101; from NetBSD. | Jason Wright | |
1999-02-04 | Fix bit test; from netbsd. | Jason Wright | |
1999-01-04 | Don't isolate if NOISOLATE flag is set | Jason Wright | |
1999-01-04 | o Switching from 10->100 needs a bit of extra bit fiddling | Jason Wright | |
(isolate -> switch bmcr -> unisolate) o Switching from 10->auto needs a reset o hme doesn't advertise everything it supports, so during reset, set the ANAR according to the supported media in BMSR. | |||
1999-01-04 | Make sure both phyid registers have bogus values before assuming | Jason Wright | |
it's a phy with no phyid. | |||
1998-12-28 | Myson MTD972 driver. | Jason Wright | |
1998-12-24 | sync | Jason Wright | |
1998-12-24 | myson mtd972 | Jason Wright | |
1998-11-20 | MII fixups, should be able to reliably switch modes manually now | Jason Wright | |
1998-11-18 | dev/mii'fy RTL driver and add new phy driver for the 8139 internal phy | Jason Wright | |
1998-11-11 | Merge with NetBSD: | Jason Wright | |
o additional phy drivers (seeq, ics, level1) o "unknown phy" driver for unsupported phys o collected common code into mii_physubr o exphy isn't the only phy that doesn't have valid id registers | |||
1998-11-11 | sync (again) | Jason Wright | |
1998-11-11 | sync | Jason Wright | |