325be16
Description: Add P71Xm and Gen8 hardware IDs
325be16
Author: Christian Hofstaedtler <christian@hofstaedtler.name>
325be16
Forwarded: no
325be16
Last-Update: 2012-07-04
325be16
325be16
Based on a patch by Dean Hamstead. Further device IDs extracted
325be16
from FreeBSD commit r230588.
325be16
325be16
Index: cciss-vol-status/cciss_vol_status.c
325be16
===================================================================
325be16
--- cciss-vol-status.orig/cciss_vol_status.c	2012-07-04 22:58:01.419398220 +0200
325be16
+++ cciss-vol-status/cciss_vol_status.c	2012-07-04 23:20:21.850109199 +0200
325be16
@@ -131,6 +131,15 @@
325be16
 	{ 0x3245103C, "Smart Array P410i",	0, 1},
325be16
 	{ 0x3247103C, "Smart Array P411",	0, 1},
325be16
 	{ 0x3249103C, "Smart Array P812",	0, 1},
325be16
+	{ 0x324A103C, "Smart Array P712m",	0, 1},
325be16
+	{ 0x324B103C, "Smart Array P711m",	0, 1},
325be16
+	{ 0x3350103C, "Smart Array P222",	0, 1},
325be16
+	{ 0x3351103C, "Smart Array P420",	0, 1},
325be16
+	{ 0x3352103C, "Smart Array P421",	0, 1},
325be16
+	{ 0x3353103C, "Smart Array P822",	0, 1},
325be16
+	{ 0x3354103C, "Smart Array P420i",	0, 1},
325be16
+	{ 0x3355103C, "Smart Array P220i",	0, 1},
325be16
+	{ 0x3356103C, "Smart Array P721m",	0, 1},
325be16
 	{ 0xe0110e11, "HP MSA500",		1, 0}, /* aka Smart Array CL */
325be16
 	{ 0xe0200e11, "HP MSA500 G2",		1, 0},
325be16
 	{ 0xe0300e11, "HP MSA20",		1, 0},
325be16
@@ -1217,6 +1226,15 @@
325be16
 		"HP      P410i",
325be16
 		"HP      P411",
325be16
 		"HP      P812",
325be16
+		"HP      P712m",
325be16
+		"HP      P711m",
325be16
+		"HP      P222",
325be16
+		"HP      P420",
325be16
+		"HP      P421",
325be16
+		"HP      P822",
325be16
+		"HP      P420i",
325be16
+		"HP      P220i",
325be16
+		"HP      P721m",
325be16
 		NULL,
325be16
 };
325be16