ATA PIO Mode: DRQ Block Size
Posted: Wed Feb 02, 2011 1:49 pm
Hi all!
While writing a function to process "PIO IN" Protocols for ATA Devices, I found that i should "insw" 256 words each time, as DRQ Block Size is 256 words. so is this number (256 words) constant?? or it is the common for ATA??
why we always do 16-bit PIO transfers? how could i know in which PIO mode the device works?
thanks and regards...
While writing a function to process "PIO IN" Protocols for ATA Devices, I found that i should "insw" 256 words each time, as DRQ Block Size is 256 words. so is this number (256 words) constant?? or it is the common for ATA??
why we always do 16-bit PIO transfers? how could i know in which PIO mode the device works?
thanks and regards...