ATA DMA disk access

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
madanra
Member
Member
Posts: 149
Joined: Mon Sep 07, 2009 12:01 pm

ATA DMA disk access

Post by madanra »

I've been researching how to do ATA DMA transfers. Most of it seems to make reasonable sense now, except for the very first step: I need to identify which PCI bus/device/function the disk controller is on, and I don't really have any idea how to do that...

Edit: Oh, how ironic...somehow when looking for PCI info I hadn't looked at the osdev wiki page on it...whoops. Sorry, 'class code' found :)
Post Reply