diff options
Diffstat (limited to 'drivers/scsi/advansys.c')
-rw-r--r-- | drivers/scsi/advansys.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c index 223ef6f4e258..95b4793c33f4 100644 --- a/drivers/scsi/advansys.c +++ b/drivers/scsi/advansys.c | |||
@@ -10808,14 +10808,6 @@ static struct scsi_host_template advansys_template = { | |||
10808 | * for non-ISA adapters. | 10808 | * for non-ISA adapters. |
10809 | */ | 10809 | */ |
10810 | .unchecked_isa_dma = true, | 10810 | .unchecked_isa_dma = true, |
10811 | /* | ||
10812 | * All adapters controlled by this driver are capable of large | ||
10813 | * scatter-gather lists. According to the mid-level SCSI documentation | ||
10814 | * this obviates any performance gain provided by setting | ||
10815 | * 'use_clustering'. But empirically while CPU utilization is increased | ||
10816 | * by enabling clustering, I/O throughput increases as well. | ||
10817 | */ | ||
10818 | .use_clustering = ENABLE_CLUSTERING, | ||
10819 | }; | 10811 | }; |
10820 | 10812 | ||
10821 | static int advansys_wide_init_chip(struct Scsi_Host *shost) | 10813 | static int advansys_wide_init_chip(struct Scsi_Host *shost) |