diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2013-09-23 14:33:56 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-12-16 13:57:53 -0500 |
commit | e06c8e5c34498d1ea0468401012be8d1c853c585 (patch) | |
tree | cc5e6a28c57244a0217c1c3f7dec2eb65cc24f10 /drivers/scsi/hpsa.c | |
parent | e2d4a1f6b497e39d68775378960ad27be4f86250 (diff) |
[SCSI] hpsa: add MSA 2040 to list of external target devices
Signed-off-by: Scott Teel <scott.teel@hp.com>
Acked-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/hpsa.c')
-rw-r--r-- | drivers/scsi/hpsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index f12f55669cb3..6cc91f83aa69 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -1782,6 +1782,7 @@ static unsigned char *ext_target_model[] = { | |||
1782 | "MSA2312", | 1782 | "MSA2312", |
1783 | "MSA2324", | 1783 | "MSA2324", |
1784 | "P2000 G3 SAS", | 1784 | "P2000 G3 SAS", |
1785 | "MSA 2040 SAS", | ||
1785 | NULL, | 1786 | NULL, |
1786 | }; | 1787 | }; |
1787 | 1788 | ||