[SCSI] lpfc 8.3.33: Update lpfc version for 8.3.33 driver release
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / scsi / lpfc / lpfc_version.h
CommitLineData
dea3101e
JB
1/*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
c44ce173 3 * Fibre Channel Host Bus Adapters. *
d4379acd 4 * Copyright (C) 2004-2012 Emulex. All rights reserved. *
c44ce173 5 * EMULEX and SLI are trademarks of Emulex. *
dea3101e
JB
6 * www.emulex.com *
7 * *
8 * This program is free software; you can redistribute it and/or *
c44ce173
JSEC
9 * modify it under the terms of version 2 of the GNU General *
10 * Public License as published by the Free Software Foundation. *
11 * This program is distributed in the hope that it will be useful. *
12 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
13 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
14 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
15 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
16 * TO BE LEGALLY INVALID. See the GNU General Public License for *
17 * more details, a copy of which can be found in the file COPYING *
18 * included with this package. *
dea3101e
JB
19 *******************************************************************/
20
4983ce0c 21#define LPFC_DRIVER_VERSION "8.3.33"
9399627f 22#define LPFC_DRIVER_NAME "lpfc"
4305f183
JS
23
24/* Used for SLI 2/3 */
9399627f
JS
25#define LPFC_SP_DRIVER_HANDLER_NAME "lpfc:sp"
26#define LPFC_FP_DRIVER_HANDLER_NAME "lpfc:fp"
dea3101e 27
4305f183
JS
28/* Used for SLI4 */
29#define LPFC_DRIVER_HANDLER_NAME "lpfc:"
30
dea3101e
JB
31#define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
32 LPFC_DRIVER_VERSION
e832b3ca 33#define LPFC_COPYRIGHT "Copyright(c) 2004-2009 Emulex. All rights reserved."