Linux ATA/IDE development
 help / color / mirror / Atom feed
* [PATCH] libata: Add additional queued command opcodes from SATA spec
@ 2013-07-20  1:17 Marc C
  2013-07-22 20:00 ` Tejun Heo
  0 siblings, 1 reply; 5+ messages in thread
From: Marc C @ 2013-07-20  1:17 UTC (permalink / raw)
  To: Tejun Heo, linux-ide

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@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-22 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20  1:17 [PATCH] libata: Add additional queued command opcodes from SATA spec Marc C
2013-07-22 20:00 ` Tejun Heo
2013-07-22 20:42   ` Marc C
2013-07-22 20:45     ` Tejun Heo
2013-07-22 20:48       ` Marc C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox