[SCSI] add use_sg_chaining option to scsi_host_template
[linux-block.git] / drivers / scsi / 3w-xxxx.c
index c7995fc216e8ed43a572ea9e41f482fc7c6a88c8..a64153b960344d84d3b742905fa9132d3bb092c5 100644 (file)
@@ -2261,6 +2261,7 @@ static struct scsi_host_template driver_template = {
        .max_sectors            = TW_MAX_SECTORS,
        .cmd_per_lun            = TW_MAX_CMDS_PER_LUN,  
        .use_clustering         = ENABLE_CLUSTERING,
+       .use_sg_chaining        = ENABLE_SG_CHAINING,
        .shost_attrs            = tw_host_attrs,
        .emulated               = 1
 };