Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2014 22:30:18 +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: r260296 - head/sys/dev/nand
Message-ID:  <201401042230.s04MUInw033168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sat Jan  4 22:30:18 2014
New Revision: 260296
URL: http://svnweb.freebsd.org/changeset/base/260296

Log:
  More NAND IDs of some really old Samsung parts, also list the part
  number that we're matching...

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

Modified: head/sys/dev/nand/nand_id.c
==============================================================================
--- head/sys/dev/nand/nand_id.c	Sat Jan  4 22:25:26 2014	(r260295)
+++ head/sys/dev/nand/nand_id.c	Sat Jan  4 22:30:18 2014	(r260296)
@@ -33,16 +33,16 @@ __FBSDID("$FreeBSD$");
 #include <dev/nand/nand.h>
 
 struct nand_params nand_ids[] = {
-	{ { NAND_MAN_SAMSUNG, 0x75 }, "Samsung K9F5608U0B NAND 32MiB 1-bit",
+	{ { NAND_MAN_SAMSUNG, 0x75 }, "Samsung K9F5608U0B NAND 32MiB 8-bit",
 	    0x20, 0x200, 0x10, 0x20, 0 },
-	{ { NAND_MAN_SAMSUNG, 0xd3 }, "Samsung NAND 1GiB 3,3V 8-bit",
-	    0x400, 0x800, 0x40, 0x40, 0 },
-	{ { NAND_MAN_SAMSUNG, 0xdc }, "Samsung NAND 512MiB 3,3V 8-bit",
-	    0x200, 0x800, 0x40, 0x40, 0 },
-	{ { NAND_MAN_SAMSUNG, 0xda }, "Samsung K9F2G08U0A NAND 256MiB 3,3V 8-bit",
-	    0x100, 0x800, 0x40, 0x40, 0 },
 	{ { NAND_MAN_SAMSUNG, 0xf1 }, "Samsung K9F1G08U0A NAND 128MiB 3,3V 8-bit",
 	    0x80, 0x800, 0x40, 0x40, 0 },
+	{ { NAND_MAN_SAMSUNG, 0xda }, "Samsung K9F2G08U0A NAND 256MiB 3,3V 8-bit",
+	    0x100, 0x800, 0x40, 0x40, 0 },
+	{ { NAND_MAN_SAMSUNG, 0xdc }, "Samsung NAND 512MiB 3,3V 8-bit",
+	    0x200, 0x800, 0x40, 0x40, 0 },
+	{ { NAND_MAN_SAMSUNG, 0xd3 }, "Samsung NAND 1GiB 3,3V 8-bit",
+	    0x400, 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?201401042230.s04MUInw033168>