lkml.org 
[lkml]   [2002]   [Dec]   [9]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateMon, 9 Dec 2002 09:55:04 +0100
FromManuel Serrano <>
SubjectRe: Fw: Troubles with Sony PCG-C1MHP (crusoe based and ALIM 1533 drivers)
Hello Alan,

I have tried linux-2.4.20-ac1 on my Sony Vaoi (PCG-C1MHP, a computer equipped
with a Crusoe and an ALIM 1533 ide driver). Your patches are not sufficient
enough to make the machine booting with the non-generic IDE drivers. I have
had to apply a patch sent by Ogawa Hirofumi (I don't know exactly who's
the author of this patch). Please find it enclosed at the end of this mail. 
With this setting the machine boot up correctly and the DMA are enabled.

Sincerely,

-- 
Manuel

*** ide-probe-2.4.20-ac1.c Mon Dec  9 09:52:12 2002
--- ide-probe-2.4.20-ac1-ms.c      Mon Dec  9 09:55:35 2002
***************
*** 635,638 ****
--- 635,643 ----
         * we'll install our IRQ driver much later...
         */
+       /* OGAWA Hirofumi --> */
+       if (hwif->irq == 255)
+               hwif->irq = 0;
+       irqd = hwif->irq;
+       /* OGAWA Hirofumi <-- */
        irqd = hwif->irq;
        if (irqd)
-
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 12:31    [W:0.798 / U:0.210 seconds]
©2003-2008 Jasper Spaans