CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/02/11 13:58:40
Modified files: sys/dev/sdmmc : sdmmc.c sdmmc_io.c sdmmc_ioreg.h sdmmcvar.h Log message: Add sdmmc_io_set_blocklen() which allows to set the block length of an SDIO function. This is necessary for some SDIO cards that need to be talked with using smaller block lengths than the maximum supported by the host controller. ok kettenis@