mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-21 14:21:48 +00:00
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:
parent
f1bc1e4c44
commit
8be5ad9acb
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue