ATA drives + DMA

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Kernel Panic

ATA drives + DMA

Post by Kernel Panic »

Hi!

I'm writing an ATA driver now, and got the following problem..
How does the ATA controller know which DMA channel I use? Everything works with PIO, but with DMA
I just don't get any interrupts. Any suggestions?
Post Reply