summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/brgphy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Do not depend on auto negotiation for link speed/duplex status.jkim2006-12-201-68/+81
* - Fix autonegotiation timer.oleg2006-12-191-30/+22
* Teach the brgphy about some new Broadcom IDs.scottl2006-12-111-0/+1
* Some style changes to a couple of PHY drivers:marius2006-12-021-30/+22
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-10/+1
* Add PHY support for BCM5752.yongari2006-08-311-0/+2
* Pack several boolean fields into single bge_flags field.glebius2006-08-231-1/+1
* Use mii_phy_match to reduce duplicated code.yongari2006-07-031-71/+21
* Replace hard-coded magic constants to system defined constantsyongari2006-07-031-12/+12
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Fix the PHY support for the 5780. I mis-merged this from my sources.ps2006-04-121-0/+1
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)ps2006-04-101-26/+82
* Add basic support for BCM5780 PHY.oleg2006-03-231-0/+7
* 1) fix tiny bug in bge_start_locked()oleg2005-12-081-1/+1
* The BCM5401 dspcode load on media changes also appliesgrehan2005-10-161-0/+2
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-301-12/+5
* Support the 5714Cps2005-05-191-0/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add support for the BCM5750/5751. Unfortunately the documentationps2004-09-241-0/+33
* 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/+0
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-031-3/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
OpenPOWER on IntegriCloud