diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/device_handler/scsi_dh_alua.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c index ee372bf55332..bc9e94f5915e 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/drivers/scsi/device_handler/scsi_dh_alua.c | |||
@@ -718,6 +718,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = { | |||
718 | {"Pillar", "Axiom" }, | 718 | {"Pillar", "Axiom" }, |
719 | {"Intel", "Multi-Flex"}, | 719 | {"Intel", "Multi-Flex"}, |
720 | {"NETAPP", "LUN"}, | 720 | {"NETAPP", "LUN"}, |
721 | {"AIX", "NVDISK"}, | ||
721 | {NULL, NULL} | 722 | {NULL, NULL} |
722 | }; | 723 | }; |
723 | 724 | ||