Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2014 00:17:52 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260212 - head/sys/dev/nand
Message-ID:  <201401030017.s030HqLV062452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Jan  3 00:17:52 2014
New Revision: 260212
URL: http://svnweb.freebsd.org/changeset/base/260212

Log:
  The HOT-E HL201 has 128MB Samsung SLC NAND, ID it properly.

Modified:
  head/sys/dev/nand/nand_id.c

Modified: head/sys/dev/nand/nand_id.c
==============================================================================
--- head/sys/dev/nand/nand_id.c	Thu Jan  2 23:24:50 2014	(r260211)
+++ head/sys/dev/nand/nand_id.c	Fri Jan  3 00:17:52 2014	(r260212)
@@ -41,6 +41,8 @@ struct nand_params nand_ids[] = {
 	    0x200, 0x800, 0x40, 0x40, 0 },
 	{ { NAND_MAN_SAMSUNG, 0xda }, "Samsung NAND 256MiB 3,3V 8-bit",
 	    0x100, 0x800, 0x40, 0x40, 0 },
+	{ { NAND_MAN_SAMSUNG, 0xf1 }, "Samsung NAND 128MiB 3,3V 8-bit",
+	    0x80, 0x800, 0x40, 0x40, 0 },
 	{ { NAND_MAN_HYNIX, 0x76 }, "Hynix NAND 64MiB 3,3V 8-bit",
 	    0x40, 0x200, 0x10, 0x20, 0 },
 	{ { NAND_MAN_HYNIX, 0xdc }, "Hynix NAND 512MiB 3,3V 8-bit",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401030017.s030HqLV062452>