diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2007-09-17 09:28:22 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-10-16 05:24:43 -0400 |
commit | 633ed113d477c1a8c77d5fe3574c410ea52f58cc (patch) | |
tree | 1eea17067ce8df962ba4c589ebbc2c471cf9d2ed /drivers/scsi/qla1280.c | |
parent | 9cb83c7529d929c00f37d821daed1942a1b20602 (diff) |
qla1280: enable use_sg_chaining option
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/scsi/qla1280.c')
-rw-r--r-- | drivers/scsi/qla1280.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c index 5cc23f8f370a..76089cf55f4e 100644 --- a/drivers/scsi/qla1280.c +++ b/drivers/scsi/qla1280.c | |||
@@ -4259,6 +4259,7 @@ static struct scsi_host_template qla1280_driver_template = { | |||
4259 | .sg_tablesize = SG_ALL, | 4259 | .sg_tablesize = SG_ALL, |
4260 | .cmd_per_lun = 1, | 4260 | .cmd_per_lun = 1, |
4261 | .use_clustering = ENABLE_CLUSTERING, | 4261 | .use_clustering = ENABLE_CLUSTERING, |
4262 | .use_sg_chaining = ENABLE_SG_CHAINING, | ||
4262 | }; | 4263 | }; |
4263 | 4264 | ||
4264 | 4265 | ||