aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-05-26 01:19:13 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-05-26 01:19:13 +0000
commit40424a256a00d2516eb085e31e245d6e1d290688 (patch)
tree0c7e01c6d3217054c0aa1049a5fbe23cf6407180 /sys/dev/flash
parent72ebcd5db529cd7a2c80358b554ebdcca1d9ad93 (diff)
Notes
Diffstat (limited to 'sys/dev/flash')
-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 338129a07650d..832e7901ab3dd 100644
--- a/sys/dev/flash/mx25l.c
+++ b/sys/dev/flash/mx25l.c
@@ -124,6 +124,7 @@ struct mx25l_flash_ident flash_devices[] = {
/* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */
{ "w25x32", 0xef, 0x3016, 64 * 1024, 64, FL_ERASE_4K },
+ { "w25x64", 0xef, 0x3017, 64 * 1024, 128, FL_ERASE_4K },
{ "w25q32", 0xef, 0x4016, 64 * 1024, 64, FL_ERASE_4K },
{ "w25q64", 0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
{ "w25q64bv", 0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K },