]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
hpsa: update controller names
authorDon Brace <don.brace@microsemi.com>
Fri, 6 May 2016 19:01:53 +0000 (12:01 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Sun, 22 May 2016 21:48:43 +0000 (14:48 -0700)
replace PM8068/69 with actual names

Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com>
Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Orabug: 23064595
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/scsi/hpsa.c

index 0fbeb474eebb260f50ab22167ef7e67daaee894d..40df01c6fee7a1e82e36de1b60284c24e10bf1f6 100644 (file)
@@ -191,12 +191,12 @@ static struct board_type products[] = {
        {0x21CC103C, "Smart Array", &SA5_access},
        {0x21CD103C, "Smart Array", &SA5_access},
        {0x21CE103C, "Smart HBA", &SA5_access},
-       {0x05809005, "PM8068/69 SmartIOC-SA", &SA5_access},
-       {0x05819005, "PM8068/69 SmartIOC-SA 8i", &SA5_access},
-       {0x05829005, "PM8068/69 SmartIOC-SA 8i8e", &SA5_access},
-       {0x05839005, "PM8068/69 SmartIOC-SA 8e", &SA5_access},
-       {0x05849005, "PM8068/69 SmartIOC-SA 16i", &SA5_access},
-       {0x05859005, "PM8068/69 SmartIOC-SA 4i4e", &SA5_access},
+       {0x05809005, "SmartHBA-SA", &SA5_access},
+       {0x05819005, "SmartHBA-SA 8i", &SA5_access},
+       {0x05829005, "SmartHBA-SA 8i8e", &SA5_access},
+       {0x05839005, "SmartHBA-SA 8e", &SA5_access},
+       {0x05849005, "SmartHBA-SA 16i", &SA5_access},
+       {0x05859005, "SmartHBA-SA 4i4e", &SA5_access},
        {0x00761590, "HP Storage P1224 Array Controller", &SA5_access},
        {0x00871590, "HP Storage P1224e Array Controller", &SA5_access},
        {0x007D1590, "HP Storage P1228 Array Controller", &SA5_access},