浏览代码

[SCSI] scsi dh alua: add intel Multi-Flex device

This adds the Intel Multi-Flex device to scsi_dh_alua's
scsi_dh_devlist, so the module attaches to these devs.

Signed-off-by: Ilgu Hong <ilgu.hong@promise.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Ilgu Hong 16 年之前
父节点
当前提交
49baef0a5d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/scsi/device_handler/scsi_dh_alua.c

+ 1 - 0
drivers/scsi/device_handler/scsi_dh_alua.c

@@ -691,6 +691,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
 	{"IBM", "2107900" },
 	{"IBM", "2145" },
 	{"Pillar", "Axiom" },
+	{"Intel", "Multi-Flex"},
 	{NULL, NULL}
 };