aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler/scsi_dh_rdac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/device_handler/scsi_dh_rdac.c')
-rw-r--r--drivers/scsi/device_handler/scsi_dh_rdac.c26
1 files changed, 8 insertions, 18 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c
index 20c4557f5ab..69c915aa77c 100644
--- a/drivers/scsi/device_handler/scsi_dh_rdac.c
+++ b/drivers/scsi/device_handler/scsi_dh_rdac.c
@@ -790,29 +790,19 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
790 {"IBM", "1815"}, 790 {"IBM", "1815"},
791 {"IBM", "1818"}, 791 {"IBM", "1818"},
792 {"IBM", "3526"}, 792 {"IBM", "3526"},
793 {"SGI", "TP9400"}, 793 {"SGI", "TP9"},
794 {"SGI", "TP9500"},
795 {"SGI", "TP9700"},
796 {"SGI", "IS"}, 794 {"SGI", "IS"},
797 {"STK", "OPENstorage D280"}, 795 {"STK", "OPENstorage D280"},
798 {"SUN", "CSM200_R"},
799 {"SUN", "LCSM100_I"},
800 {"SUN", "LCSM100_S"},
801 {"SUN", "LCSM100_E"},
802 {"SUN", "LCSM100_F"},
803 {"DELL", "MD3000"},
804 {"DELL", "MD3000i"},
805 {"DELL", "MD32xx"},
806 {"DELL", "MD32xxi"},
807 {"DELL", "MD36xxi"},
808 {"DELL", "MD36xxf"},
809 {"LSI", "INF-01-00"},
810 {"ENGENIO", "INF-01-00"},
811 {"STK", "FLEXLINE 380"}, 796 {"STK", "FLEXLINE 380"},
812 {"SUN", "CSM100_R_FC"}, 797 {"SUN", "CSM"},
798 {"SUN", "LCSM100"},
813 {"SUN", "STK6580_6780"}, 799 {"SUN", "STK6580_6780"},
814 {"SUN", "SUN_6180"}, 800 {"SUN", "SUN_6180"},
815 {"SUN", "ArrayStorage"}, 801 {"SUN", "ArrayStorage"},
802 {"DELL", "MD3"},
803 {"NETAPP", "INF-01-00"},
804 {"LSI", "INF-01-00"},
805 {"ENGENIO", "INF-01-00"},
816 {NULL, NULL}, 806 {NULL, NULL},
817}; 807};
818 808
@@ -863,7 +853,7 @@ static int rdac_bus_attach(struct scsi_device *sdev)
863 if (!scsi_dh_data) { 853 if (!scsi_dh_data) {
864 sdev_printk(KERN_ERR, sdev, "%s: Attach failed\n", 854 sdev_printk(KERN_ERR, sdev, "%s: Attach failed\n",
865 RDAC_NAME); 855 RDAC_NAME);
866 return 0; 856 return -ENOMEM;
867 } 857 }
868 858
869 scsi_dh_data->scsi_dh = &rdac_dh; 859 scsi_dh_data->scsi_dh = &rdac_dh;