[SCSI] add use_sg_chaining option to scsi_host_template
[safe/jmp/linux-2.6] / drivers / scsi / aic7xxx / aic7xxx_osm.c
index 2e9c38f..7770bef 100644 (file)
@@ -747,6 +747,7 @@ struct scsi_host_template aic7xxx_driver_template = {
        .max_sectors            = 8192,
        .cmd_per_lun            = 2,
        .use_clustering         = ENABLE_CLUSTERING,
+       .use_sg_chaining        = ENABLE_SG_CHAINING,
        .slave_alloc            = ahc_linux_slave_alloc,
        .slave_configure        = ahc_linux_slave_configure,
        .target_alloc           = ahc_linux_target_alloc,