aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/mii_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* mii_fdt: Search for the "ethernet-ports" subnodeMark Johnston2024-11-191-0/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+0
* mii_fdt: fix a set-but-not-used warningMitchell Horne2022-04-031-2/+0
* bus_if: Add a default implementation of get_propertyKornel Duleba2022-03-101-15/+0
* miibus: Add support for mapping OFW nodes to PHY devicesKornel Duleba2021-11-241-0/+131
* mii_fdt: Add support for switch PHY node lookupKornel Duleba2021-11-061-1/+42
* Add some utility functions to help a PHY driver on an FDT-configuredIan Lepore2017-06-111-0/+200