[SCSI] add use_sg_chaining option to scsi_host_template
[deliverable/linux.git] / drivers / scsi / aacraid / linit.c
index a7f42a17b5c708ba331b59874690f8a84cdab920..038980be763d18f75ef37902662ceb766b72a530 100644 (file)
@@ -944,6 +944,7 @@ static struct scsi_host_template aac_driver_template = {
        .cmd_per_lun                    = AAC_NUM_IO_FIB, 
 #endif 
        .use_clustering                 = ENABLE_CLUSTERING,
+       .use_sg_chaining                = ENABLE_SG_CHAINING,
        .emulated                       = 1,
 };
 
This page took 0.030535 seconds and 5 git commands to generate.