This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / imm.c
index 1a5c910..eda703d 100644 (file)
@@ -1140,10 +1140,6 @@ static struct scsi_host_template imm_template = {
        .use_clustering         = ENABLE_CLUSTERING,
        .can_queue              = 1,
        .slave_alloc            = imm_adjust_queue,
-       .unchecked_isa_dma      = 1, /* imm cannot deal with highmem, so
-                                     * this is an easy trick to ensure
-                                     * all io pages for this host reside
-                                     * in low memory */
 };
 
 /***************************************************************************