summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2014-02-26Regen.ozaki-r
2014-02-26Add Micrel PHY (KSZ9021RN)ozaki-r
2013-12-21Add Marvell 88E1543. Tested on OPENBLOCKS_AX3.kiyohara
2013-12-21Regen.kiyohara
2013-12-21Add Marvell 88E1543 Quad Port Gb PHYkiyohara
2013-12-17Remove unused variables.martin
2013-12-16Use (new) mii_mpd_rev in struct mii_softc rather than providing our ownjakllsch
2013-10-31Cleanup flag setting. No functional change.msaitoh
2013-06-21 Call brgpy specific autonego function in MII_TICK. Before this commit,msaitoh
2013-06-20Move the detaching and making tentative addresses out if in6_if_uproy
2013-06-19Use ihphy(4) for I21[78].msaitoh
2013-06-16 The bit location of link ability is different between 1000Base-X and othersmsaitoh
2013-06-14KNF.msaitoh
2013-06-12regen.msaitoh
2013-06-12Add some IC Plus Corp. devices.msaitoh
2013-06-11 Remove wrong autonegotiation check. The mii_phy_tick() checks aboutmsaitoh
2013-06-11 Remove duplicated code. The code to check IFF_UP and autonegotiationmsaitoh
2013-06-11Update link status quickly. This change is a part of mii_physubr.c rev.msaitoh
2013-06-09 Fix a bug in last commit that mii_ticks isn't inclemented.msaitoh
2013-06-09 Update link status quickly. This change is a part of FreeBSD's mii_physubr.cmsaitoh
2013-06-09Tabify. No functional change.msaitoh
2013-06-09 Don't "return" but "break" in MII_TICK when the interface isn't doingmsaitoh
2013-06-09 ciphy is gigabit PHY, so use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS.msaitoh
2013-06-09 atphy, ciphy, ihphy and rgephy are gigabit PHY, so not only check IFM_AUTOmsaitoh
2013-06-06 Fix a bug that the auto negotiation timer isn't cleard as we expected.msaitoh
2013-06-02regenmsaitoh
2013-06-02Intel I217 PHYmsaitoh
2013-04-23regen.msaitoh
2013-04-23Add Intel I210 internal PHY.msaitoh
2013-04-15Fix typo.msaitoh
2013-04-15Add my name.msaitoh
2013-04-15Add new file mii/mdio.h which contain IEEE 802.3 Clause 45 MDIOmsaitoh
2013-04-15Add the following registers from IEEE 802.3-2009 Clause 22.msaitoh
2013-04-03Fix typo in comment.msaitoh
2013-04-01Sort. No functional change.msaitoh
2013-04-01 In brgphyattach(), set sc_isbge, sc_isbnx and sc_phyflags before PHY_RESET()msaitoh
2013-03-19- Rename PHY related flags for the consistency. It's the same as FreeBSD.msaitoh
2013-03-15Add BCM5756, BCM5717C, BCM5719C, BCM5720C and BCM57780.msaitoh
2013-03-14Regen.msaitoh
2013-03-14Add BCM5756.msaitoh
2013-02-20regen.msaitoh
2013-02-20Add BCM5708S, BCM57780, BCM5717C, BCM5719C and BCM5720C.msaitoh
2013-01-12regenjakllsch
2013-01-12Unlike usbdevs, miidevs needs the vendor name in the product id string.jakllsch
2013-01-12regen.jakllsch
2013-01-12Add SMSC OUI and LAN8700 and LAN8710/LAN8720 PHY IDs,jakllsch
2012-10-18Style fix. No functional change.msaitoh
2012-10-03use media_table instead of replicating codemlelstv
2012-09-17Add support for BCM57765. PR kern/46961tsutsui
2012-09-17Regen from miidevs rev 1.109:tsutsui