other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ATA_DEV_INIT_PARAMS(9) | libata Core Internals | ATA_DEV_INIT_PARAMS(9) |
NAME¶
ata_dev_init_params - Issue INIT DEV PARAMS commandSYNOPSIS¶
unsigned
int ata_dev_init_params(struct ata_device * dev,
u16 heads, u16 sectors);
ARGUMENTS¶
devDevice to which command will be sent
heads
Number of heads (taskfile parameter)
sectors
Number of sectors (taskfile parameter)
LOCKING¶
Kernel thread context (may sleep)RETURNS¶
0 on success, AC_ERR_* mask otherwise.AUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |