mx25q32bv.patch
| head/sys/dev/flash/mx25l.c Thu Jun 28 15:38:12 2012 +0300 | ||
|---|---|---|
| 138 | 138 |
{ "at25256", 0, 0, 64, 512, 64, FL_NONE },
|
| 139 | 139 |
{ "w25q64", 0xef, 0x4017, 64 * 1024, 128, 256, FL_ERASE_4K },
|
| 140 | 140 |
{ "w25q64bv", 0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
|
| 141 |
{ "w25q32bv", 0xef, 0x4016, 32 * 1024, 128, FL_ERASE_4K},
|
|
| 141 | 142 |
}; |
| 142 | 143 | |
| 143 | 144 |
#define MX25L_IDENT_SIZE (sizeof(flash_devices)/sizeof(struct mx25l_flash_ident)) |