projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb83c7
)
qla1280: enable use_sg_chaining option
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Mon, 17 Sep 2007 13:28:22 +0000
(15:28 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 16 Oct 2007 09:24:43 +0000
(11:24 +0200)
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/scsi/qla1280.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla1280.c
b/drivers/scsi/qla1280.c
index 5cc23f8f370a04a5ed1733fc97931dd0d21b467b..76089cf55f4e956f857d7e3e123460d94c7923fe 100644
(file)
--- a/
drivers/scsi/qla1280.c
+++ b/
drivers/scsi/qla1280.c
@@
-4259,6
+4259,7
@@
static struct scsi_host_template qla1280_driver_template = {
.sg_tablesize = SG_ALL,
.cmd_per_lun = 1,
.use_clustering = ENABLE_CLUSTERING,
+ .use_sg_chaining = ENABLE_SG_CHAINING,
};