Hello. On 08/08/2013 11:16 AM, Marc C wrote:
From: Marc Carino <marc.ceeeee@xxxxxxxxx>
Add support for the following ATA opcodes, which are present in SATA 3.1 and T13 ATA ACS-3:
SEND FPDMA QUEUED RECEIVE FPDMA QUEUED
Signed-off-by: Marc Carino <marc.ceeeee@xxxxxxxxx>
[...]
diff --git a/include/linux/ata.h b/include/linux/ata.h index ee0bd95..dd26211 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h
[...]
@@ -509,6 +525,8 @@ struct ata_taskfile { u8 device; u8 command; /* IO operation */ + + u32 auxiliary;
You are still basing your work on the wrong branch -- you should use Tejun Heo's libata.git, 'for-3.12' branch. And you haven't removed this field from 'struct ata_taskfile'...
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html