[SCSI] scsi dh alua: add intel Multi-Flex device
authorIlgu Hong <ilgu.hong@promise.com>
Fri, 30 Jan 2009 23:00:10 +0000 (17:00 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:58:11 +0000 (12:58 -0500)
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>
drivers/scsi/device_handler/scsi_dh_alua.c

index 5096b0b..31e1df5 100644 (file)
@@ -691,6 +691,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
        {"IBM", "2107900" },
        {"IBM", "2145" },
        {"Pillar", "Axiom" },
+       {"Intel", "Multi-Flex"},
        {NULL, NULL}
 };