Issue init dev params command
unsigned int ata_dev_init_params(struct ata_device * dev, u16 heads, u16 sectors);
dev
Device to which command will be sent
heads
Number of heads (taskfile parameter)
sectors
Number of sectors (taskfile parameter)
Kernel thread context (may sleep)
0 on success, AC_ERR_* mask otherwise.
Jeff Garzik
Author.