Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2017 02:31:09 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325113 - head/sys/dev/flash
Message-ID:  <201710300231.v9U2V9pp099816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Mon Oct 30 02:31:08 2017
New Revision: 325113
URL: https://svnweb.freebsd.org/changeset/base/325113

Log:
  Add Microchip 1-MBit SPI flash ID
  
  Used on the AmigaOne X5000.

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

Modified: head/sys/dev/flash/mx25l.c
==============================================================================
--- head/sys/dev/flash/mx25l.c	Mon Oct 30 01:55:38 2017	(r325112)
+++ head/sys/dev/flash/mx25l.c	Mon Oct 30 02:31:08 2017	(r325113)
@@ -122,6 +122,7 @@ struct mx25l_flash_ident flash_devices[] = {
 	{ "s25fl064",	0x01, 0x0216, 64 * 1024, 128, FL_NONE },
 	{ "s25fl128",	0x01, 0x2018, 64 * 1024, 256, FL_NONE },
 	{ "s25fl256s",	0x01, 0x0219, 64 * 1024, 512, FL_NONE },
+	{ "SST25VF010A", 0xbf, 0x2549, 4 * 1024, 32, FL_ERASE_4K | FL_ERASE_32K },
 	{ "SST25VF032B", 0xbf, 0x254a, 64 * 1024, 64, FL_ERASE_4K | FL_ERASE_32K },
 
 	/* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */



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