diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2011-05-03 16:00:07 -0400 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-17 03:09:41 -0400 |
commit | fda38518f236cbd965110938e324f6c6fcc91f38 (patch) | |
tree | c5476c93057e76c6d317790189908ebb9474f8d7 /drivers/scsi/hpsa.c | |
parent | 4638078697574be43816779845e26bf05ae70d9d (diff) |
[SCSI] hpsa: add P2000 to list of shared SAS devices
Signed-off-by: Scott Teel <scott.stacy.teel@hp.com>
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
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 5c03cb5e93b0..cffc7bb419de 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -1591,6 +1591,7 @@ static unsigned char *msa2xxx_model[] = { | |||
1591 | "MSA2024", | 1591 | "MSA2024", |
1592 | "MSA2312", | 1592 | "MSA2312", |
1593 | "MSA2324", | 1593 | "MSA2324", |
1594 | "P2000 G3 SAS", | ||
1594 | NULL, | 1595 | NULL, |
1595 | }; | 1596 | }; |
1596 | 1597 | ||