| Age | Commit message (Expand) | Author |
| 2008-05-06 | Rename some softc variables for readability. | tsutsui |
| 2008-05-05 | Use device_private() where appropriate. | tsutsui |
| 2008-05-04 | device_t/softc split for all mii(4) devices, and other related | xtraeme |
| 2008-05-02 | Move TNF licenses to 2 clause form | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-14 | pretty up if_ex: pmf'ify, device split, and improve printing a bit too. | spz |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-04-05 | Add support for RealTek RTL8211B(L) PHY. From FreeBSD. | tsutsui |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-02-20 | Add BCM5708C. Treating it like 5750/5780 is a guess but my Dell | markd |
| 2008-02-20 | regen. | markd |
| 2008-02-20 | Add BCM5708C 1000BASE-T media interface, from FreeBSD | markd |
| 2008-01-26 | Add a wakeup instruction which is taken from Realtek driver. | tsutsui |
| 2008-01-20 | mii_physubr.c::mii_phy_reset() has gphyter and nsphyter specific delay(500). | msaitoh |
| 2008-01-10 | Add a helper routine for ethernet drivers, mii_ifmedia_change(). | dyoung |
| 2008-01-05 | Updates from OpenBSD: | jdc |
| 2008-01-02 | Fix XEN2_DOMU (and amd64?) builds: move ether_mediastatus(), | dyoung |
| 2007-12-29 | Remove the device_is_active() check from each individual PHY's | dyoung |
| 2007-12-29 | Recognize Marvell 88E1116 Gigabit PHY. | wiz |
| 2007-12-29 | regen (+ Marvell 88E1116 Gigabit PHY) | wiz |
| 2007-12-29 | Add Marvell 88E1116 Gigabit PHY. | wiz |
| 2007-12-29 | Use LIST_FOREACH(). | dyoung |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-06 | Add missing aprint_naive("\n"); in rlphyattach. | uwe |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-13 | Correct indent. | isaki |
| 2007-10-12 | Regen from miidevs rev 1.73: | tsutsui |
| 2007-10-12 | Add Realtek RTL8211, which has the same ID with 8169S/8110S internal PHY. | tsutsui |
| 2007-08-28 | add I82566 | msaitoh |
| 2007-08-28 | regen | msaitoh |
| 2007-08-28 | add Intel I82566 | msaitoh |
| 2007-08-06 | Add support for BCM5754 and BCM5755. From suggestions from Jonathan | markd |
| 2007-08-06 | Regen for BCM5755 and 5754. | markd |
| 2007-08-06 | Add BCM5755 and 5754 Gig-E PHYs. | markd |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-09 | Fix wrong softc size (missed in the previous). | tsutsui |
| 2007-03-20 | Prepare sc_rtl8201l flag in softc and use it in rlphy_status() so that | tsutsui |
| 2007-03-19 | Prepare rlphy_reset() and set BMCR_AUTOEN in it. | tsutsui |
| 2007-03-13 | tabify | msaitoh |
| 2007-03-10 | Commit from AsiaBSDCon 2007's place | msaitoh |
| 2007-02-23 | fix some negotiation problems on wm(4). | msaitoh |
| 2007-02-17 | Regen. | jmcneill |
| 2007-02-17 | Add Marvell 88E6060 10/100 5-port PHY switch | jmcneill |
| 2007-02-17 | Enable mvphy(4) | jmcneill |
| 2007-02-17 | Add a default "dumb" mode, that adds all ports to the same interface. | jmcneill |
| 2006-12-25 | Spell "threshold" correctly. From Zafer Aydogan. | wiz |
| 2006-12-03 | - pull the following fix from FreeBSD's rgephy.c rev 1.14: | tsutsui |
| 2006-11-29 | Fix #ifdef/#endif comment mismatch. | tsutsui |
| 2006-11-29 | KNF, ANSIfy, unwrap lines. | tsutsui |