summaryrefslogtreecommitdiffstats
path: root/sys/dev/nand
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-01-27 00:16:36 +0000
committerian <ian@FreeBSD.org>2013-01-27 00:16:36 +0000
commitac1b6656c3b6deb472065703a5c1311d5f39c15e (patch)
treecdfb0aa09d00af1aab76b0548388777df8e4a00b /sys/dev/nand
parent245e35ae970ab92f381e0e4a52fc2c98ab9eadc9 (diff)
downloadFreeBSD-src-ac1b6656c3b6deb472065703a5c1311d5f39c15e.zip
FreeBSD-src-ac1b6656c3b6deb472065703a5c1311d5f39c15e.tar.gz
Add the chip used in recent GlobalScale Technologies *Plug computers
Approved by: cognet (mentor)
Diffstat (limited to 'sys/dev/nand')
-rw-r--r--sys/dev/nand/nand_id.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/nand/nand_id.c b/sys/dev/nand/nand_id.c
index 75c5834..76c5f9f 100644
--- a/sys/dev/nand/nand_id.c
+++ b/sys/dev/nand/nand_id.c
@@ -37,6 +37,8 @@ struct nand_params nand_ids[] = {
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_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",
OpenPOWER on IntegriCloud