Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/sys
Module Name: src
Committed By: martin
Date: Thu Dec 18 18:26:53 UTC 2025
Modified Files:
src/sys/arch/arm/sunxi [netbsd-11]: sunxi_mmc.c
src/sys/dev/ic [netbsd-11]: dwc_mmc.c
src/sys/dev/sdmmc [netbsd-11]: sdhc.c sdmmc_io.c
Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #130):
sys/arch/arm/sunxi/sunxi_mmc.c: revision 1.49
sys/dev/sdmmc/sdmmc_io.c: revision 1.23
sys/dev/sdmmc/sdhc.c: revision 1.124
sys/dev/ic/dwc_mmc.c: revision 1.32
Use the SCF_NO_STOP flag to disable AUTO_CMD12_ENABLE
instead of checking the SD_IO_RW_EXTENDED command op code.
Also add this logic to sunxi_mmc.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.14.1 src/sys/arch/arm/sunxi/sunxi_mmc.c
cvs rdiff -u -r1.31 -r1.31.4.1 src/sys/dev/ic/dwc_mmc.c
cvs rdiff -u -r1.121.2.1 -r1.121.2.2 src/sys/dev/sdmmc/sdhc.c
cvs rdiff -u -r1.21.28.1 -r1.21.28.2 src/sys/dev/sdmmc/sdmmc_io.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index