summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
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
2020-01-14No functional change:msaitoh
2019-12-13 KNF. No functional change.msaitoh
2019-12-12- Remove ESSR_FIBER_LINK bit check in makphyattach(). This bit is valid onlymsaitoh
2019-12-11s/enalbe/enable/msaitoh
2019-12-11 Add ukphy_subr flag to ipgphy to make kernel compilable with ipgphy andmsaitoh
2019-12-02Fix s/product/model/ search-and-destroy accident that affected license.uwe
2019-11-27- Simplify sc->mii_anegticks setting. Same as FreeBSD.msaitoh
2019-11-27 Print dmesg correctly.msaitoh
2019-11-26 Fix typo in comment.msaitoh
2019-11-26 KNF. No functional change.msaitoh
2019-11-21 Whitespace.msaitoh
2019-11-21 Add missing NetBSD RCS Id. Reported by Andrius V.msaitoh
2019-11-20 Fix a bug that atphy(4) can't negotiate correctly when the media setting ismsaitoh
2019-11-18 Remove extra 10ms delay in ihphy_reset(). The delay are in if_wm.c side.msaitoh
2019-11-14- Use auto-negotiation when forcing 1000BASE-T.msaitoh
2019-11-14 STGE_PhyCtrl is not PHY register but MAC register, so use ukphy_status()msaitoh
2019-11-14 KNF. No functional change.msaitoh
2019-11-12- Define IPGPHY_SCR's address.msaitoh
2019-11-06 Add support for KSZ80[0456]1, KSZ8721, KSZ9[01]31, KS8731 and KSZ9477.msaitoh
2019-11-06Regen.msaitoh
2019-11-06 Add Micrel (now Microchip) KSZ80[0456]1, KSZ8721, KSZ9[01]31, KS8731 andmsaitoh
2019-11-01 Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanupmsaitoh
2019-10-30Add jmphy(4) from OpenBSD.msaitoh
2019-10-30Regen.msaitoh
2019-10-30- Rename JMICRON 0x0021 from JMC250 to JMP211msaitoh
2019-10-24 Fix a bug that ukphy_status() misunderstand master mode.msaitoh
2019-10-18Fix typo. from vezhlysmaya
2019-10-18Modified atphy(4)hkenken
2019-10-17- Match a lot of Cicada and Vitesse devices correctly. This change also fixesmsaitoh
2019-10-17 Regen.msaitoh
2019-10-17- All of Cicada and Vitesse devices' OUI are not bit-reversed, so use "xx".msaitoh
2019-10-11 Call mii_phy_flowstatus() to show the flow setting.msaitoh
2019-10-11- Indicat master mode if the negotiated result say so.msaitoh
2019-10-11Make new rgephy_linkup() function and share it like FreeBSD.msaitoh