Age | Commit message (Expand) | Author |
2014-02-01 | Split bge(4)'s feature flags into bge_flags and bge_phy_flags. | Brad Smith |
2013-12-28 | mii drivers no longer need activate functions. Repair of the PHY | Theo de Raadt |
2013-05-28 | Fix a common issue across different PHY drivers to reset the | Mike Belopuhov |
2013-03-17 | Split out bge / bnx reset code into a separate set of functions. | Brad Smith |
2013-01-13 | Add support for reporting flow control status for 5708S/5709S fibre PHY. | Brad Smith |
2013-01-10 | apparently broadcom finally made a series of phys that done need a bunch | David Gwynne |
2013-01-10 | when checking if a particular phy has a particular model number, | David Gwynne |
2013-01-09 | comments are lies. brgphy definitely supports more thant the BCR5400. | David Gwynne |
2012-08-09 | Add support for BCM5717/19/20C PHYs. From Brad. | Mark Kettenis |
2012-07-05 | Correct the jumbo setup code within brgphy(4). The code had a mistake | Stuart Henderson |
2011-12-19 | add BCM57765, same diff jsg@ ok kettenis@ | Stuart Henderson |
2010-05-24 | Support fibre PHY on BCM5709S. From FreeBSD via Brad. | Stuart Henderson |
2010-04-09 | Attach to BCM5481, BCM5482. From Brad. | Stuart Henderson |
2010-04-06 | Correct setting the autoneg ticks for GigE PHY, corrects what media | Christian Weisgerber |
2010-02-16 | Recognize the BCM57780 PHY, tested by bruce on tech@. | Stuart Henderson |
2009-08-08 | match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber |
2009-07-30 | Attach to BCM5761. From Brad. | Stuart Henderson |
2009-07-03 | this is a rather large change to add support for the BCM5709. | David Gwynne |
2009-06-04 | replace the cumbersome macros that check for chip revisions with quirk flags | Christian Weisgerber |
2009-05-21 | add support for BCM576x, 577xx, and some new 572x/578x devices. | Stuart Henderson |
2008-11-08 | Add additional link status checking for for the BCM5906 PHY. | Brad Smith |
2008-11-08 | Only read the Gig status register if Gig media status is detected. | Brad Smith |
2008-08-30 | Move the link state check back up to the top of the various status | Brad Smith |
2008-06-13 | Add support for fiber PHY on bge(4) (BCM5714/BCM5780) and | Brad Smith |
2008-06-11 | Add a few comments. | Brad Smith |
2008-06-10 | formatting knits. | Brad Smith |
2008-06-10 | Some header cleanup. Remove some unused headers and shuffle some around | Brad Smith |
2008-04-26 | Adjust the output voltage for BCM5906 PHY otherwise it might not be | Brad Smith |
2008-04-20 | Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipset | Brad Smith |
2008-03-02 | Add missing half duplex flag for 100baseT4. | Brad Smith |
2008-02-28 | Update for the BCM5706 miidevs entry change. | Brad Smith |
2008-01-31 | recognize the BCM5722 PHY. | Brad Smith |
2007-10-13 | Add support for BCM5906. | Mark Kettenis |
2007-01-30 | Rough in more support for 5787/5755 chips so far known to not work or | Kenneth R Westerback |
2007-01-10 | Flow control support for bge(4)/brgphy(4). From brad@ based on code from | Mark Kettenis |
2006-12-31 | Bring last few phys into line by calling their XXX_status() functions | Kenneth R Westerback |
2006-12-30 | Set MASTER based on IFM_ETH_MASTER instead of LINK0. | Mark Kettenis |
2006-12-22 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis |
2006-10-22 | Set Jumbo frame settings for Jumbo capable bge(4) adapters. | Brad Smith |
2006-10-20 | remove the IFM_100_T4 switch case for the manual media code, brgphy(4) | Brad Smith |
2006-10-20 | attach for the Broadcom BCM5755 ASIC based chipsets as well. | Brad Smith |
2006-10-20 | move the Jumbo frame settings and Ethernet@Wirespeed code into separate | Brad Smith |
2006-10-19 | add a PHY workaround for the 5787 ASIC based chipsets. | Brad Smith |
2006-10-19 | Rearrange the code a bit, rename a few functions and make brgphy(4) use | Brad Smith |
2006-10-15 | fix parent driver match in brgphy_reset(), simplify code a bit as well, don't | Brad Smith |
2006-10-15 | attach to the Broadcom BCM5787 PHY. | Brad Smith |
2006-10-11 | revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset; | Brad Smith |
2006-10-09 | revert the last two changes. the changes were causing brgphy@gem to panic. | Brad Smith |
2006-10-08 | set Jumbo frame settings for Jumbo capable bge(4) adapters. | Brad Smith |
2006-10-08 | refactor the code a bit, use the bge(4) PHY flags and add another | Brad Smith |