CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/05/15 16:21:55
Modified files: sys/dev/sdmmc : sdhc.c Log message: Sync with the ADMA2 implementation in imxesdhc(4): 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 on architectures that implement it.