summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2013-06-25Remove unsigned comparison < 0.Brad Smith
2013-06-15Add support for RTL8101E 10/100 PHY.Mark Kettenis
2013-06-15regenMark Kettenis
2013-06-15Add RTL8101E 10/100 PHY.Mark Kettenis
2013-05-28Fix a common issue across different PHY drivers to reset theMike Belopuhov
2013-03-17Split out bge / bnx reset code into a separate set of functions.Brad Smith
2013-03-14- Fix passing down MAC feature flags; which fixes flow control support.Brad Smith
2013-01-13Add support for reporting flow control status for 5708S/5709S fibre PHY.Brad Smith
2013-01-10apparently broadcom finally made a series of phys that done need a bunchDavid Gwynne
2013-01-10regenDavid Gwynne
2013-01-10fix model ids for Broadcom BCM5720C and BCM5717C phys.David Gwynne
2013-01-10when checking if a particular phy has a particular model number,David Gwynne
2013-01-09comments are lies. brgphy definitely supports more thant the BCR5400.David Gwynne
2012-10-22- Provide flow control statusBrad Smith
2012-10-22Provide flow control status.Brad Smith
2012-08-09Add support for BCM5717/19/20C PHYs. From Brad.Mark Kettenis
2012-08-09regenMark Kettenis
2012-08-09Add BCM5717/19/20C PHYs. From Brad.Mark Kettenis
2012-07-05Correct the jumbo setup code within brgphy(4). The code had a mistakeStuart Henderson
2011-12-19add BCM57765, same diff jsg@ ok kettenis@Stuart Henderson
2011-12-19syncStuart Henderson
2011-12-19add BCM57765 ID, same diff jsg@ ok kettenis@Stuart Henderson
2011-11-19Add a comment explaining the weired nature of the mlphy.Claudio Jeker
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-17Explicitly clear 1000baseT control register for F1 PHY used inKevin Lo
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-03-28Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs.Claudio Jeker
2011-01-21syncKevin Lo
2011-01-21Add Atheros F1 and F2 PHYs from FreeBSDKevin Lo
2011-01-15syncKevin Lo
2011-01-15Add drivers for the RDC R6040 Ethernet chipsetKevin Lo
2010-11-23regenKevin Lo
2010-11-23Recognize the Marvell PHYG65G Gig PHY; tested by Frans HaarmanKevin Lo
2010-07-23Manuel Bouyer rescinded clauses 3 and 4 of his license text.Jonathan Gray
2010-07-10whitespace cleanup from Brad, no change with diff -wStuart Henderson
2010-05-24Support fibre PHY on BCM5709S. From FreeBSD via Brad.Stuart Henderson
2010-04-20mii_activate() is unusedTheo de Raadt
2010-04-09Attach to BCM5481, BCM5482. From Brad.Stuart Henderson
2010-04-06Correct setting the autoneg ticks for GigE PHY, corrects what mediaChristian Weisgerber
2010-03-26syncStuart Henderson
2010-03-26More Broadcom IDs, from Brad:Stuart Henderson
2010-02-16Recognize the BCM57780 PHY, tested by bruce on tech@.Stuart Henderson
2010-02-16syncStuart Henderson
2010-02-16Add BCM57780, from Brad. ok jsg@ kettenis@Stuart Henderson
2010-02-03Enable the next page bit for IP1001, otherwise the PHY failsStuart Henderson
2009-11-24Properly re-initialise the PHY upon resume.Mark Kettenis
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-09-07syncStuart Henderson
2009-09-07Correct the PHY ID for IC+ IP1001. From Brad, confirmed with the datasheet.Stuart Henderson
2009-08-08match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknownChristian Weisgerber