36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
commit 4faa9b359e4b35882459c45176760ca2b0c8caaa
|
|
Author: Hannes Reinecke <hare@suse.de>
|
|
Date: Thu Jan 15 12:03:34 2009 +0100
|
|
|
|
Add new HP arrays to internal hardware table
|
|
|
|
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>
|
|
|
|
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
|
|
index d742d6d..97c979e 100644
|
|
--- a/libmultipath/hwtable.c
|
|
+++ b/libmultipath/hwtable.c
|
|
@@ -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,
|