mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
[mx25l] add new device ids.
Submitted by: Hiroki Mori <yamori813@yahoo.co.jp> Differential Revision: https://reviews.freebsd.org/D10621
This commit is contained in:
parent
034aec8568
commit
2f57841ee4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317870
@ -110,7 +110,9 @@ struct mx25l_flash_ident flash_devices[] = {
|
||||
{ "en25f32", 0x1c, 0x3116, 64 * 1024, 64, FL_NONE },
|
||||
{ "en25p32", 0x1c, 0x2016, 64 * 1024, 64, FL_NONE },
|
||||
{ "en25p64", 0x1c, 0x2017, 64 * 1024, 128, FL_NONE },
|
||||
{ "en25q32", 0x1c, 0x3016, 64 * 1024, 64, FL_NONE },
|
||||
{ "en25q64", 0x1c, 0x3017, 64 * 1024, 128, FL_ERASE_4K },
|
||||
{ "m25p32", 0x20, 0x2016, 64 * 1024, 64, FL_NONE },
|
||||
{ "m25p64", 0x20, 0x2017, 64 * 1024, 128, FL_NONE },
|
||||
{ "mx25ll32", 0xc2, 0x2016, 64 * 1024, 64, FL_NONE },
|
||||
{ "mx25ll64", 0xc2, 0x2017, 64 * 1024, 128, FL_NONE },
|
||||
|
Loading…
Reference in New Issue
Block a user