lkml.org 
[lkml]   [2003]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Trying to get DMA working with IDE alim15x3 controller

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/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.044 / U:1.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site