| Age | Commit message (Expand) | Author |
| 2020-07-07 | - Remove the waitfor argument from mii_phy_auto(). | msaitoh |
| 2020-07-07 | - Call tlphy_auto correctly. | msaitoh |
| 2020-07-07 | "no media present" is intended case on tlphy(4), so don't use | msaitoh |
| 2020-03-15 | Define and implement a locking protocol for the ifmedia / mii layers: | thorpej |
| 2019-11-27 | - Simplify sc->mii_anegticks setting. Same as FreeBSD. | msaitoh |
| 2019-03-25 | KNF. No functional change. | msaitoh |
| 2019-03-05 | mii_phy_add_media() automatically install power handler, but if_media_add() | msaitoh |
| 2019-02-24 | use a macro to tidy up the phydesc array initialization, from FreeBSD | christos |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2014-06-16 | IFM_FDX and IFM_HDX use different bit, so set IFM_HDX bit if it's not full | msaitoh |
| 2013-06-11 | Remove duplicated code. The code to check IFF_UP and autonegotiation | msaitoh |
| 2013-06-09 | Don't "return" but "break" in MII_TICK when the interface isn't doing | msaitoh |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2008-11-17 | Reduce code duplication: most PHY drivers call mii_phy_add_media() | dyoung |
| 2008-05-06 | Rename some softc variables for readability. | tsutsui |
| 2008-05-04 | device_t/softc split for all mii(4) devices, and other related | xtraeme |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-12-29 | Remove the device_is_active() check from each individual PHY's | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2006-11-16 | - don't hardcode 5, 10 define and use MII_ANEGTICKS{,_GIGE} | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-03-29 | Fix an oversight in previous. | thorpej |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-08-23 | Make use of static. | thorpej |
| 2003-09-30 | Fix build problem caused by integration of new I2C framework. | tron |
| 2003-04-29 | Use aprint*(). | thorpej |
| 2002-10-23 | fix lint warnings about things being stringified under cpp -traditional | perry |
| 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-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-08-04 | Ops, forgot to commit this one: | bouyer |
| 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-10-11 | Silence format warning. | sommerfeld |
| 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 | 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 |