lpfc_version.h 1.9 KB
Newer Older
已提交
1 2
/*******************************************************************
 * This file is part of the Emulex Linux Device Driver for         *
3
 * Fibre Channel Host Bus Adapters.                                *
J
James Smart 已提交
4 5
 * Copyright (C) 2017 Broadcom. All Rights Reserved. The term      *
 * “Broadcom” refers to Broadcom Limited and/or its subsidiaries.  *
6
 * Copyright (C) 2004-2016 Emulex.  All rights reserved.           *
7
 * EMULEX and SLI are trademarks of Emulex.                        *
J
James Smart 已提交
8
 * www.broadcom.com                                                *
已提交
9 10
 *                                                                 *
 * This program is free software; you can redistribute it and/or   *
11 12 13 14 15 16 17 18 19 20
 * modify it under the terms of version 2 of the GNU General       *
 * Public License as published by the Free Software Foundation.    *
 * This program is distributed in the hope that it will be useful. *
 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND          *
 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,  *
 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE      *
 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
 * TO BE LEGALLY INVALID.  See the GNU General Public License for  *
 * more details, a copy of which can be found in the file COPYING  *
 * included with this package.                                     *
已提交
21 22
 *******************************************************************/

23
#define LPFC_DRIVER_VERSION "11.2.0.4"
24
#define LPFC_DRIVER_NAME		"lpfc"
25 26

/* Used for SLI 2/3 */
27 28
#define LPFC_SP_DRIVER_HANDLER_NAME	"lpfc:sp"
#define LPFC_FP_DRIVER_HANDLER_NAME	"lpfc:fp"
已提交
29

30 31 32
/* Used for SLI4 */
#define LPFC_DRIVER_HANDLER_NAME	"lpfc:"

已提交
33 34
#define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
		LPFC_DRIVER_VERSION
J
James Smart 已提交
35 36 37
#define LPFC_COPYRIGHT "Copyright (C) 2017 Broadcom. All Rights Reserved. " \
		"The term \"Broadcom\" refers to Broadcom Limited " \
		"and/or its subsidiaries."