| Age | Commit message (Expand) | Author |
| 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-10-11 | - Indicat master mode if the negotiated result say so. | msaitoh |
| 2019-10-11 | Make new rgephy_linkup() function and share it like FreeBSD. | msaitoh |
| 2019-06-05 | Cosmetic changes | triaxx |
| 2019-04-11 | KNF. No functional change. | msaitoh |
| 2019-04-11 | Fix a bug that the duplex of manual media setting may be wrong | msaitoh |
| 2019-03-25 | KNF. No functional change. | msaitoh |
| 2019-02-26 | Add MI MII clause 45 MMD MDIO access macros via clause 22 indirect registers: | msaitoh |
| 2019-02-25 | MMDACR_FN_{DATANPI,DATAPIRW,DATAPIW} are little hard to identify and might be | msaitoh |
| 2019-02-25 | It seems EEE support is not only on 8211F but on 8211D and newer. | msaitoh |
| 2019-02-24 | use a macro to tidy up the phydesc array initialization, from FreeBSD | christos |
| 2019-02-21 | Revision 2..5 == RTL8211B...F | msaitoh |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2019-01-16 | Pass flags correctly. See also: | msaitoh |
| 2018-06-27 | Use definitions in mii.h and mdio.h. | msaitoh |
| 2018-06-19 | Use symbolic names for chip revision. NFC. | jmcneill |
| 2018-02-03 | Avoid using proplib in rgephy_reset to make LOCKDEBUG happy. | jmcneill |
| 2017-12-23 | Add a no-rx-delay device property for RGE8211E that disables RX internal | jmcneill |
| 2015-08-21 | Disable link down power save mode and energy efficient ethernet on RTL8211F. | jmcneill |
| 2015-03-31 | when resetting RTL8211F, make sure to disable manual MDI mode | jmcneill |
| 2015-03-04 | add RTL8211F support | jmcneill |
| 2014-11-09 | more mention RTL8251. | nonaka |
| 2014-11-09 | match Realtek RTL8251. | nonaka |
| 2013-12-17 | Remove unused variables. | martin |
| 2013-12-16 | Use (new) mii_mpd_rev in struct mii_softc rather than providing our own | jakllsch |
| 2013-06-16 | The bit location of link ability is different between 1000Base-X and others | msaitoh |
| 2013-06-09 | Update link status quickly. This change is a part of FreeBSD's mii_physubr.c | msaitoh |
| 2013-06-09 | atphy, ciphy, ihphy and rgephy are gigabit PHY, so not only check IFM_AUTO | msaitoh |
| 2013-06-06 | Fix a bug that the auto negotiation timer isn't cleard as we expected. | msaitoh |
| 2010-07-18 | Use standard MII register definitions from mii.h. No binary change. | jakllsch |
| 2009-08-23 | Remove duplicated PHY_READ() against RGEPHY_MII_BMSR | tsutsui |
| 2009-04-28 | Remove magic reset sequence except wakeup for rev 2 chips which breaks 8111D. | tsutsui |
| 2009-02-11 | revert changes in rgephy_reset() done in rev. 1.25. | cegger |
| 2009-01-14 | pull in changes from FreeBSD: | cegger |
| 2009-01-09 | add flow control support. From OpenBSD. | cegger |
| 2009-01-09 | add support for RTL8211C(L) phy. | cegger |
| 2008-11-17 | Reduce code duplication: most PHY drivers call mii_phy_add_media() | dyoung |
| 2008-05-04 | device_t/softc split for all mii(4) devices, and other related | xtraeme |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-04-05 | Add support for RealTek RTL8211B(L) PHY. From FreeBSD. | tsutsui |
| 2008-01-26 | Add a wakeup instruction which is taken from Realtek driver. | tsutsui |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2006-12-03 | - pull the following fix from FreeBSD's rgephy.c rev 1.14: | tsutsui |
| 2006-11-29 | KNF, ANSIfy, unwrap lines. | tsutsui |
| 2006-11-29 | Pull some updates from the Realtek's driver: | tsutsui |
| 2006-11-28 | Pull fixes from FreeBSD's rgephy.c: | tsutsui |
| 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-11-09 | Add #include <sys/device.h> for struct device. | tsutsui |