Add new HP arrays to internal hardware table
authorHannes Reinecke <hare@suse.de>
Thu, 15 Jan 2009 11:03:34 +0000 (12:03 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 21 Apr 2009 23:21:45 +0000 (01:21 +0200)
This patch is to include entries for 2 new HP arrays in the hwtable.

References: bnc#442133

Signed-off-by: Vijayakumar Balasubramanian <vijayakumar@hp.com>
Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/hwtable.c

index 2890fab..054c059 100644 (file)
@@ -145,7 +145,7 @@ static struct hwentry default_hw[] = {
        {
                /* EVA 3000/5000 with new firmware, EVA 4000/6000/8000 */
                .vendor        = "(COMPAQ|HP)",
-               .product       = "HSV1[01]1|HSV2[01]0|HSV300",
+               .product       = "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0",
                .getuid        = DEFAULT_GETUID,
                .features      = DEFAULT_FEATURES,
                .hwhandler     = DEFAULT_HWHANDLER,
@@ -177,7 +177,7 @@ static struct hwentry default_hw[] = {
        {
                 /* HP MSA2000 product family with new firmware */
                 .vendor        = "HP",
-                .product       = "MSA2012sa|MSA23(12|24)(fc|i|sa)",
+                .product       = "MSA2012sa|MSA23(12|24)(fc|i|sa)|MSA2000s VOLUME",
                 .getuid        = DEFAULT_GETUID,
                 .features      = DEFAULT_FEATURES,
                 .hwhandler     = DEFAULT_HWHANDLER,