summaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/infineon
AgeCommit message (Expand)Author
2025-06-25IfAPI: Finish etherswitch driver conversionsJustin Hibbits
2025-01-02etherswitch: Cleanup detach and delete of child devices during detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-09-03etherswitch: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-02etherswitch: Use device_set_desc(f)()Mark Johnston
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-14etherswitch: Fix leftovers from IfAPI conversionJustin Hibbits
2023-01-31etherswitch: Clean up whitespace after IfAPI conversionJustin Hibbits
2023-01-24Mechanically convert etherswitch drivers to IfAPIJustin Hibbits
2022-05-09etherswitch drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09Remove unused etherswitch_devclass.John Baldwin
2022-05-06Remove unused mdio_devclass.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2018-01-24[etherswitch] check if_alloc returns NULLMichael Zhilin
2017-05-06[infineon] [etherswitch] no hardcode tagging port setting at amd6996fcAdrian Chadd
2016-11-17[etherswitch] add infineon adm6996fc support on etherswitchMichael Zhilin