summaryrefslogtreecommitdiff
path: root/sys/dev/dpaa2/dpaa2_mc.c
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn 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-11-04dpaa2_mc: Check for error the first time bus_generic_detach is calledJohn Baldwin
2024-09-03dpaa2: Stop checking for failures from malloc/taskqueue_create(M_WAITOK)Zhenlei Huang
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin
2024-02-27dpaa2: Use bus_generic_rman_*John Baldwin
2023-08-20dpaa2: Clean up channels in separate tasksDmitry Salychev
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-08dpaa2_mc.c: unbreak by adding <sys/lock.h>Joerg Wunsch
2022-10-27Make sure error is defined in dpaa2Andrew Turner
2022-10-17dpaa2: fix build without FDTGleb Smirnoff
2022-10-14Add initial DPAA2 supportDmitry Salychev