aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/proto/proto_busdma.c
Commit message (Expand)AuthorAgeFilesLines
* Check the sync operation.Marcel Moolenaar2015-07-281-1/+6
* o make sure the boundary is a power of 2, when not zero.Marcel Moolenaar2015-07-261-5/+9
* Implement unload and sync operations.Marcel Moolenaar2015-07-031-0/+38
* Add create, destroy and load of memory descriptors.Marcel Moolenaar2015-07-031-15/+154
* Load the allocated memory and return both the physicalMarcel Moolenaar2015-06-101-2/+20
* Implement mmap(2) for the busdma resource.Marcel Moolenaar2015-06-081-3/+17
* Add DMA memory allocation and freeing.Marcel Moolenaar2015-06-081-39/+141
* DMA support part 1: DMA tag create & destroyMarcel Moolenaar2015-06-061-0/+167