git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5d6c4
)
[SCSI] cxgb3i: fix can_queue and cmd_per_lun initialization
author
Mike Christie
<michaelc@cs.wisc.edu>
Tue, 21 Apr 2009 20:32:33 +0000
(15:32 -0500)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Mon, 27 Apr 2009 15:09:59 +0000
(10:09 -0500)
cxgb3i was setting can_queue to only 128 commands, and was
setting the can_queue and cmd_per_lun to the same value.
This sets the can_queue to 1024 commands, and sets the cmd_per_lun
to a safer default of 32.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found