CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/05/01 10:04:39
Modified files: sys/dev/sdmmc : sdhc.c sdmmc.c sdmmc_mem.c sdmmcchip.h sdmmcreg.h sdmmcvar.h sys/arch/arm/xscale: pxa2x0_mmc.c sys/arch/armv7/exynos: exesdhc.c sys/arch/armv7/imx: imxesdhc.c sys/arch/armv7/omap: ommmc.c sys/dev/ic : rtsx.c w83l518d_sdmmc.c Log message: Add support for changing the bus width to the sdmmc subsystem and the sdhc(4) controller. Use this to switch SD cards to a 4-bit bus if they support it. ok deraadt@, jsg@