libata: Populate host-to-device FIS "auxiliary" field

SATA 3.1 added an "auxiliary" field to the host-to-device FIS.
Populate the host-to-device FIS with the new field via the
taskfile struct.

Signed-off-by: Marc Carino <marc.ceeeee@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Marc Carino 2013-08-24 23:22:48 -07:00 committed by Tejun Heo
parent f1bc1e4c44
commit 8be5ad9acb
2 changed files with 10 additions and 4 deletions

View file

@ -555,6 +555,10 @@ struct ata_taskfile {
u8 device;
u8 command; /* IO operation */
u32 auxiliary; /* auxiliary field */
/* from SATA 3.1 and */
/* ATA-8 ACS-3 */
};
#ifdef CONFIG_ATA_SFF