diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2017-10-30 02:31:08 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2017-10-30 02:31:08 +0000 |
| commit | fa68dcb10415b023e9dc559432e9e40a13dce07e (patch) | |
| tree | 6e73f55940d4bf3930cfd458b8b6e0337e691701 /sys/dev/flash/mx25l.c | |
| parent | f6bd9666a549f751c0747e24598ed61498236c2e (diff) | |
Notes
Diffstat (limited to 'sys/dev/flash/mx25l.c')
| -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 e7d6b229486d..6b005aede523 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -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 */ |
