summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2024-09-06spelling; ok mglocker@Jonathan Gray
2024-07-27syncTheo de Raadt
2024-07-27shorten strings by removing pointless informationTheo de Raadt
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-05-27remove unused xmphyreg.hJonathan Gray
2024-05-27include net/if_var.h to make this buildJonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-04-13correct indentationJonathan Gray
2024-03-17Some PHYs need board-specific initializations, e.g. to correctly configurePatrick Wildt
2024-03-12Configure the signal on the CLKOUT pin of the YT8531 PHY when we'reMark Kettenis
2024-02-08ldo bits need to be shiftedJonathan Gray
2024-01-23explicitly disable Energy-Efficient Ethernet (EEE) on Marvell E151xUwe Stuehler
2023-12-28assume RGMII-to-Copper mode by default in eephy(4) for 88E151x PHYsUwe Stuehler
2023-12-07avoid bad register access in eephy_reset for Marvell Alaska 88E1512Uwe Stuehler
2023-12-05Remove "disable auto-negotiation" workaround for Marvell Alaska PHYsUwe Stuehler
2023-09-01Implement drive strength tweaking for the YT8531. Needed on the v1.3bMark Kettenis
2023-07-08Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs mayMark Kettenis
2023-07-08regenMark Kettenis
2023-07-08Add Motorcomm YT8531.Mark Kettenis
2023-04-05Implement software control for the internal delays of the RTL8211F PHY.Mark Kettenis
2023-04-02Add support for the RTL8211F-VD PHY.Mark Kettenis
2023-03-31regenMark Kettenis
2023-03-31Add RTL8211F-VD, a new RTL8211F variant.Mark Kettenis
2023-03-30Update comment: RTL8139 -> TNETE2101Kevin Lo
2023-03-04Add ytphy(4) to files.mii (forgotten in the previous commit).Mark Kettenis
2023-03-04Add ytphy(4), a driver for the MotorComm YT8511 PHY.Mark Kettenis
2023-03-04Use ISC licence.Mark Kettenis
2023-01-04Christos Zoulas removed his name from advertising clauses and copyrightsJonathan Gray
2022-04-19regenKevin Lo
2022-04-19Add a new RDC PHY.Kevin Lo
2022-04-06constify struct cfattachChristian Weisgerber
2022-01-09spellingJonathan Gray
2021-06-17Add BCM5725 support. Based on a diff from Brad Smith.Mark Kettenis
2021-06-17regenMark Kettenis
2021-06-17Add Broadcom BCM5725. Based on a diff from Brad Smith.Mark Kettenis
2021-03-05ansiJonathan Gray
2021-02-23remove some unused includesJonathan Gray
2020-11-03The Marvell 88E1512 supports multiple modes between MAC to PHY and PHYPatrick Wildt
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