limitation of PIO mode
Posted: Sat Dec 09, 2006 11:37 pm
Hi
I 've been working on ata driver. What are the limitations of PIO mode except the fact it takes processor's clock cycles. What is the maximum size of the disk that can be accessed in PIO mode? because i tried to read from a 40gb disk, it's reading the lower sectors efficiently but it is not reading sectors beyond certain limit, i double checked the block address and verified that it is the correct block address by hexediting the disk. it works fine when i use image file of smaller size.
I 've been working on ata driver. What are the limitations of PIO mode except the fact it takes processor's clock cycles. What is the maximum size of the disk that can be accessed in PIO mode? because i tried to read from a 40gb disk, it's reading the lower sectors efficiently but it is not reading sectors beyond certain limit, i double checked the block address and verified that it is the correct block address by hexediting the disk. it works fine when i use image file of smaller size.