diff options
author | Chauhan, Vijay <Vijay.Chauhan@lsi.com> | 2010-10-18 04:37:24 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-10-25 17:13:24 -0400 |
commit | 156606768cc234146e21fa6ba6316dbc67a204dd (patch) | |
tree | 2b6ed00b9660f3d4f5d4668a444cd4841ce84aac | |
parent | 150cca7c0ed1a08d7da26bd28258c270b2e239f5 (diff) |
[SCSI] scsi_dh_rdac: Add two new SUN devices to rdac_dev_list
Signed-off-by: Vijay Chauhan <vijay.chauhan@lsi.com>
Acked-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
-rw-r--r-- | drivers/scsi/device_handler/scsi_dh_rdac.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c index b9bcfa4c7d26..5be3ae15cb71 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c | |||
@@ -773,6 +773,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { | |||
773 | {"ENGENIO", "INF-01-00"}, | 773 | {"ENGENIO", "INF-01-00"}, |
774 | {"STK", "FLEXLINE 380"}, | 774 | {"STK", "FLEXLINE 380"}, |
775 | {"SUN", "CSM100_R_FC"}, | 775 | {"SUN", "CSM100_R_FC"}, |
776 | {"SUN", "STK6580_6780"}, | ||
777 | {"SUN", "SUN_6180"}, | ||
776 | {NULL, NULL}, | 778 | {NULL, NULL}, |
777 | }; | 779 | }; |
778 | 780 | ||