index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
/
rlphy.c
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-09-19
- ICPLUS -> xxICPLUS
msaitoh
2019-03-25
KNF. No functional change.
msaitoh
2019-03-08
Use static.
msaitoh
2019-02-24
use a macro to tidy up the phydesc array initialization, from FreeBSD
christos
2019-02-09
Support 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-07
KNF. 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 full
msaitoh
2014-06-16
No functional change:
msaitoh
2011-01-20
Match only first instance of rlphy, following suite from Free/OpenBSD.
pooka
2010-11-14
rlphy fails to work without autonegotiation.
mlelstv
2009-02-16
fix media priorities:
cegger
2009-01-16
Use mii_anar(). No functional change.
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
2007-12-29
Remove the device_is_active() check from each individual PHY's
dyoung
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-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
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-11-03
Make rlphy also match if parent MII is re(4) for RTL8139C+ case.
tsutsui
2006-10-12
- sprinkle __unused on function decls.
christos
2006-03-29
Use device_private().
thorpej
2006-03-25
Use device_parent().
thorpej
2006-03-14
add an rlphy clone from IC Plus. from openbsd.
chs
2006-03-12
fix match for RealTek 8201L.
chs
2006-02-28
Reduce previous (!is(...) != 0) to (!is(...)).
kleink
2006-02-27
Use device_is_a() more.
thorpej
2006-02-27
Use device_is_a().
thorpej
2006-02-20
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE
thorpej
2006-01-04
Add rlphy(4) (Realtek 8139/8201L PHY) from OpenBSD.
xtraeme