summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/bmtphy.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END.marius2011-11-231-2/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-48/+17
* - Also probe BCM5214 and BCM5222.marius2010-11-221-11/+51
* Add support for flow control.marius2010-11-221-1/+4
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-0/+1
* Consistently always explicitly set IFM_HDX for half-duplex.marius2010-10-031-0/+2
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-29/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* - Remove clause 3 and 4 from TNF licenses.marius2010-09-261-12/+0
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-29/+18
* Analogous to mii_add_media(), factor out the code for checking whethermarius2006-11-271-5/+1
* Replace hard-coded magic constants to system defined constantsyongari2006-07-031-3/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-291-3/+3
* Add a device driver for the Broadcom BCM4401 ethernet controller,wpaul2003-09-091-0/+3
* Use __FBSDID().obrien2003-08-241-1/+3
* Remove unnecessary breaks.phk2003-05-311-1/+0
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-1/+1
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-291-1/+0
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes thebenno2002-07-051-0/+298
OpenPOWER on IntegriCloud