ATA driver

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
Daniil

ATA driver

Post by Daniil »

I want to write (IDE) ATA driver for my kernel but couldn`t find any suitable doc about it. only some asm code for 16-bit, but i need for 32-bit. Please help : i need very basic driver :
only write/read sector
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:ATA driver

Post by Pype.Clicker »

mine is avl. here http://cvs.sourceforge.net/viewcvs.py/c ... 6&view=log

and it is documented there
http://clicker.sourceforge.net/docs/tea ... mming.html

My basic resources was Tim's driver and official documents from Technical Committee T13
(http://mobius.sourceforge.net/index.php, http://www.t13.org/docs2002/d1410r3b.pdf)
Post Reply