summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2020-04-14Add BCM54210E support.Mark Kettenis
2020-04-14Add flags to specify whether internal delays should be configured for RGMII.Mark Kettenis
2020-04-14regenMark Kettenis
2020-04-14Add Broadcom BCM54210E.Mark Kettenis
2020-04-06Update my email address.Paul Irofti
2020-01-15mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@cheloha
2019-09-24Recognize Marvell 88E1545.Visa Hankala
2019-09-24regenVisa Hankala
2019-09-24Add Marvell 88E1545.Visa Hankala
2018-04-09regenMark Kettenis
2018-04-09Add Marvell 88E1512.Mark Kettenis
2018-02-27Add RTL8211F support. Loosely based on the FreeBSD driver.Mark Kettenis
2017-03-11Add support for RTL8153 devices. Heavily based on changes made by Kevin LoMark Kettenis
2016-07-11Initialize oui and model fields in the softc.Mark Kettenis
2016-07-10regenMark Kettenis
2016-07-10Add MICREL KSZ9021 and KSZ9031.Mark Kettenis
2016-07-09Initialize the mii_oui field such that fec(4) can look at it.Mark Kettenis
2016-07-08regenMark Kettenis
2016-07-08The Atheros PHYs with model ID 7 are the AR8031/AR8033/AR8035 family.Mark Kettenis
2015-12-29Tweak previous by de-indenting label and replacing remaining continuesmmcc
2015-12-281. Add a loop_end label to the outer loopmmcc
2015-09-12mii_softc's view of the current mii state need to use the proper typesMiod Vallat
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-07-19use standardized register defintion in mii.h rather than specificYojiro Uo
2015-07-19regenYojiro Uo
2015-07-19add RTL8211Yojiro Uo
2015-07-19use standardized register definition in mii.h rather than eachYojiro Uo
2015-07-19revert privious commitYojiro Uo
2015-07-19according to MII specification, these seems to be bug.Yojiro Uo
2015-07-18fix typo.Yojiro Uo
2015-07-18add following registers from IEEE 802.3-2009 Clause 22.Yojiro Uo
2015-06-04Add support for em(4) on Teak 3020, a Tolopai (EP80579)Dariusz Swiderski
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-20And the variable too.Brad Smith
2015-01-20Back out a chunk of rev 1.34 that wasn't supposed to go in with theBrad Smith
2015-01-20printf wasn't supposed to go in.Brad Smith
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