diff options
-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 | ||