summaryrefslogtreecommitdiff
path: root/sys/dev/mii/brgphy.c
AgeCommit message (Expand)Author
2006-10-09revert the last two changes. the changes were causing brgphy@gem to panic.Brad Smith
2006-10-08set Jumbo frame settings for Jumbo capable bge(4) adapters.Brad Smith
2006-10-08refactor the code a bit, use the bge(4) PHY flags and add anotherBrad Smith
2006-10-08- g/c unused code.Brad Smith
2006-10-01pack several boolean fields into the existing bge_flags field.Brad Smith
2006-08-28revert flags usage commits. too close to release. will go in post release ins...Brad Smith
2006-08-27pack several boolean fields into the existing bge_flags field.Brad Smith
2006-07-23revert back to the old brgphy_mii_phy_auto() which simplifies the autoneg code.Brad Smith
2006-06-26Add support for bnx(4).Brad Smith
2006-05-20also attach to Broadcom BCM5706C and BCM5708C PHY.Brad Smith
2006-03-04Do not enable the Ethernet@WireSpeed PHY feature on 5705's and not 5750'sBrad Smith
2005-12-10use the 5750 DSP code with the BCM5714 and BCM5780 too.Brad Smith
2005-12-08BCM5715 -> BCM5780Brad Smith
2005-11-25load the 5750 DSP code on the 5705 PHY too.Brad Smith
2005-11-20treat the BCM5715 like the 5714Brad Smith
2005-11-15- Addition of more DSP init code for brgphy models that come with BCM5703 andBrad Smith
2005-11-06load DSP code on all 5421's for now.Brad Smith
2005-11-06re-merge old brgphy_mii_phy_auto().Brad Smith
2005-11-06add DSP init code for BCM54K2.Brad Smith
2005-11-06split the DSP code into separate functions as done inBrad Smith
2005-11-06add a comment explaining what the 5401 DSP code does.Brad Smith
2005-11-05add init code for BCM5421.Brad Smith
2005-11-05BCM5421K2 -> BCM54K2Brad Smith
2005-10-01add Broadcom BCM5421K2Brad Smith
2005-10-01load the BCM5401 DSP code for rev 0 and not rev 1.Brad Smith
2005-10-01add Broadcom BCM5462Brad Smith
2005-09-17KNFBrad Smith
2005-09-17re-add code which allows setting master/slave flag for links withBrad Smith
2005-09-17- use PHY_RESET() on all models in brgphy_service()Brad Smith
2005-08-27BCMunknown -> BCM5752Brad Smith
2005-08-22add a unknown Broadcom Gig PHY. This is just a placeholder for now untilBrad Smith
2005-06-29remove unused FreeBSD printfBrad Smith
2005-06-11need this tooBrad Smith
2005-06-11BCM5714Brad Smith
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-02-05betterBrad Smith
2005-02-05use mii_phy_match()Brad Smith
2005-01-24more constantsBrad Smith
2004-12-12unbreak after last commit to bge(4)Brad Smith
2004-10-31rev 1.68Brad Smith
2004-09-27ANSI protos and some minor cleanupBrad Smith
2004-09-26Restructure the PHY entry points to use a structure ofBrad Smith
2003-10-13Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.Kenneth R Westerback
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-11-26Pull in DSP patches for the BCM5400, BCM5401, and BCM5411; from NetBSD.Jason Wright
2002-11-20Add another modelNathan Binkert
2002-05-04some space and tab cleanup.Federico G. Schwindt
2002-04-08Match on phy model found internally on the BCM5701 chips (3c996B-T)Nathan Binkert
2002-04-02match on BCM5421S. ok deraadtDale Rahn
2002-03-14First round of __P removal in sysTodd C. Miller