WIN_READDMA

Paresh Sawant (p.Sawant@zensar.com)
Fri, 6 Dec 2002 10:43:14 +0530


hi
i want to send "WIN_READDMA" ATA command to ide hard drive, i am doing ioctl call using command HDIO_DRIVE_TASK, what would be the third argument to the ioctl call ? currently i m passing following as third arg -
unsigned char args[8+512] = {WIN_READDMA,feature,sector_count,low_lba,mid_lba,high_lba,device,};

thanks
paresh

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/