Re: Trying to get DMA working with IDE alim15x3 controller

From: Bartlomiej Zolnierkiewicz (B.Zolnierkiewicz@elka.pw.edu.pl)
Date: Tue Jul 15 2003 - 17:58:53 EST


Hi,

Can you try this patch? It seems

--- alim15x3.c.orig 2003-04-20 04:49:10.000000000 +0200
+++ alim15x3.c 2003-07-16 00:39:15.351639072 +0200
@@ -753,7 +753,8 @@
                 return;
         }

- hwif->atapi_dma = 1;
+ if (m5229_revision <= 0x20)
+ hwif->atapi_dma = 1;

         if (m5229_revision > 0x20)
                 hwif->ultra_mask = 0x3f;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:01:00 EST