summaryrefslogtreecommitdiff
path: root/sys/dev/mii/dmphy.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDlukem
2001-08-25ANSI'ify.thorpej
2001-06-02Make PHY matching all table-driven.thorpej
2001-05-31Make the number of ticks between auto-negotiation tries PHY-specific,thorpej
2000-07-04Restructure the PHY entry points to use a structure of entry pointsthorpej
2000-04-02Make to match also MII_OUI_DAVICOM.tsutsui
2000-03-06Factor out the tick handling code into a common function, and sendthorpej
2000-02-02Let mii_phy_setmedia() handle the IFM_AUTO case, too.thorpej
2000-02-02Make PHY drivers provide a pointer to their status routine, and addthorpej
2000-02-02Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, passthorpej
2000-02-02Bring some order to the chaos which was the MII code function namingthorpej
2000-02-02Driver for the Davicom DM9101 10/100 Ethernet PHY. This PHY is foundthorpej