瀏覽代碼

[SCSI] scsi_dh_rdac: Add LSI vendor and product ids in rdac device list

[jejb: fixed whitespace damage]
Signed-off-by: Babu Moger <Babu.Moger@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Babu Moger 16 年之前
父節點
當前提交
273c478152
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/scsi/device_handler/scsi_dh_rdac.c

+ 2 - 0
drivers/scsi/device_handler/scsi_dh_rdac.c

@@ -602,6 +602,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
 	{"SUN", "LCSM100_F"},
 	{"DELL", "MD3000"},
 	{"DELL", "MD3000i"},
+	{"LSI", "INF-01-00"},
+	{"ENGENIO", "INF-01-00"},
 	{NULL, NULL},
 };