Hi,

once again, I messed up. _This_ one is the IDE patch (already in Linus'
tree as Geert told me). The other one was ARAnyM; please ignore.

        Michael
--- linux-2.6.19-m68k-cvs/arch/m68k/atari/stdma.c       2006-12-02 
00:16:51.000000000 +0100
+++ linux-2.6.19-m68k/arch/m68k/atari/stdma.c   2006-12-08 18:49:23.000000000 
+0100
@@ -174,7 +174,7 @@
 void __init stdma_init(void)
 {
        stdma_isr = NULL;
-       request_irq(IRQ_MFP_FDC, stdma_int, IRQ_TYPE_SLOW,
+       request_irq(IRQ_MFP_FDC, stdma_int, IRQ_TYPE_SLOW | SA_SHIRQ,
                    "ST-DMA: floppy/ACSI/IDE/Falcon-SCSI", stdma_int);
 }
 

Reply via email to