aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xdma/controller
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* xdma: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
|
* xdma pl330: Remove unused variables.John Baldwin2022-04-131-17/+0
|
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
| | | | | | | | | Reviewed by: hselasky, kib, markj Discussed with: jeff Differential Revision: https://reviews.freebsd.org/D16799 Notes: svn path=/head/; revision=338107
* Add driver for ARM PrimeCell PL330 DMA engine.Ruslan Bukin2018-04-132-0/+778
Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D10201 Notes: svn path=/head/; revision=332469