summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
AgeCommit message (Expand)AuthorFilesLines
2021-03-05ansijsg4-53/+20
2021-02-23remove some unused includesjsg2-166/+0
2020-11-03The Marvell 88E1512 supports multiple modes between MAC to PHY and PHYpatrick3-3/+26
2020-04-14Add BCM54210E support.kettenis2-7/+59
2020-04-14Add flags to specify whether internal delays should be configured for RGMII.kettenis1-1/+3
2020-04-14regenkettenis1-2/+5
2020-04-14Add Broadcom BCM54210E.kettenis1-1/+3
2020-04-06Update my email address.pirofti1-2/+2
2020-01-15mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@cheloha1-2/+2
2019-09-24Recognize Marvell 88E1545.visa1-1/+3
2019-09-24regenvisa1-2/+4
2019-09-24Add Marvell 88E1545.visa1-1/+2
2018-04-09regenkettenis1-2/+4
2018-04-09Add Marvell 88E1512.kettenis1-1/+2
2018-02-27Add RTL8211F support. Loosely based on the FreeBSD driver.kettenis2-2/+40
2017-03-11Add support for RTL8153 devices. Heavily based on changes made by Kevin Lokettenis1-4/+4
2016-07-11Initialize oui and model fields in the softc.kettenis1-1/+3
2016-07-10regenkettenis1-2/+9
2016-07-10Add MICREL KSZ9021 and KSZ9031.kettenis1-1/+6
2016-07-09Initialize the mii_oui field such that fec(4) can look at it.kettenis1-1/+2
2016-07-08regenkettenis1-4/+4
2016-07-08The Atheros PHYs with model ID 7 are the AR8031/AR8033/AR8035 family.kettenis2-5/+5
2015-12-29Tweak previous by de-indenting label and replacing remaining continuesmmcc1-4/+4
2015-12-281. Add a loop_end label to the outer loopmmcc1-2/+4
2015-09-12mii_softc's view of the current mii state need to use the proper typesmiod1-3/+3
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2-10/+10
2015-07-19use standardized register defintion in mii.h rather than specificyuo2-135/+33
2015-07-19regenyuo1-3/+3
2015-07-19add RTL8211yuo1-2/+2
2015-07-19use standardized register definition in mii.h rather than eachyuo8-555/+143
2015-07-19revert privious commityuo1-2/+2
2015-07-19according to MII specification, these seems to be bug.yuo1-3/+3
2015-07-18fix typo.yuo1-2/+2
2015-07-18add following registers from IEEE 802.3-2009 Clause 22.yuo1-1/+36
2015-06-04Add support for em(4) on Teak 3020, a Tolopai (EP80579)dms1-1/+26
2015-03-14Remove some includes include-what-you-use claims don'tjsg25-51/+25
2015-01-20And the variable too.brad1-3/+1
2015-01-20Back out a chunk of rev 1.34 that wasn't supposed to go in with thebrad1-11/+1
2015-01-20printf wasn't supposed to go in.brad1-2/+1
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi29-29/+58
2014-11-24regenbrad1-3/+3
2014-11-24use the correct capitalization for Realtek.brad4-14/+27
2014-09-14remove uneeded proc.h includesjsg2-4/+2
2014-05-06Add support for the Broadcom PHY found on the Octeon-based DSR-500.pirofti2-1/+397
2014-05-06Regen after Broadcom 53115 addition.pirofti1-1/+3
2014-05-06Add an entry for the Broadcom 53115 model found on the DSR-500.pirofti1-1/+2
2014-02-01Split bge(4)'s feature flags into bge_flags and bge_phy_flags.brad1-10/+10
2014-01-21Sync in the PHY Specific Control and Status register bits.brad1-8/+23
2013-12-30Add support for newer integrated Realtek PHY.brad1-3/+7
2013-12-30Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media statusbrad1-5/+10