svn commit: r331092 - stable/11/sys/dev/flash
Eitan Adler
eadler at FreeBSD.org
Sat Mar 17 06:44:39 UTC 2018
Author: eadler
Date: Sat Mar 17 06:44:39 2018
New Revision: 331092
URL: https://svnweb.freebsd.org/changeset/base/331092
Log:
MFC r317870:
[mx25l] add new device ids.
Modified:
stable/11/sys/dev/flash/mx25l.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/flash/mx25l.c
==============================================================================
--- stable/11/sys/dev/flash/mx25l.c Sat Mar 17 06:36:39 2018 (r331091)
+++ stable/11/sys/dev/flash/mx25l.c Sat Mar 17 06:44:39 2018 (r331092)
@@ -112,7 +112,9 @@ struct mx25l_flash_ident flash_devices[] = {
{ "en25f32", 0x1c, 0x3116, 64 * 1024, 64, FL_NONE },
{ "en25p32", 0x1c, 0x2016, 64 * 1024, 64, FL_NONE },
{ "en25p64", 0x1c, 0x2017, 64 * 1024, 128, FL_NONE },
+ { "en25q32", 0x1c, 0x3016, 64 * 1024, 64, FL_NONE },
{ "en25q64", 0x1c, 0x3017, 64 * 1024, 128, FL_ERASE_4K },
+ { "m25p32", 0x20, 0x2016, 64 * 1024, 64, FL_NONE },
{ "m25p64", 0x20, 0x2017, 64 * 1024, 128, FL_NONE },
{ "mx25ll32", 0xc2, 0x2016, 64 * 1024, 64, FL_NONE },
{ "mx25ll64", 0xc2, 0x2017, 64 * 1024, 128, FL_NONE },
More information about the svn-src-stable-11
mailing list