summaryrefslogtreecommitdiff
path: root/sys/dev/xdma/controller
AgeCommit message (Collapse)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
2022-05-10xdma: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-13xdma pl330: Remove unused variables.John Baldwin
2018-08-20Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox
Reviewed by: hselasky, kib, markj Discussed with: jeff Differential Revision: https://reviews.freebsd.org/D16799 Notes: svn path=/head/; revision=338107
2018-04-13Add driver for ARM PrimeCell PL330 DMA engine.Ruslan Bukin
Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D10201 Notes: svn path=/head/; revision=332469