summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-28 22:17:22 +0000
committeradrian <adrian@FreeBSD.org>2012-08-28 22:17:22 +0000
commit7774cfc9ea9a2365f3b162f9dbc7d99dd62428dd (patch)
treebdddb4d729b62e03b320a0dcac122587ffd087d5
parent986966dbe75b6be09bba2f3fc656994f6dd7a86a (diff)
downloadFreeBSD-src-7774cfc9ea9a2365f3b162f9dbc7d99dd62428dd.zip
FreeBSD-src-7774cfc9ea9a2365f3b162f9dbc7d99dd62428dd.tar.gz
Add a new flash part - 4MB SPI flash from Winbond.
-rw-r--r--sys/dev/flash/mx25l.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c
index af098ca..5281898 100644
--- a/sys/dev/flash/mx25l.c
+++ b/sys/dev/flash/mx25l.c
@@ -104,6 +104,7 @@ struct mx25l_flash_ident flash_devices[] = {
{ "s25s1032", 0x01, 0x0215, 64 * 1024, 64, FL_NONE },
{ "s25sl064a", 0x01, 0x0216, 64 * 1024, 128, FL_NONE },
{ "w25q64bv", 0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
+ { "w25x32", 0xef, 0x3016, 64 * 1024, 64, FL_ERASE_4K },
};
static uint8_t
OpenPOWER on IntegriCloud