aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/brgphy.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-13/+14
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-9/+1
* Recognize BCM5725C PHY.Pyun YongHyeon2013-07-201-0/+3
* Recognize 5720S PHY and treat it as 5708S PHY.Pyun YongHyeon2012-12-201-10/+16
* For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at allPyun YongHyeon2012-12-201-6/+5
* For 5717C/5719C/5720C and 57765 PHYs, do not perform any specialPyun YongHyeon2012-10-111-0/+9
* - Probe BCM57780.Marius Strobl2012-02-191-2/+5
* Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there areMarius Strobl2011-11-231-0/+2
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* Probe the BCM5785.Marius Strobl2011-11-231-0/+1
* Recognize BCM5720C PHY.Pyun YongHyeon2011-10-281-0/+1
* r221812 reveals that at least some Broadcom PHYs default to being not onlyMarius Strobl2011-08-191-3/+15
* Recognize BCM5719C PHY.Pyun YongHyeon2011-05-091-0/+1
* Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'mPyun YongHyeon2011-05-051-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-108/+66
* Probe the PHY accompanying BCM57765.Marius Strobl2011-05-021-0/+1
* - Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl2011-01-141-1/+1
* Restore the previous behaviour of substring match.Jung-uk Kim2010-11-151-1/+2
* Plug memory leakage introduced in r204989.Jung-uk Kim2010-11-151-9/+12
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsMarius Strobl2010-11-141-11/+0
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-135/+58
* Recognize the BCM5482S.Juli Mallett2010-11-081-0/+1
* Add BCM5717C 10/100/1000TX PHY id.Pyun YongHyeon2010-10-271-0/+5
* Revert r213867; while this driver really doesn't use any of the genericMarius Strobl2010-10-181-0/+4
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-0/+1
* Just like xmphy(4) this driver doesn't use any of the generic subroutinesMarius Strobl2010-10-141-4/+0
* Separate common flags into controller specific and PHY relatedPyun YongHyeon2010-10-051-8/+8
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-021-30/+10
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-1/+1
* Consistently use tab characters instead of tab + space characters.Pyun YongHyeon2010-09-071-40/+41
* - Pass flow control settings back to bce(4).David Christensen2010-04-291-6/+4
* - Added support for 5709S/5716S PHYs.David Christensen2010-03-181-23/+102
* Fix style(9) bugs in the previous revision.Maxim Sobolev2010-03-101-3/+3
* further narrow down no carrier workaround, since it appears to only affectMaxim Sobolev2010-03-101-4/+19
* Provide workaround for the ages old bug affecting certain BCM5708SMaxim Sobolev2010-03-101-3/+20
* Add support for BCM54K2 found in combination with Apple K2 GMAC.Marius Strobl2010-02-201-0/+26
* Add check for fiber mode for BCM5714 PHY. This PHY supports bothPyun YongHyeon2010-01-141-0/+1
* Add BCM5754 PHY id that is found on Dell Studio XPS 16.Pyun YongHyeon2010-01-141-0/+1
* Add BCM5761 PHY id.Pyun YongHyeon2009-11-021-0/+1
* Restore link state handling which was broken in rev 1.69.Pyun YongHyeon2008-08-121-4/+1
* Remove 'cr' at the end of line.Pyun YongHyeon2008-08-121-20/+20
* Remove whitespace at the end of line.Pyun YongHyeon2008-08-121-10/+10
* - Added support for BCM5709 and BCM5716.David Christensen2008-06-131-9/+59
* Add support for the BCM5906[M] adapters. These adapters only supportJohn Baldwin2008-04-291-2/+11
* Flesh out support for the BCM5722 by recognizing the phy on the 5722 andJohn Baldwin2008-03-061-1/+2
* - Add PHY ID for BCM5709C 1000Base-T controllers.David Christensen2008-03-051-2/+4
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.Jung-uk Kim2008-01-181-7/+1
* - Fixed a problem that caused autonegotiation failures.David Christensen2007-06-081-1/+5
* New features:David Christensen2007-06-071-164/+388
* - Take advantage of mii_phy_add_media() for adding media and settingMarius Strobl2007-04-301-65/+13