svn commit: r254991 - head/sys/dev/flash

Luiz Otavio O Souza loos at FreeBSD.org
Wed Aug 28 14:49:37 UTC 2013


Author: loos
Date: Wed Aug 28 14:49:36 2013
New Revision: 254991
URL: http://svnweb.freebsd.org/changeset/base/254991

Log:
  Fix a few typos for s25fl types.
  
  Approved by:	adrian (mentor)

Modified:
  head/sys/dev/flash/mx25l.c

Modified: head/sys/dev/flash/mx25l.c
==============================================================================
--- head/sys/dev/flash/mx25l.c	Wed Aug 28 14:46:15 2013	(r254990)
+++ head/sys/dev/flash/mx25l.c	Wed Aug 28 14:49:36 2013	(r254991)
@@ -104,9 +104,9 @@ struct mx25l_flash_ident flash_devices[]
 	{ "mx25ll32",	0xc2, 0x2016, 64 * 1024, 64, FL_NONE },
 	{ "mx25ll64",	0xc2, 0x2017, 64 * 1024, 128, FL_NONE },
 	{ "mx25ll128",	0xc2, 0x2018, 64 * 1024, 256, FL_ERASE_4K | FL_ERASE_32K },
+	{ "s25fl032",	0x01, 0x0215, 64 * 1024, 64, FL_NONE },
+	{ "s25fl064",	0x01, 0x0216, 64 * 1024, 128, FL_NONE },
 	{ "s25fl128",	0x01, 0x2018, 64 * 1024, 256, FL_NONE },
-	{ "s25s1032",	0x01, 0x0215, 64 * 1024, 64, FL_NONE },
-	{ "s25sl064a",	0x01, 0x0216, 64 * 1024, 128, FL_NONE },
 	{ "SST25VF032B", 0xbf, 0x254a, 64 * 1024, 64, FL_ERASE_4K | FL_ERASE_32K },
 
 	/* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */


More information about the svn-src-head mailing list