This patch adds the new queued opcodes to the ATA device command list. Rev 3.0 and 3.1 of the SATA spec introduced the following opcodes: - NCQ QUEUE MANAGEMENT - SEND FPDMA QUEUED - RECEIVE FPDMA QUEUED Signed-off-by: Marc C <marc.ceeeee@xxxxxxxxx> --- include/linux/ata.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/ata.h b/include/linux/ata.h index ee0bd95..ae0e447 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h @@ -239,6 +239,9 @@ enum { ATA_CMD_WRITE_QUEUED_FUA_EXT = 0x3E, ATA_CMD_FPDMA_READ = 0x60, ATA_CMD_FPDMA_WRITE = 0x61, + ATA_CMD_NCQ_QUEUE_MGMT = 0x63, + ATA_CMD_FPDMA_SEND = 0x64, + ATA_CMA_FPDMA_RECEIVE = 0x65, ATA_CMD_PIO_READ = 0x20, ATA_CMD_PIO_READ_EXT = 0x24, ATA_CMD_PIO_WRITE = 0x30, -- 1.8.1.3 -- 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