summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Collapse)Author
1999-07-23do not print media information to dmesg; ifconfig shows itTheo de Raadt
1999-07-16Sync 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-22From NetBSD: SCTRL2 register number wrong.Jason Wright
1999-05-31Enable "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-07syncJason Wright
1999-05-07From NetBSD: Add Silicon Integrated Systems OUI, and SiS 900 PHYJason Wright
1999-03-09reference docsJason Wright
1999-02-08syncJason Wright
1999-02-08Davicom DM9101; from NetBSD.Jason Wright
1999-02-04Fix bit test; from netbsd.Jason Wright
1999-01-04Don't isolate if NOISOLATE flag is setJason Wright
1999-01-04o Switching from 10->100 needs a bit of extra bit fiddlingJason 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-04Make sure both phyid registers have bogus values before assumingJason Wright
it's a phy with no phyid.
1998-12-28Myson MTD972 driver.Jason Wright
1998-12-24syncJason Wright
1998-12-24myson mtd972Jason Wright
1998-11-20MII fixups, should be able to reliably switch modes manually nowJason Wright
1998-11-18dev/mii'fy RTL driver and add new phy driver for the 8139 internal phyJason Wright
1998-11-11Merge 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-11sync (again)Jason Wright
1998-11-11syncJason Wright
1998-11-11more phys: AMD 79C873, SEEQ 84220Jason Wright
1998-09-10syncJason Wright
1998-09-10OpenBSD gets sys/dev/mii layer from NetBSDJason Wright