Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 633ed113 authored by FUJITA Tomonori's avatar FUJITA Tomonori Committed by Jens Axboe
Browse files

qla1280: enable use_sg_chaining option

parent 9cb83c75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};