summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-11-24regenBrad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-05-06Add support for the Broadcom PHY found on the Octeon-based DSR-500.Paul Irofti
2014-05-06Regen after Broadcom 53115 addition.Paul Irofti
2014-05-06Add an entry for the Broadcom 53115 model found on the DSR-500.Paul Irofti
2014-02-01Split bge(4)'s feature flags into bge_flags and bge_phy_flags.Brad Smith
2014-01-21Sync in the PHY Specific Control and Status register bits.Brad Smith
2013-12-30Add support for newer integrated Realtek PHY.Brad Smith
2013-12-30Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media statusBrad Smith
2013-12-28Always call PHY_RESET upon attaching eephy(4) so as to do PHY initialization,Brad Smith
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2013-12-28Move the fairly heavy eephy_init sequence [which was only done atTheo de Raadt
2013-12-14regenBrad Smith
2013-12-14new Realtek PHY.Brad Smith
2013-12-08remove case that does nothingTheo de Raadt
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