diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2011-05-03 15:00:07 -0500 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-17 11:09:41 +0400 |
commit | fda38518f236cbd965110938e324f6c6fcc91f38 (patch) | |
tree | c5476c93057e76c6d317790189908ebb9474f8d7 /drivers/scsi | |
parent | 4638078697574be43816779845e26bf05ae70d9d (diff) | |
download | op-kernel-dev-fda38518f236cbd965110938e324f6c6fcc91f38.zip op-kernel-dev-fda38518f236cbd965110938e324f6c6fcc91f38.tar.gz |
[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')
-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 5c03cb5..cffc7bb 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -1591,6 +1591,7 @@ static unsigned char *msa2xxx_model[] = { "MSA2024", "MSA2312", "MSA2324", + "P2000 G3 SAS", NULL, }; |