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
/
brgphy.c
Age
Commit message (
Expand
)
Author
2010-03-13
Add Broadcom BCM5482.
kiyohara
2010-01-24
Add support for BCM5461,BCM5784 and BCM5761.
msaitoh
2009-11-18
Support BCM5709CAX and BCM5709C PHYs.
bouyer
2009-10-19
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
bouyer
2009-08-12
Match the Broadcom BCM5464 PHY.
simonb
2009-06-17
Unwrap not so long lines.
tsutsui
2009-06-17
- no need to use device_parent() because device_t parent is passed
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-04-23
use proplib
msaitoh
2009-04-19
Some fixes and enhancements:
msaitoh
2009-04-07
Detach brgphy(4) at shutdown.
dyoung
2008-11-17
Reduce code duplication: most PHY drivers call mii_phy_add_media()
dyoung
2008-08-25
PR 39241: Add support for Broadcom BCM5906(M) from Karl Uwe Lockhoff
cegger
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-02-20
Add BCM5708C. Treating it like 5750/5780 is a guess but my Dell
markd
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2007-08-06
Add support for BCM5754 and BCM5755. From suggestions from Jonathan
markd
2007-03-13
tabify
msaitoh
2007-03-10
Commit from AsiaBSDCon 2007's place
msaitoh
2006-11-26
Match BCM5752 PHY. From Matthias Drochner and FreeBSD/OpenBSD.
tsutsui
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-04-27
Add PHY ID for the integral 1000base-T PHY in the bcm5780 (also known
jonathan
2006-03-29
Use device_private().
thorpej
2005-12-10
Oops! Restore brgphys[]z stanza for bcm5705 integral PHY, somehow
jonathan
2005-12-08
Add PHY mii-id for the Broadcom 1000base-T PHY integral to the
jonathan
2005-02-27
nuke trailing whitespace
perry
2004-10-28
Add support for the PHY found with BCM575x chips. Beware the magic
cube
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-07-17
Add support for the BCM5705:
hannken
2003-04-29
Use aprint*().
thorpej
2003-01-16
Update first 16-bit word of 5401 DSP patch to match latest Linux drivers.
jonathan
2003-01-16
Add PHY entry for bcm5704c (copper) integral phy to miidevs.
jonathan
2002-12-27
Recognize BCM5703 phy. (with this and the bge changes, the bge0 on my
matt
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-13
Move the BCM5401 DSP patch out of the bge driver and into
thorpej
2002-07-12
Match the BCM5421, found on the Apple Xserve. From Matt Thomas.
thorpej
2002-07-03
Don't include <malloc.h> - no memory management style functions are use
simonb
2002-06-22
Match BCM5701
fvdl
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
[next]