Module Name: src Committed By: martin Date: Sat Oct 26 15:26:43 UTC 2024
Modified Files: src/sys/dev/sdmmc [netbsd-10]: ld_sdmmc.c sdmmc_mem.c sdmmcreg.h sdmmcvar.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #985): sys/dev/sdmmc/sdmmcvar.h: revision 1.37 sys/dev/sdmmc/sdmmcreg.h: revision 1.35 sys/dev/sdmmc/ld_sdmmc.c: revision 1.44 sys/dev/sdmmc/sdmmc_mem.c: revision 1.76 sdmmc: Add support for SD card caches. SD physical 6.0 specification introduced Application Performance Class 2 (A2), which adds support for drive caches and command queueing. Add support for enabling and flushing the cache when this feature is present. To generate a diff of this commit: cvs rdiff -u -r1.42.4.1 -r1.42.4.2 src/sys/dev/sdmmc/ld_sdmmc.c cvs rdiff -u -r1.74.8.1 -r1.74.8.2 src/sys/dev/sdmmc/sdmmc_mem.c cvs rdiff -u -r1.34 -r1.34.34.1 src/sys/dev/sdmmc/sdmmcreg.h cvs rdiff -u -r1.36 -r1.36.18.1 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.