summaryrefslogtreecommitdiff
path: root/sys/dev/mii/brgphy.c
AgeCommit message (Expand)Author
2010-03-13Add Broadcom BCM5482.kiyohara
2010-01-24Add support for BCM5461,BCM5784 and BCM5761.msaitoh
2009-11-18Support BCM5709CAX and BCM5709C PHYs.bouyer
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-08-12Match the Broadcom BCM5464 PHY.simonb
2009-06-17Unwrap not so long lines.tsutsui
2009-06-17- no need to use device_parent() because device_t parent is passedtsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-23use proplibmsaitoh
2009-04-19Some fixes and enhancements:msaitoh
2009-04-07Detach brgphy(4) at shutdown.dyoung
2008-11-17Reduce code duplication: most PHY drivers call mii_phy_add_media()dyoung
2008-08-25PR 39241: Add support for Broadcom BCM5906(M) from Karl Uwe Lockhoffcegger
2008-05-04device_t/softc split for all mii(4) devices, and other relatedxtraeme
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-20Add BCM5708C. Treating it like 5750/5780 is a guess but my Dellmarkd
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-08-06Add support for BCM5754 and BCM5755. From suggestions from Jonathanmarkd
2007-03-13tabifymsaitoh
2007-03-10Commit from AsiaBSDCon 2007's placemsaitoh
2006-11-26Match 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-27Add PHY ID for the integral 1000base-T PHY in the bcm5780 (also knownjonathan
2006-03-29Use device_private().thorpej
2005-12-10Oops! Restore brgphys[]z stanza for bcm5705 integral PHY, somehowjonathan
2005-12-08Add PHY mii-id for the Broadcom 1000base-T PHY integral to thejonathan
2005-02-27nuke trailing whitespaceperry
2004-10-28Add support for the PHY found with BCM575x chips. Beware the magiccube
2004-08-23Make use of static.thorpej
2004-04-11gmii_phy_getflowcontrol() -> mii_phy_flowstatus(). From HITOSHI Osada.thorpej
2004-04-10Fetch negotiated flow control parameters. From HITOSHI Osada.thorpej
2003-07-17Add support for the BCM5705:hannken
2003-04-29Use aprint*().thorpej
2003-01-16Update first 16-bit word of 5401 DSP patch to match latest Linux drivers.jonathan
2003-01-16Add PHY entry for bcm5704c (copper) integral phy to miidevs.jonathan
2002-12-27Recognize BCM5703 phy. (with this and the bge changes, the bge0 on mymatt
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-13Move the BCM5401 DSP patch out of the bge driver and intothorpej
2002-07-12Match the BCM5421, found on the Apple Xserve. From Matt Thomas.thorpej
2002-07-03Don't include <malloc.h> - no memory management style functions are usesimonb
2002-06-22Match BCM5701fvdl
2002-03-25Get flags passed down to PHY drivers correctly. This was done onthorpej
2001-11-13add RCSIDlukem
2001-08-25ANSI'ify.thorpej