Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Rename busdma_sync() to busdma_sync_range() and rename the | Marcel Moolenaar | 2015-08-02 | 1 | -3/+3 |
* | Change the dev argument from a full path to just the device | Marcel Moolenaar | 2015-07-26 | 1 | -2/+9 |
* | Remove debugging output. We should have tracing instead. | Marcel Moolenaar | 2015-07-26 | 1 | -9/+0 |
* | Implement busdma_md_unload() and busdma_sync(). | Marcel Moolenaar | 2015-07-03 | 1 | -14/+63 |
* | Add busdma_md_create, busdma_md_destroy and busdma_md_load. | Marcel Moolenaar | 2015-07-03 | 1 | -47/+121 |
* | Free the segment objects properly. | Marcel Moolenaar | 2015-06-12 | 1 | -12/+48 |
* | Add accessor functions for iterating over segments. A segment | Marcel Moolenaar | 2015-06-11 | 1 | -11/+119 |
* | Map the allocated DMA memory into the address space. | Marcel Moolenaar | 2015-06-08 | 1 | -1/+9 |
* | Add busdma_mem_alloc & busdma_mem_free. | Marcel Moolenaar | 2015-06-08 | 1 | -63/+130 |
* | Add DMA tag management to the C library and Python binding. | Marcel Moolenaar | 2015-06-06 | 1 | -0/+218 |