mtd/include/linux/mtd nand.h,1.53,1.54

gleixner at infradead.org gleixner at infradead.org
Fri Jun 4 04:19:33 EDT 2004


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv29679

Modified Files:
	nand.h 
Log Message:
Hardware ECC 8 Byte per 512 byte data support. Signed-off-by: Thomas Gleixner <tglx at linutronix.de>

Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- nand.h	29 May 2004 08:59:46 -0000	1.53
+++ nand.h	4 Jun 2004 08:19:30 -0000	1.54
@@ -136,8 +136,8 @@
 #define NAND_ECC_HW3_512	3
 /* Hardware ECC 3 byte ECC per 512 Byte data */
 #define NAND_ECC_HW6_512	4
-/* Hardware ECC for DiskOnChip devices */
-#define NAND_ECC_DISKONCHIP	5
+/* Hardware ECC 8 byte ECC per 512 Byte data */
+#define NAND_ECC_HW8_512	5
 
 /*
  * Constants for Hardware ECC





More information about the linux-mtd-cvs mailing list