mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 23:54:04 +08:00
f7d1ba350f
Signed-off-by: Nilesh Javali <njavali@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
15 lines
331 B
C
15 lines
331 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* QLogic Fibre Channel HBA Driver
|
|
* Copyright (c) 2003-2014 QLogic Corporation
|
|
*/
|
|
/*
|
|
* Driver version
|
|
*/
|
|
#define QLA2XXX_VERSION "10.02.08.200-k"
|
|
|
|
#define QLA_DRIVER_MAJOR_VER 10
|
|
#define QLA_DRIVER_MINOR_VER 2
|
|
#define QLA_DRIVER_PATCH_VER 8
|
|
#define QLA_DRIVER_BETA_VER 200
|