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
/
ikphy.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-11-26
Fix typo in comment.
msaitoh
2019-09-04
KNF. No functional change.
msaitoh
2019-03-25
KNF. No functional change.
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
2016-11-02
Set mii_mpd_{oui,model,rev}.
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
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-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
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-21
Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
bouyer