mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
(!defined(RHEL_MAJOR) || RHEL_MAJOR -0 < 7)
|
||||
#error
|
||||
#error ***This version of qla2xxx does not support distributions based on***
|
||||
#error ***kernels before Linux kernel v3.15.***
|
||||
#error ***kernels before Linux kernel v3.18.***
|
||||
#error
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1015,7 +1015,7 @@ qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list)
|
||||
}
|
||||
|
||||
/**
|
||||
* qla2x00_snd_rft_id() - SNS Register FC-4 TYPEs (RFT_ID) supported by the HBA.
|
||||
* qla2x00_sns_rft_id() - SNS Register FC-4 TYPEs (RFT_ID) supported by the HBA.
|
||||
* @vha: HA context
|
||||
*
|
||||
* This command uses the old Exectute SNS Command mailbox routine.
|
||||
@@ -1251,7 +1251,7 @@ qla2x00_update_ms_fdmi_iocb(scsi_qla_host_t *vha, uint32_t req_size)
|
||||
}
|
||||
|
||||
/**
|
||||
* qla2x00_prep_ct_req() - Prepare common CT request fields for SNS query.
|
||||
* qla2x00_prep_ct_fdmi_req() - Prepare common CT request fields for SNS query.
|
||||
* @p: CT request buffer
|
||||
* @cmd: GS command
|
||||
* @rsp_size: response size in bytes
|
||||
|
||||
@@ -504,7 +504,7 @@ qla2x00_start_iocbs(struct scsi_qla_host *vha, struct req_que *req)
|
||||
EXPORT_SYMBOL(qla2x00_start_iocbs);
|
||||
|
||||
/**
|
||||
* qla2x00_marker() - Send a marker IOCB to the firmware.
|
||||
* __qla2x00_marker() - Send a marker IOCB to the firmware.
|
||||
* @vha: HA context
|
||||
* @req: Request queue
|
||||
* @rsp: ...
|
||||
|
||||
@@ -248,7 +248,7 @@ fi
|
||||
|
||||
# See also commit 89d9a567952b ("[SCSI] add support for per-host cmd pools";
|
||||
# v3.15).
|
||||
if kernel_version_lt "$kver" 3.15; then
|
||||
if kernel_version_lt "$kver" 3.18; then
|
||||
qla2x00t="true"
|
||||
qla2x00t_32gbit="false"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user