From: Ilgu Hong Date: Fri, 30 Jan 2009 23:00:10 +0000 (-0600) Subject: [SCSI] scsi dh alua: add intel Multi-Flex device X-Git-Tag: v2.6.30-rc1~641^2~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49baef0a5dc3c964601c656c1bb2c3458a6934c6;p=profile%2Fivi%2Fkernel-x86-ivi.git [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 Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c index 5096b0b..31e1df5 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/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} };