CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/05/30 08:53:11
Modified files: sys/dev/sdmmc : sdmmc_io.c Log message: Implement SDIO DMA support. This is achieved by wrapping the sdmmc_io_rw_extended() function and loading the passed buffer using the bus dma API akin to the SDMMC memory card code. The 2-byte and 4-byte accessors continue to use PIO. ok kettenis@