April 2012
Intermediate to advanced
352 pages
8h
English
DMA tags are torn down by the bus_dma_tag_destroy function.
#include <machine/bus.h> int bus_dma_tag_destroy(bus_dma_tag_t dmat);
This function returns EBUSY if there are any DMA maps still associated with dmat.