]> git.karo-electronics.de Git - linux-beck.git/commitdiff
hpsa: add in P840ar controller model name
authorDon Brace <don.brace@pmcs.com>
Fri, 23 Jan 2015 22:45:12 +0000 (16:45 -0600)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 2 Feb 2015 17:57:44 +0000 (09:57 -0800)
Add in P840ar model name for gen9

Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/hpsa.c

index 6568da5d7915bab8a5f93f8798bd811776a8db9e..15ef65c25d647d6f13770857230af6e134a4a594 100644 (file)
@@ -172,7 +172,7 @@ static struct board_type products[] = {
        {0x21BE103C, "Smart Array P741m", &SA5_access},
        {0x21BF103C, "Smart HBA H240ar", &SA5_access},
        {0x21C0103C, "Smart Array P440ar", &SA5_access},
-       {0x21C1103C, "Smart Array", &SA5_access},
+       {0x21C1103C, "Smart Array P840ar", &SA5_access},
        {0x21C2103C, "Smart Array P440", &SA5_access},
        {0x21C3103C, "Smart Array P441", &SA5_access},
        {0x21C4103C, "Smart Array", &SA5_access},