aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/infineon/adm6996fc.c
Commit message (Expand)AuthorAgeFilesLines
* IfAPI: Finish etherswitch driver conversionsJustin Hibbits2025-06-251-4/+4
* etherswitch: Cleanup detach and delete of child devices during detachJohn Baldwin2025-01-021-4/+5
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-3/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* etherswitch: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-18/+4
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-6/+0
* etherswitch: Use device_set_desc(f)()Mark Johnston2024-06-021-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 mdio_devclass.John Baldwin2022-05-061-1/+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
* [infineon] [etherswitch] no hardcode tagging port setting at amd6996fcAdrian Chadd2017-05-061-5/+5
* [etherswitch] add infineon adm6996fc support on etherswitchMichael Zhilin2016-11-171-0/+858