]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[SCSI] scsi_dh: add two SUN devices to the list of devices supported by default
authorChandra Seetharaman <sekharan@us.ibm.com>
Wed, 12 Aug 2009 19:43:20 +0000 (12:43 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 22 Aug 2009 22:52:23 +0000 (17:52 -0500)
Reported-by: Rice Brown <rick.brown@oit.gatech.edu>
Signed-Off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/device_handler/scsi_dh_rdac.c

index fd0544f7da81700d2e586387b0f20ae1b0cd64d2..bea92ef7e269a9d275ba9b74d0be326c9a364af6 100644 (file)
@@ -633,6 +633,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
        {"DELL", "MD3000i"},
        {"LSI", "INF-01-00"},
        {"ENGENIO", "INF-01-00"},
+       {"STK", "FLEXLINE 380"},
+       {"SUN", "CSM100_R_FC"},
        {NULL, NULL},
 };