| Age | Commit message (Expand) | Author |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-11-02 | Implement a separate nsphy_reset(). There are two reasons for this: | briggs |
| 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-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-06-02 | Make PHY matching all table-driven. | thorpej |
| 2001-05-31 | Make the number of ticks between auto-negotiation tries PHY-specific, | thorpej |
| 2001-03-28 | update for miidevs changes | drochner |
| 2000-07-27 | Fix to autonegotiation problem with some fxp cards. Fix found and reported | martin |
| 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-07-14 | Correct the sense of the PCR_FLINK100 bit. From Dave Sainty, PR #7832. | thorpej |
| 1999-04-23 | Implement asynchronous autonegotiation when driven by the MII tick | thorpej |
| 1998-11-05 | Common code for media-from-bmcr. | thorpej |
| 1998-11-05 | Place the essentially common "ticks" and "active" members into the | 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-02 | When doing a media change service request, use the media word from the | thorpej |
| 1998-08-14 | Make sure CIMDIS is set and FLINK is clear in the PCR. | thorpej |
| 1998-08-12 | If the autonegotiation is enabled, the PAR doesn't indicate duplex mode | 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-10 | Adapt to the new MII layer. This PHY driver now properly supports | thorpej |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-11-17 | KNF. | thorpej |
| 1997-10-17 | Generic functions for the MII layer. mii attaches to mii-capable network | bouyer |