Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/sdmmc
Module Name: src
Committed By: mlelstv
Date: Sun Aug 9 13:18:46 UTC 2015
Modified Files:
src/sys/dev/sdmmc: sdmmc.c sdmmcvar.h
Log Message:
Send an explicit CMD12 (stop transmission) when there was an error
in multi-sector I/O.
The SDHC spec has a complex flowchart describing when an explicit
CMD12 is necessary, so we probably use it too often.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/sdmmc/sdmmc.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/sdmmc/sdmmcvar.h
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