Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96522
b: refs/heads/master
c: af5741c
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Higdon authored and James Bottomley committed May 13, 2008
1 parent 4188879 commit fb3cd12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 64976a0387835a7ac61bbe2a99b27ccae34eac5d
refs/heads/master: af5741c6de4f4a1d8608b0f00867c77cb7123635
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla1280.c
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ qla1280_set_defaults(struct scsi_qla_host *ha)
nv->bus[bus].config_2.req_ack_active_negation = 1;
nv->bus[bus].config_2.data_line_active_negation = 1;
nv->bus[bus].selection_timeout = 250;
nv->bus[bus].max_queue_depth = 256;
nv->bus[bus].max_queue_depth = 32;

if (IS_ISP1040(ha)) {
nv->bus[bus].bus_reset_delay = 3;
Expand Down Expand Up @@ -2051,7 +2051,7 @@ qla1280_config_target(struct scsi_qla_host *ha, int bus, int target)
status = qla1280_mailbox_command(ha, 0x0f, mb);

/* Save Tag queuing enable flag. */
flag = (BIT_0 << target) & mb[0];
flag = (BIT_0 << target);
if (nv->bus[bus].target[target].parameter.tag_queuing)
ha->bus_settings[bus].qtag_enables |= flag;

Expand Down

0 comments on commit fb3cd12

Please sign in to comment.