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.
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?