Module Name: src Committed By: bouyer Date: Sun Jun 4 20:45:54 UTC 2017
Modified Files: src/sys/dev/ic [netbsd-8]: pl181.c src/sys/dev/sdmmc [netbsd-8]: sdmmc_mem.c sdmmcvar.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #3): sys/dev/sdmmc/sdmmcvar.h: revision 1.24 sys/dev/sdmmc/sdmmc_mem.c: revision 1.57 sys/dev/ic/pl181.c: revision 1.4 Give a hint to controllers in the command flags if we are performing a transfer with an SDHC capable card. If the controller needs to adjust command args, it can use this hint to understand how it is encoded. Re-introduce support for multi-block transfers and split transfers to fit within the 65535-byte limit. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.2.1 src/sys/dev/ic/pl181.c cvs rdiff -u -r1.56 -r1.56.4.1 src/sys/dev/sdmmc/sdmmc_mem.c cvs rdiff -u -r1.23 -r1.23.6.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.