svn commit: r331152 - stable/11/sys/dev/flash
Eitan Adler
eadler at FreeBSD.org
Sun Mar 18 22:55:08 UTC 2018
Author: eadler
Date: Sun Mar 18 22:55:07 2018
New Revision: 331152
URL: https://svnweb.freebsd.org/changeset/base/331152
Log:
MFC r303150:
[mx25l] add new device id.
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 Sun Mar 18 22:42:32 2018 (r331151)
+++ stable/11/sys/dev/flash/mx25l.c Sun Mar 18 22:55:07 2018 (r331152)
@@ -137,6 +137,9 @@ struct mx25l_flash_ident flash_devices[] = {
/* Atmel */
{ "at25df641", 0x1f, 0x4800, 64 * 1024, 128, FL_ERASE_4K },
+
+ /* GigaDevice */
+ { "gd25q64", 0xc8, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
};
static uint8_t
More information about the svn-src-stable-11
mailing list