Author: adrian
Date: Thu May 26 01:19:13 2016
New Revision: 300704
URL: https://svnweb.freebsd.org/changeset/base/300704

Log:
  [mx25l] add Winbond w25x64 support.
  
  PR:           https://github.com/freebsd/freebsd/pull/16
  Submitted by: https://github.com/epipenau

Modified:
  head/sys/dev/flash/mx25l.c

Modified: head/sys/dev/flash/mx25l.c
==============================================================================
--- head/sys/dev/flash/mx25l.c  Thu May 26 00:44:16 2016        (r300703)
+++ head/sys/dev/flash/mx25l.c  Thu May 26 01:19:13 2016        (r300704)
@@ -124,6 +124,7 @@ struct mx25l_flash_ident flash_devices[]
 
        /* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */
        { "w25x32",     0xef, 0x3016, 64 * 1024, 64, FL_ERASE_4K },
+       { "w25x64",     0xef, 0x3017, 64 * 1024, 128, FL_ERASE_4K },
        { "w25q32",     0xef, 0x4016, 64 * 1024, 64, FL_ERASE_4K },
        { "w25q64",     0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
        { "w25q64bv",   0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to