diff options
| author | Thomas Skibo <thomas-bsd@skibo.net> | 2021-08-30 20:39:20 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-09-07 12:08:20 +0000 |
| commit | 01ecff28ad5072c660a4268faf4caac82824b2dc (patch) | |
| tree | 556bf9dd171434446612bab91859f5999bb6b63c /sys/dev/flash | |
| parent | c108f304472e576d3d561e677a07f1384beab6fd (diff) | |
Diffstat (limited to 'sys/dev/flash')
| -rw-r--r-- | sys/dev/flash/mx25l.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c index be845c2064f9..9608bbf57314 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -152,6 +152,9 @@ static struct mx25l_flash_ident flash_devices[] = { /* GigaDevice */ { "gd25q64", 0xc8, 0x4017, 64 * 1024, 128, FL_ERASE_4K }, { "gd25q128", 0xc8, 0x4018, 64 * 1024, 256, FL_ERASE_4K }, + + /* Integrated Silicon Solution */ + { "is25wp256", 0x9d, 0x7019, 64 * 1024, 512, FL_ERASE_4K | FL_ENABLE_4B_ADDR}, }; static int |
