summaryrefslogtreecommitdiff
path: root/sys/dev/mdio
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-04Use bus_generic_detach directly instead of a wrapperJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-06Remove unused mdio_devclass.John Baldwin
2020-04-06Add MDIO PHY driver for NS2 ARM64 platform.Wojciech Macek
2015-12-26[mdio] Add MDIO support for "extended" registers as defined by IEEE 802.3 Cla...Adrian Chadd
2015-12-26[mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...Adrian Chadd