Skip to content

Commit 3520477

Browse files
Moger, BabuJames Bottomley
authored andcommitted
[SCSI] scsi_dh_rdac : Consolidate rdac strings together
This patch consolidates the strings together. Purpose is to remove minor product strings extensions. That way the future products with similar strings should not require change here. Signed-off-by: Babu Moger <[email protected]> Signed-off-by: James Bottomley <[email protected]>
1 parent e7ba29d commit 3520477

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

drivers/scsi/device_handler/scsi_dh_rdac.c

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -790,27 +790,16 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
790790
{"IBM", "1815"},
791791
{"IBM", "1818"},
792792
{"IBM", "3526"},
793-
{"SGI", "TP9400"},
794-
{"SGI", "TP9500"},
795-
{"SGI", "TP9700"},
793+
{"SGI", "TP9"},
796794
{"SGI", "IS"},
797795
{"STK", "OPENstorage D280"},
798796
{"STK", "FLEXLINE 380"},
799-
{"SUN", "CSM100_R_FC"},
800-
{"SUN", "CSM200_R"},
801-
{"SUN", "LCSM100_I"},
802-
{"SUN", "LCSM100_S"},
803-
{"SUN", "LCSM100_E"},
804-
{"SUN", "LCSM100_F"},
797+
{"SUN", "CSM"},
798+
{"SUN", "LCSM100"},
805799
{"SUN", "STK6580_6780"},
806800
{"SUN", "SUN_6180"},
807801
{"SUN", "ArrayStorage"},
808-
{"DELL", "MD3000"},
809-
{"DELL", "MD3000i"},
810-
{"DELL", "MD32xx"},
811-
{"DELL", "MD32xxi"},
812-
{"DELL", "MD36xxi"},
813-
{"DELL", "MD36xxf"},
802+
{"DELL", "MD3"},
814803
{"NETAPP", "INF-01-00"},
815804
{"LSI", "INF-01-00"},
816805
{"ENGENIO", "INF-01-00"},

0 commit comments

Comments
 (0)