aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/dp83822phy.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
* dp83822phy: Add missing MII_PHY_END to avoid buffer overread on probeJessica Clarke2022-01-251-1/+2
* mii/dp83822phy: Remove a declaration for a non-existent functionMark Johnston2021-11-291-1/+0
* Introduce DP83822 PHY driverKornel Duleba2021-11-241-0/+220