summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
diff options
context:
space:
mode:
authorDon Brace <don.brace@pmcs.com>2015-01-23 23:45:12 +0100
committerJames Bottomley <JBottomley@Parallels.com>2015-02-02 18:57:44 +0100
commitc8ae0ab10044a7aee47d1e97f2eed992b34b0c59 (patch)
treed26868ea1fac3a28b4a2d313d7f736e76c242263 /drivers/scsi/hpsa.c
parenthpsa: add in gen9 controller model names (diff)
downloadlinux-c8ae0ab10044a7aee47d1e97f2eed992b34b0c59.tar.xz
linux-c8ae0ab10044a7aee47d1e97f2eed992b34b0c59.zip
hpsa: add in P840ar controller model name
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>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/hpsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index 6568da5d7915..15ef65c25d64 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -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},