summaryrefslogtreecommitdiff
path: root/sys/dev/xdma/xdma_queue.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-04-13xdma: Inline variables with simple values used once in a KASSERT().John Baldwin
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-05-08o Implement a bounce buffer based on device reserved memory.Ruslan Bukin
2018-04-13Don't include sys/bus_dma.h directly, use machine/bus.h instead.Ruslan Bukin
2018-04-12Tune xDMA interface slightly:Ruslan Bukin