summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_version.h
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2012-08-03 16:36:33 (GMT)
committerJames Bottomley <JBottomley@Parallels.com>2012-09-14 13:42:59 (GMT)
commit4305f183c03fbcf7fd4102de4422862fc76567d2 (patch)
tree3c07c3c0cc4c7dc0cb731499b97fb90666b0e3a5 /drivers/scsi/lpfc/lpfc_version.h
parentbf8dae83fea151ebd74492740733e2ed62dc9f51 (diff)
downloadlinux-fsl-qoriq-4305f183c03fbcf7fd4102de4422862fc76567d2.tar.xz
[SCSI] lpfc 8.3.33: Change Naming convention for SLI4 Interrupt vector
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_version.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_version.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h
index 4704e5b..7731040 100644
--- a/drivers/scsi/lpfc/lpfc_version.h
+++ b/drivers/scsi/lpfc/lpfc_version.h
@@ -20,9 +20,14 @@
#define LPFC_DRIVER_VERSION "8.3.32"
#define LPFC_DRIVER_NAME "lpfc"
+
+/* Used for SLI 2/3 */
#define LPFC_SP_DRIVER_HANDLER_NAME "lpfc:sp"
#define LPFC_FP_DRIVER_HANDLER_NAME "lpfc:fp"
+/* Used for SLI4 */
+#define LPFC_DRIVER_HANDLER_NAME "lpfc:"
+
#define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
LPFC_DRIVER_VERSION
#define LPFC_COPYRIGHT "Copyright(c) 2004-2009 Emulex. All rights reserved."