summaryrefslogtreecommitdiff
path: root/sys/dev/mii/icsphy.c
AgeCommit message (Expand)Author
2006-03-29Use device_private().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-08-23Make use of static.thorpej
2003-07-01- last commit (rev. 1.32) fixes icsphy_reset()'s problem. ICSphys don'tmsaitoh
2003-07-01Add ICS1889 and 1892msaitoh
2003-04-29Use aprint*().thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-03Don't include <malloc.h> - no memory management style functions are usesimonb
2002-03-25Get flags passed down to PHY drivers correctly. This was done onthorpej
2002-02-10Match ICS 1893.wiz
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
2001-03-28update for miidevs changesdrochner
2000-07-04Restructure the PHY entry points to use a structure of entry pointsthorpej
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-01-27Add detachment support to the MII layer.thorpej
1999-11-12Add mii_down(), which is used by MAC drivers to inform PHYs that thethorpej
1999-11-03Clean up the code that adds media a little, and make media selectionthorpej
1999-05-14use the new "xx" prefixed OUIs because the mapping to the ID registerdrochner
1999-04-23Implement asynchronous autonegotiation when driven by the MII tickthorpej
1998-11-05Common code for media-from-bmcr.thorpej
1998-11-05In the status routine, always use the media selected in the BMCR ifthorpej
1998-11-05Place the essentially common "ticks" and "active" members into thethorpej
1998-11-04Return a higher-priority match than 1. These are specific drivers. Thisthorpej
1998-11-04Factor out the common reset code. Use the NOISOLATE flags as appropriatethorpej
1998-11-04Factor out some common code from all the PHY drivers (autonegotiation, forthorpej
1998-11-04Define and use generic PHY read/write reg macros.thorpej
1998-11-02Driver for the Integrated Circuit Systems ICS1980 10/100 PHY.thorpej