dslinux/linux-2.6.x/drivers/mmc scsd_c.c

amadeus dslinux_amadeus at user.in-berlin.de
Sat Jul 15 12:10:54 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/drivers/mmc
In directory antilope:/tmp/cvs-serv27513/linux-2.6.x/drivers/mmc

Modified Files:
	scsd_c.c 
Log Message:
Disable read crc by default to get high read performance. Nobody has complained about CRC error messages up to now.

Index: scsd_c.c
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/drivers/mmc/scsd_c.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scsd_c.c	30 Jun 2006 20:43:59 -0000	1.2
+++ scsd_c.c	15 Jul 2006 10:10:52 -0000	1.3
@@ -30,7 +30,7 @@
 #include <asm/scatterlist.h>
 #include <asm/sizes.h>
 
-#define  READ_CRC	/* do CRC for data reads */
+#undef   READ_CRC	/* do CRC for data reads */
 #undef   HALT_ON_ERROR	/* stop after error, so we can see what's happened */
 
 #ifdef CONFIG_MMC_DEBUG




More information about the dslinux-commit mailing list