diff options
author | Moger, Babu <Babu.Moger@lsi.com> | 2009-11-04 14:36:16 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-10 09:54:10 -0500 |
commit | 6f4fdda41b01100cfe02afb1b84bf422cbf557d4 (patch) | |
tree | 0b845164f281171357442c1670ae9f5559387cd9 /drivers/scsi/device_handler | |
parent | 8e68597d087977d3e4fd3e735d290ab45fd0b5ea (diff) |
[SCSI] scsi_dh_rdac: Add two new IBM devices to rdac_dev_list
This patch adds two new IBM storage devices which can use rdac device handlers.
Signed-off-by: Babu Moger <babu.moger@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/device_handler')
-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 47cfe1c49c3e..1a660191a905 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c | |||
@@ -748,6 +748,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { | |||
748 | {"IBM", "1724"}, | 748 | {"IBM", "1724"}, |
749 | {"IBM", "1726"}, | 749 | {"IBM", "1726"}, |
750 | {"IBM", "1742"}, | 750 | {"IBM", "1742"}, |
751 | {"IBM", "1745"}, | ||
752 | {"IBM", "1746"}, | ||
751 | {"IBM", "1814"}, | 753 | {"IBM", "1814"}, |
752 | {"IBM", "1815"}, | 754 | {"IBM", "1815"}, |
753 | {"IBM", "1818"}, | 755 | {"IBM", "1818"}, |