aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/micphy.c
Commit message (Expand)AuthorAgeFilesLines
* mii: Fix memory leak in micphy.Jiahao LI2024-01-081-0/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* mii: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Find the correct node of PHY chip using "phy-handle" property ofRuslan Bukin2019-07-291-4/+8
* Add support for the Micrel KSZ8081 ethernet PHY.Ian Lepore2017-04-161-1/+27
* Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.Luiz Otavio O Souza2016-07-231-26/+108
* o Put () for p to avoid unexpected macro expansionRuslan Bukin2014-12-101-2/+3
* Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).Ruslan Bukin2014-10-211-0/+215