mtd/include/linux/mtd cfi.h,1.36,1.37
Thayne Harbaugh
tharbaugh at lnxi.com
Wed Oct 22 14:18:44 EDT 2003
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv27578/include/linux/mtd
Modified Files:
cfi.h
Log Message:
added/updated comments regarding CFI PRI block info
Index: cfi.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/cfi.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- cfi.h 22 Jul 2003 13:23:39 -0000 1.36
+++ cfi.h 22 Oct 2003 18:18:41 -0000 1.37
@@ -261,7 +261,8 @@
__u8 pri[3];
__u8 MajorVersion;
__u8 MinorVersion;
- __u32 FeatureSupport;
+ __u32 FeatureSupport; /* if bit 31 is set then an additional __u32 feature
+ block follows - FIXME - not currently supported */
__u8 SuspendCmdSupport;
__u16 BlkStatusRegMask;
__u8 VccOptimal;
@@ -278,7 +279,7 @@
__u8 pri[3];
__u8 MajorVersion;
__u8 MinorVersion;
- __u8 SiliconRevision; /* bit 0: Address Sensitive Unlock */
+ __u8 SiliconRevision; /* bits 1-0: Address Sensitive Unlock */
__u8 EraseSuspend;
__u8 BlkProt;
__u8 TmpBlkUnprotect;
More information about the linux-mtd-cvs
mailing list