mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +00:00
0fb576d825
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
16 lines
343 B
C
16 lines
343 B
C
/*
|
|
* QLogic Fibre Channel HBA Driver
|
|
* Copyright (c) 2003-2010 QLogic Corporation
|
|
*
|
|
* See LICENSE.qla2xxx for copyright and licensing details.
|
|
*/
|
|
/*
|
|
* Driver version
|
|
*/
|
|
#define QLA2XXX_VERSION "8.03.04-k0"
|
|
|
|
#define QLA_DRIVER_MAJOR_VER 8
|
|
#define QLA_DRIVER_MINOR_VER 3
|
|
#define QLA_DRIVER_PATCH_VER 4
|
|
#define QLA_DRIVER_BETA_VER 0
|