Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 17:56:25 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354086 - head/sys/dev/flash
Message-ID:  <201910251756.x9PHuPW2011439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Fri Oct 25 17:56:24 2019
New Revision: 354086
URL: https://svnweb.freebsd.org/changeset/base/354086

Log:
  flash: Add GigaDevice gd25q128 flash
  
  Add this flash chip which is a 128Mb spi flash.
  
  MFC after:	1 week

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

Modified: head/sys/dev/flash/mx25l.c
==============================================================================
--- head/sys/dev/flash/mx25l.c	Fri Oct 25 17:54:37 2019	(r354085)
+++ head/sys/dev/flash/mx25l.c	Fri Oct 25 17:56:24 2019	(r354086)
@@ -150,6 +150,7 @@ static struct mx25l_flash_ident flash_devices[] = {
 
 	/* GigaDevice */
 	{ "gd25q64",	0xc8, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
+	{ "gd25q128",	0xc8, 0x4018, 64 * 1024, 256, FL_ERASE_4K },
 };
 
 static int



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