| Age | Commit message (Expand) | Author |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-02-28 | Reduce previous (!is(...) != 0) to (!is(...)). | kleink |
| 2006-02-27 | Use device_is_a(). | thorpej |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-08-23 | Make use of static. | thorpej |
| 2003-04-29 | Use aprint*(). | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-07-03 | Don't include <malloc.h> - no memory management style functions are use | simonb |
| 2002-03-25 | Get flags passed down to PHY drivers correctly. This was done on | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-08-25 | ANSI'ify. | thorpej |
| 2001-05-31 | Make the number of ticks between auto-negotiation tries PHY-specific, | thorpej |
| 2000-07-04 | Restructure the PHY entry points to use a structure of entry points | thorpej |
| 2000-03-06 | Factor out the tick handling code into a common function, and send | thorpej |
| 2000-02-02 | Let mii_phy_setmedia() handle the IFM_AUTO case, too. | thorpej |
| 2000-02-02 | Make PHY drivers provide a pointer to their status routine, and add | thorpej |
| 2000-02-02 | Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass | thorpej |
| 2000-02-02 | Bring some order to the chaos which was the MII code function naming | thorpej |
| 2000-01-27 | Add detachment support to the MII layer. | thorpej |
| 1999-11-12 | Add mii_down(), which is used by MAC drivers to inform PHYs that the | thorpej |
| 1999-11-03 | Clean up the code that adds media a little, and make media selection | thorpej |
| 1999-04-23 | Implement asynchronous autonegotiation when driven by the MII tick | thorpej |
| 1998-11-05 | Place the essentially common "ticks" and "active" members into the | thorpej |
| 1998-11-04 | Routines common between the Uknown PHY driver (forthcoming) and other | thorpej |
| 1998-11-04 | Return a higher-priority match than 1. These are specific drivers. This | thorpej |
| 1998-11-04 | Factor out the common reset code. Use the NOISOLATE flags as appropriate | thorpej |
| 1998-11-04 | Factor out some common code from all the PHY drivers (autonegotiation, for | thorpej |
| 1998-11-04 | Define and use generic PHY read/write reg macros. | thorpej |
| 1998-11-03 | 3Com PHY can't be isolated, so don't allow IFM_NONE. | thorpej |
| 1998-11-02 | When doing a media change service request, use the media word from the | thorpej |
| 1998-10-23 | Don't print the revision of the 3c905B-TX's internal PHY; it's meaningless. | thorpej |
| 1998-10-23 | Make sure the parent is an `ex'. The 3c905B-TX's internal PHY isn't | thorpej |
| 1998-08-28 | Add ETHER|NONE to default capabilities, or we'll panic when attaching | fvdl |
| 1998-08-12 | Make a variable name reflect a register name. | thorpej |
| 1998-08-12 | If autonegotiation is enabled in the BMSR, and the BMCR doens't claim | thorpej |
| 1998-08-12 | Ugh, don't print out "autonegotiation failed to complete" if it did. | thorpej |
| 1998-08-12 | Driver for the 3Com internal PHY, found on 3c905B-TX cards (and maybe | thorpej |