summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/brgphy.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Revert couple of changes from 1.51 and 1.52. Reading link status with BMSRjkim2007-03-191-14/+12
* Restore support for the 5706C bce(4) phy that was broken during thejhb2007-02-211-1/+52
* Fix a typo from the previous commit.jkim2007-02-141-1/+1
* Fix typos in comments while I am here.jkim2007-02-131-3/+4
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.jkim2007-02-121-0/+22
* Fix style(9).jkim2007-02-121-14/+14
* Add PHY DSP code for BCM5755M.jkim2007-02-121-0/+23
* BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSPjkim2007-02-121-4/+9
* Replace magic numbers with corresponding definitions.jkim2007-02-121-8/+8
* Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used fordwhite2007-01-261-1/+0
* Correct driver_t brgphy_driver, which was forgotten from the last commit.jkim2007-01-161-1/+1
* Move MII model and revision into softc.jkim2007-01-161-14/+24
* - Move Ethernet@WireSpeed and jumbo frame configurations to separatejkim2007-01-151-48/+60
* - Fix BCM5754 support found in Dell PowerEdge SC440.jkim2007-01-151-22/+48
* Use BMSR for link status in one more place and clean up more.jkim2006-12-201-10/+9
OpenPOWER on IntegriCloud