CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/05/15 16:10:24
Modified files: sys/arch/armv7/imx: imxesdhc.c Log message: Map the ADMA2 descriptor table use BUS_DMA_COHERENT and add a missing bus_dmamap_sync(9). Doesn't really fix anything, but adding the missing sync makes the code more correct. Using BUS_DMA_COHERENT avoids some cache flushes.