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

Adrian Chadd adrian at FreeBSD.org
Thu Jul 21 15:48:42 UTC 2016


Author: adrian
Date: Thu Jul 21 15:48:41 2016
New Revision: 303150
URL: https://svnweb.freebsd.org/changeset/base/303150

Log:
  [mx25l] add new device id.
  
  Tested:
  
  * (submitter) TP-Link TL-WR1043nd v3
  
  Submitted by:	tj at enoti.me

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

Modified: head/sys/dev/flash/mx25l.c
==============================================================================
--- head/sys/dev/flash/mx25l.c	Thu Jul 21 15:42:19 2016	(r303149)
+++ head/sys/dev/flash/mx25l.c	Thu Jul 21 15:48:41 2016	(r303150)
@@ -133,6 +133,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-all mailing list