summaryrefslogtreecommitdiff
path: root/sys/dev/mii/bmtphy.c
AgeCommit message (Expand)Author
2020-03-15Define 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-24use a macro to tidy up the phydesc array initialization, from FreeBSDchristos
2019-01-22 Change MII PHY read/write API from:msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-06-16No functional change:msaitoh
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-01-18Enable flow control and poll the status appropriately.mrg
2008-11-17Reduce code duplication: most PHY drivers call mii_phy_add_media()dyoung
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-01-05Updates from OpenBSD:jdc
2007-12-09Merge 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-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-01-17Support Broadcom BCM5222 dual 10/100 media interface.scw
2004-11-24Add BCM 4401 phy (from FreeBSD).martin
2004-08-23Make use of static.thorpej
2003-06-06Only read media status bits when they are valid.martin
2003-05-02Match Broadcom's BCM5214 Quad 10/100 media interface.scw
2003-04-29Use aprint*().thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-03Don't include <malloc.h> - no memory management style functions are usesimonb
2002-03-25Get flags passed down to PHY drivers correctly. This was done onthorpej
2001-11-13add RCSIDlukem
2001-08-25ANSI'ify.thorpej
2001-07-27Use the bit-swapped OUI for the 5221. (Have I mentioned that I reallythorpej
2001-07-27Add a 3Com 3c905B internal PHY.thorpej
2001-06-08Initialize sc->sc_anegticks to 5 on attach to prevent panic due toenami
2001-06-02Driver for the Broadcom BCM5201/BCM5202 "Mini-Theta" Ethernetthorpej