diff options
author | Stephen M. Cameron | 2013-09-23 13:33:56 -0500 |
---|---|---|
committer | James Bottomley | 2013-12-16 10:57:53 -0800 |
commit | e06c8e5c34498d1ea0468401012be8d1c853c585 (patch) | |
tree | cc5e6a28c57244a0217c1c3f7dec2eb65cc24f10 /drivers/scsi | |
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')
-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[] = { "MSA2312", "MSA2324", "P2000 G3 SAS", + "MSA 2040 SAS", NULL, }; |