diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2016-05-26 01:19:13 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2016-05-26 01:19:13 +0000 |
| commit | 40424a256a00d2516eb085e31e245d6e1d290688 (patch) | |
| tree | 0c7e01c6d3217054c0aa1049a5fbe23cf6407180 /sys/dev/flash | |
| parent | 72ebcd5db529cd7a2c80358b554ebdcca1d9ad93 (diff) | |
Notes
Diffstat (limited to 'sys/dev/flash')
| -rw-r--r-- | sys/dev/flash/mx25l.c | 1 |
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 }, |
