Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242719
b: refs/heads/master
c: d32cee3
h: refs/heads/master
i:
  242717: efb3837
  242715: 82d9c75
  242711: 6cf03d9
  242703: 076fc94
  242687: ad87400
v: v3
  • Loading branch information
Prasanna Mumbai authored and James Bottomley committed Mar 23, 2011
1 parent d90d37e commit 7591a80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d7924e6be8b994f718429001457e677a2159445
refs/heads/master: d32cee3c2d742784ec6ac0b4ca5732e98b17bc5c
1 change: 1 addition & 0 deletions trunk/drivers/scsi/qla4xxx/ql4_fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ struct addr_ctrl_blk {
uint8_t res0; /* 07 */
uint16_t eth_mtu_size; /* 08-09 */
uint16_t add_fw_options; /* 0A-0B */
#define SERIALIZE_TASK_MGMT 0x0400

uint8_t hb_interval; /* 0C */
uint8_t inst_num; /* 0D */
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/qla4xxx/ql4_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,11 @@ int qla4xxx_initialize_fw_cb(struct scsi_qla_host * ha)

init_fw_cb->fw_options &= __constant_cpu_to_le16(~FWOPT_TARGET_MODE);

/* Set bit for "serialize task mgmt" all other bits need to be zero */
init_fw_cb->add_fw_options = 0;
init_fw_cb->add_fw_options |=
__constant_cpu_to_le16(SERIALIZE_TASK_MGMT);

if (qla4xxx_set_ifcb(ha, &mbox_cmd[0], &mbox_sts[0], init_fw_cb_dma)
!= QLA_SUCCESS) {
DEBUG2(printk(KERN_WARNING
Expand Down

0 comments on commit 7591a80

Please sign in to comment.