Hi, I am working on the MPC8313E board , 

 

I work with the DMA that works fine, but I want to get the interrupt when it
finish.

 

I am working under linux 2.6.20

 

I tried to use the function request_irq :

 

Ret=Request_irq(71,interrupt_handler,SA_INTERUPT,"dma_irq",NULL);

 

But I receive an error -ENOSYS

 

Do I need to do something before call the Request_irq?

 

You know what is wrong?

 

Thank you for your help, 

 

Yehonatan.

 

_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to