Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2016 15:48:41 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303150 - head/sys/dev/flash
Message-ID:  <201607211548.u6LFmf6A019941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607211548.u6LFmf6A019941>