|
NAMExdma —
DMA abstraction layer
SYNOPSISTo compile xDMA device support into the kernel, place the following line in your kernel configuration file:device xdma To compile xDMA FDT-based test driver, place the following line as well:
DESCRIPTIONxDMA is a DMA framework designed to abstract the interaction between device drivers and DMA engines.xDMA defines an interface for efficient interaction between the
device driver and DMA controller. The
SEE ALSObus_dma(9)HISTORYSupport for xDMA first appeared in FreeBSD 12.0.AUTHORSFreeBSD xDMA framework was first added by Ruslan Bukin <br@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |