aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa2/dpaa2_rc.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-2/+2
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-12/+5
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-4/+4
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-4/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dpaa2: Avoid dpaa2_cmd race conditionsDmitry Salychev2023-04-191-60/+37
* Add initial DPAA2 supportDmitry Salychev2022-10-141-0/+3585