summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2005-09-17KNFBrad Smith
2005-09-17re-add code which allows setting master/slave flag for links withBrad Smith
2005-09-17- use PHY_RESET() on all models in brgphy_service()Brad Smith
2005-08-27regenBrad Smith
2005-08-27BCMunknown -> BCM5752Brad Smith
2005-08-22regenBrad Smith
2005-08-22add a unknown Broadcom Gig PHY. This is just a placeholder for now untilBrad Smith
2005-08-14Correct one of the unknown marvell phys which is actually 88E1111-RCJ.Jonathan Gray
2005-08-14regenJonathan Gray
2005-08-14Correct one of the unknown marvell phys which is actually 88E1111-RCJ.Jonathan Gray
2005-08-04allow dcphy_status() to be called even when the parent interfaceBrad Smith
2005-08-02syncPeter Valchev
2005-08-02an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122Peter Valchev
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
2005-08-02regenJonathan Gray
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
2005-07-31back out change that was not discussed for nowPeter Valchev
2005-07-30allow re(4) to attach too.Brad Smith
2005-07-23back out last commit, this causes problems on some systems.Brad Smith
2005-07-22Reading the IEEE specs shows that the bits have to be reversed whenBrad Smith
2005-07-22more Marvell and Realtek PHYBrad Smith
2005-07-22regenBrad Smith
2005-07-22add another Relatek OUI id and another Marvell GigE PHY.Brad Smith
2005-07-09rev 1.34Brad Smith
2005-07-01fix a couple of signed->unsigned warnings lint foundBrad Smith
2005-06-29remove unused FreeBSD printfBrad Smith
2005-06-21regenBrad Smith
2005-06-21add some Enable Semiconductor and Lucent PHYsBrad Smith
2005-06-19- some clean upBrad Smith
2005-06-19rev 1.4Brad Smith
2005-06-17regenBrad Smith
2005-06-17add Jato Technologies 1000baseX PHYBrad Smith
2005-06-11need this tooBrad Smith
2005-06-11BCM5714Brad Smith
2005-06-11regenBrad Smith
2005-06-11BCM5714Brad Smith
2005-05-27modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tickBrad Smith
2005-05-27some cleanupBrad Smith
2005-05-25BCM5220Brad Smith
2005-05-25regenBrad Smith
2005-05-25I don't know the real name of this PHY on a dc@cardbus I wasBrad Smith
2005-04-15print proper model string.Brad Smith
2005-04-15let tree build. brad -- check what you bustedTheo de Raadt
2005-04-14+luphyBrad Smith
2005-04-14add a PHY driver for the Lucent LU6612 10/100 PHY used on PCIBrad Smith
2005-04-14regenBrad Smith
2005-04-14rename unknown Agere PHY, this is a Lucent LU6612 10/100 PHY.Brad Smith
2005-03-28Use mii_phy_tick() instead of duplicating code.Kenneth R Westerback
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-03-08Cosmetics...Thierry Deval