summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2021-12-15Cosmetic change for the output of mii_get_descr().msaitoh
2021-11-05Don't power down the PHY when the interface goes down.msaitoh
2021-08-25Add missing RCSID and __KERNEL_RCSID().andvar
2021-08-20fix various typos in comments and log messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-29Regen for new sys/dev/devlist2h.awkpgoyette
2021-06-29Rework the xxxVERBOSE option to share the common module-hook-basedpgoyette
2021-06-05Ooopppsss - typo!pgoyette
2021-06-05As with usbverbose and pciverbose, these modules are not safe to bepgoyette
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-04 Fix a bug that "ifconfig xx0 media none" set LINK_STATE_UNKNOWN instead ofmsaitoh
2020-10-20Add Intel I347-AT4.msaitoh
2020-09-16 Add a workaround for jumbo frame on PCH2 and newer. Tested by chs@.msaitoh
2020-08-27Move mii_phy_statusmsg(sc) back to its original position. Fixeskardel
2020-08-24Keep the change check invariant intact. The previous code could misskardel
2020-08-24 Remove extra PHY_RESET(sc) in the MII_TICK path because it's not requierdmsaitoh
2020-08-24 Don't do full initialization for autonego when just restarting autonegomsaitoh
2020-08-04mii_knowndevs[] is de facto const, define it as such.uwe
2020-08-03mii_knowndevs[] is de facto const, define it as such.uwe
2020-08-03Rename PSSR_* to MAKPHY_PSSR_* and IGPHY_PSSR_* to avoid conflict.msaitoh
2020-08-03s/MII_IGPHY_/IGPHY_/. No functional change.msaitoh
2020-07-07- Remove the waitfor argument from mii_phy_auto().msaitoh
2020-07-07- Call tlphy_auto correctly.msaitoh
2020-07-07"no media present" is intended case on tlphy(4), so don't usemsaitoh
2020-06-23Regen.msaitoh
2020-06-23 Add some Microsemi (Vitesse) devices.msaitoh
2020-05-25Add support for BCM54213PE RGMII clock delays, from OpenBSDjmcneill
2020-05-25Add MIIF_RXID and MIIF_TXID flags to signal that RX or TX delays are required...jmcneill
2020-04-08 Add two new RDC PHYs from Andrius V.msaitoh
2020-04-08 Regen.msaitoh
2020-04-08 Add two new RDC PHYs from Andrius V.msaitoh
2020-03-28Don't set DVF_DETACH_SHUTDOWN. The MII layer wants to manage the lifecyclethorpej
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-03-13Fix a bug that atphy(4) doesn't work with Attansic L2 rev. 1.msaitoh
2020-03-13Regen.msaitoh
2020-03-130x001374 is non-bitreversed value of Attansic OUI(0x00c82e).msaitoh
2020-03-13- Add Quake Technologies and Aeluros' OUImsaitoh
2020-02-28 Move PHY_RESET() in the media change path from if_et.c to etphy.c.msaitoh
2020-02-27 Regen.msaitoh
2020-02-27 Use xxVIA instead of VIA.msaitoh
2020-02-22Match BCM54213PEjmcneill
2020-02-22regenjmcneill
2020-02-22Add BCM54213PEjmcneill
2020-02-14unbreak the previous commit errornisimura
2020-02-14determine FDX flow control abilitiesnisimura
2020-02-14add missing two aprint_normal* linesnisimura
2020-02-05RDC -> xxRDC. No functional change.msaitoh
2020-02-05 Regen.msaitoh
2020-02-05 Change the OUI macro name of RDC to xxRDC. 0x00d02d is non-bitreverse valuemsaitoh
2020-01-28 Fix comment.msaitoh