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
/
bmtphy.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-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-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2014-06-16
No functional change:
msaitoh
2009-10-19
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
bouyer
2009-01-18
Enable flow control and poll the status appropriately.
mrg
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-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-01-05
Updates from OpenBSD:
jdc
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-12
- sprinkle __unused on function decls.
christos
2006-03-29
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-01-17
Support Broadcom BCM5222 dual 10/100 media interface.
scw
2004-11-24
Add BCM 4401 phy (from FreeBSD).
martin
2004-08-23
Make use of static.
thorpej
2003-06-06
Only read media status bits when they are valid.
martin
2003-05-02
Match Broadcom's BCM5214 Quad 10/100 media interface.
scw
2003-04-29
Use aprint*().
thorpej
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-07-03
Don't include <malloc.h> - no memory management style functions are use
simonb
2002-03-25
Get flags passed down to PHY drivers correctly. This was done on
thorpej
2001-11-13
add RCSID
lukem
2001-08-25
ANSI'ify.
thorpej
2001-07-27
Use the bit-swapped OUI for the 5221. (Have I mentioned that I really
thorpej
2001-07-27
Add a 3Com 3c905B internal PHY.
thorpej
2001-06-08
Initialize sc->sc_anegticks to 5 on attach to prevent panic due to
enami
2001-06-02
Driver for the Broadcom BCM5201/BCM5202 "Mini-Theta" Ethernet
thorpej