mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 09:02:17 +00:00
e315cd28b9
Following changes have been made: 1. Outstanding commands are based on a request queue, scsi_qla_host does not maintain it anymore. 2. start_scsi is accessed via isp_ops struct instead of direct invocation. 3. Interrupt registrations are done using response queue instead of device id. Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
16 lines
343 B
C
16 lines
343 B
C
/*
|
|
* QLogic Fibre Channel HBA Driver
|
|
* Copyright (c) 2003-2008 QLogic Corporation
|
|
*
|
|
* See LICENSE.qla2xxx for copyright and licensing details.
|
|
*/
|
|
/*
|
|
* Driver version
|
|
*/
|
|
#define QLA2XXX_VERSION "8.02.02-k1"
|
|
|
|
#define QLA_DRIVER_MAJOR_VER 8
|
|
#define QLA_DRIVER_MINOR_VER 2
|
|
#define QLA_DRIVER_PATCH_VER 2
|
|
#define QLA_DRIVER_BETA_VER 0
|