summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/brgphy.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281877:yongari2015-05-141-10/+18
* Recognize BCM5725C PHY.yongari2013-07-201-0/+3
* Recognize 5720S PHY and treat it as 5708S PHY.yongari2012-12-201-10/+16
* For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at allyongari2012-12-201-6/+5
* For 5717C/5719C/5720C and 57765 PHYs, do not perform any specialyongari2012-10-111-0/+9
* - Probe BCM57780.marius2012-02-191-2/+5
* Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there aremarius2011-11-231-0/+2
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* Probe the BCM5785.marius2011-11-231-0/+1
* Recognize BCM5720C PHY.yongari2011-10-281-0/+1
* r221812 reveals that at least some Broadcom PHYs default to being not onlymarius2011-08-191-3/+15
* Recognize BCM5719C PHY.yongari2011-05-091-0/+1
* Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'myongari2011-05-051-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-108/+66
* Probe the PHY accompanying BCM57765.marius2011-05-021-0/+1
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-141-1/+1
* Restore the previous behaviour of substring match.jkim2010-11-151-1/+2
* Plug memory leakage introduced in r204989.jkim2010-11-151-9/+12
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsmarius2010-11-141-11/+0
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-135/+58
* Recognize the BCM5482S.jmallett2010-11-081-0/+1
* Add BCM5717C 10/100/1000TX PHY id.yongari2010-10-271-0/+5
* Revert r213867; while this driver really doesn't use any of the genericmarius2010-10-181-0/+4
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-0/+1
* Just like xmphy(4) this driver doesn't use any of the generic subroutinesmarius2010-10-141-4/+0
* Separate common flags into controller specific and PHY relatedyongari2010-10-051-8/+8
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-021-30/+10
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-1/+1
* Consistently use tab characters instead of tab + space characters.yongari2010-09-071-40/+41
* - Pass flow control settings back to bce(4).davidch2010-04-291-6/+4
* - Added support for 5709S/5716S PHYs.davidch2010-03-181-23/+102
* Fix style(9) bugs in the previous revision.sobomax2010-03-101-3/+3
* further narrow down no carrier workaround, since it appears to only affectsobomax2010-03-101-4/+19
* Provide workaround for the ages old bug affecting certain BCM5708Ssobomax2010-03-101-3/+20
* Add support for BCM54K2 found in combination with Apple K2 GMAC.marius2010-02-201-0/+26
* Add check for fiber mode for BCM5714 PHY. This PHY supports bothyongari2010-01-141-0/+1
* Add BCM5754 PHY id that is found on Dell Studio XPS 16.yongari2010-01-141-0/+1
* Add BCM5761 PHY id.yongari2009-11-021-0/+1
* Restore link state handling which was broken in rev 1.69.yongari2008-08-121-4/+1
* Remove 'cr' at the end of line.yongari2008-08-121-20/+20
* Remove whitespace at the end of line.yongari2008-08-121-10/+10
* - Added support for BCM5709 and BCM5716.davidch2008-06-131-9/+59
* Add support for the BCM5906[M] adapters. These adapters only supportjhb2008-04-291-2/+11
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andjhb2008-03-061-1/+2
* - Add PHY ID for BCM5709C 1000Base-T controllers.davidch2008-03-051-2/+4
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.jkim2008-01-181-7/+1
* - Fixed a problem that caused autonegotiation failures.davidch2007-06-081-1/+5
* New features:davidch2007-06-071-164/+388
* - Take advantage of mii_phy_add_media() for adding media and settingmarius2007-04-301-65/+13
* Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsetsmarius2007-04-101-0/+1
OpenPOWER on IntegriCloud