aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/micrel
Commit message (Expand)AuthorAgeFilesLines
* etherswitch: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-18/+4
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-6/+0
* etherswitch: Use device_set_desc(f)()Mark Johnston2024-06-091-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* etherswitch: Fix leftovers from IfAPI conversionJustin Hibbits2023-02-141-2/+2
* etherswitch: Clean up whitespace after IfAPI conversionJustin Hibbits2023-01-311-3/+3
* Mechanically convert etherswitch drivers to IfAPIJustin Hibbits2023-01-241-12/+12
* etherswitch drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* Remove unused etherswitch_devclass.John Baldwin2022-05-091-2/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* [etherswitch] check if_alloc returns NULLMichael Zhilin2018-01-241-0/+6
* [etherswitch] Support Micrel KSZ8995MA switch chipMichael Zhilin2017-01-141-0/+960