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
/
igphy.c
Age
Commit message (
Expand
)
Author
2010-03-07
Add two workarounds for ICH8 with igp3.
msaitoh
2009-12-16
Sync with Intel's original em driver:
msaitoh
2009-12-16
Re-enable igphy's 82566 support.
msaitoh
2009-08-06
Later generation 82566 IGP PHYs have problems with media changes to 100Mb and
kml
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
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2007-08-28
add I82566
msaitoh
2007-02-23
fix some negotiation problems on wm(4).
msaitoh
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
2004-10-05
Enable the SmartSpeed work-around code for the IGP phy, with some
thorpej
2004-08-23
Make use of static.
thorpej
2004-04-11
gmii_phy_getflowcontrol() -> mii_phy_flowstatus(). From HITOSHI Osada.
thorpej
2004-04-10
Fetch negotiated flow control parameters. From HITOSHI Osada.
thorpej
2003-10-28
Add a driver for the Intel IGPE1000 PHY as found on 82541 and 82547 chips.
fvdl