diff -r 5ccaa7502b8a head/sys/dev/flash/mx25l.c --- a/head/sys/dev/flash/mx25l.c Thu May 17 17:13:25 2012 +0300 +++ b/head/sys/dev/flash/mx25l.c Thu Jun 28 15:38:12 2012 +0300 @@ -138,6 +138,7 @@ { "at25256", 0, 0, 64, 512, 64, FL_NONE }, { "w25q64", 0xef, 0x4017, 64 * 1024, 128, 256, FL_ERASE_4K }, { "w25q64bv", 0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K }, + { "w25q32bv", 0xef, 0x4016, 32 * 1024, 128, FL_ERASE_4K}, }; #define MX25L_IDENT_SIZE (sizeof(flash_devices)/sizeof(struct mx25l_flash_ident))