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