Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106572
b: refs/heads/master
c: d510d96
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Jul 26, 2008
1 parent c1f45c1 commit 08cb1f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 885ace9e2f120439043ffa1bb72a2fa1f3afc645
refs/heads/master: d510d965e17a81d4d41c03a3927f6ef450b73ff5
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ MODULE_PARM_DESC(ql4xextended_error_logging,

int ql4_mod_unload = 0;

#define QL4_DEF_QDEPTH 32

/*
* SCSI host template entry points
*/
Expand Down Expand Up @@ -1387,7 +1389,7 @@ static int qla4xxx_slave_alloc(struct scsi_device *sdev)

sdev->hostdata = ddb;
sdev->tagged_supported = 1;
scsi_activate_tcq(sdev, sdev->host->can_queue);
scsi_activate_tcq(sdev, QL4_DEF_QDEPTH);
return 0;
}

Expand Down

0 comments on commit 08cb1f2

Please sign in to comment.