aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/dp83867phy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Extend device_get_property APIKornel Duleba2022-03-101-1/+2
* dp83867phy: Add missing MII_PHY_END to avoid buffer overread on attachJessica Clarke2022-01-251-1/+2
* Introduce DP83867 PHY driverKornel Duleba2021-11-241-0/+294