summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rlphy.c
AgeCommit message (Expand)Author
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2019-11-27- Simplify sc->mii_anegticks setting. Same as FreeBSD.msaitoh
2019-09-19- ICPLUS -> xxICPLUSmsaitoh
2019-03-25 KNF. No functional change.msaitoh
2019-03-08 Use static.msaitoh
2019-02-24use a macro to tidy up the phydesc array initialization, from FreeBSDchristos
2019-02-09Support RTL8152. Tested on ure(4) (RTL8152).rin
2019-01-22 Change MII PHY read/write API from:msaitoh
2019-01-07 Fix a bug that rlphy might ignore the link partner's advertised speed.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-06-16 IFM_FDX and IFM_HDX use different bit, so set IFM_HDX bit if it's not fullmsaitoh
2014-06-16No functional change:msaitoh
2011-01-20Match only first instance of rlphy, following suite from Free/OpenBSD.pooka
2010-11-14rlphy fails to work without autonegotiation.mlelstv
2009-02-16fix media priorities:cegger
2009-01-16Use mii_anar(). No functional change.cegger
2008-11-17Reduce code duplication: most PHY drivers call mii_phy_add_media()dyoung
2008-05-04device_t/softc split for all mii(4) devices, and other relatedxtraeme
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-29Remove the device_is_active() check from each individual PHY'sdyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-06Add missing aprint_naive("\n"); in rlphyattach.uwe
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-13Correct indent.isaki
2007-05-09Fix wrong softc size (missed in the previous).tsutsui
2007-03-20Prepare sc_rtl8201l flag in softc and use it in rlphy_status() so thattsutsui
2007-03-19Prepare rlphy_reset() and set BMCR_AUTOEN in it.tsutsui
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-03Make rlphy also match if parent MII is re(4) for RTL8139C+ case.tsutsui
2006-10-12- sprinkle __unused on function decls.christos
2006-03-29Use device_private().thorpej
2006-03-25Use device_parent().thorpej
2006-03-14add an rlphy clone from IC Plus. from openbsd.chs
2006-03-12fix match for RealTek 8201L.chs
2006-02-28Reduce previous (!is(...) != 0) to (!is(...)).kleink
2006-02-27Use device_is_a() more.thorpej
2006-02-27Use device_is_a().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-01-04Add rlphy(4) (Realtek 8139/8201L PHY) from OpenBSD.xtraeme