Date: Tue, 28 Aug 2012 22:17:22 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239794 - head/sys/dev/flash Message-ID: <201208282217.q7SMHMOP037957@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Tue Aug 28 22:17:22 2012 New Revision: 239794 URL: http://svn.freebsd.org/changeset/base/239794 Log: Add a new flash part - 4MB SPI flash from Winbond. Modified: head/sys/dev/flash/mx25l.c Modified: head/sys/dev/flash/mx25l.c ============================================================================== --- head/sys/dev/flash/mx25l.c Tue Aug 28 19:37:54 2012 (r239793) +++ head/sys/dev/flash/mx25l.c Tue Aug 28 22:17:22 2012 (r239794) @@ -104,6 +104,7 @@ struct mx25l_flash_ident flash_devices[] { "s25s1032", 0x01, 0x0215, 64 * 1024, 64, FL_NONE }, { "s25sl064a", 0x01, 0x0216, 64 * 1024, 128, FL_NONE }, { "w25q64bv", 0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K }, + { "w25x32", 0xef, 0x3016, 64 * 1024, 64, FL_ERASE_4K }, }; static uint8_t
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208282217.q7SMHMOP037957>