svn commit: r280755 - stable/10/sys/sys

Alexander Motin mav at FreeBSD.org
Fri Mar 27 09:32:35 UTC 2015


Author: mav
Date: Fri Mar 27 09:32:34 2015
New Revision: 280755
URL: https://svnweb.freebsd.org/changeset/base/280755

Log:
  MFC r273445 (by imp):
  Add defines for various FIRST PARTY DMA SEND subcommands.

Modified:
  stable/10/sys/sys/ata.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/sys/ata.h
==============================================================================
--- stable/10/sys/sys/ata.h	Fri Mar 27 09:31:28 2015	(r280754)
+++ stable/10/sys/sys/ata.h	Fri Mar 27 09:32:34 2015	(r280755)
@@ -372,6 +372,10 @@ struct ata_params {
 #define ATA_WRITE_FPDMA_QUEUED          0x61    /* write DMA NCQ */
 #define ATA_NCQ_NON_DATA		0x63	/* NCQ non-data command */
 #define ATA_SEND_FPDMA_QUEUED           0x64    /* send DMA NCQ */
+#define		ATA_SFPDMA_DSM		0x00	/* Data set management */
+#define			ATA_SFPDMA_DSM_TRIM	0x01	/* Set trim bit in auxilary */
+#define		ATA_SFPDMA_HYBRID_EVICT	0x01	/* Hybrid Evict */
+#define		ATA_SFPDMA_WLDMA	0x02	/* Write Log DMA EXT */
 #define ATA_RECV_FPDMA_QUEUED           0x65    /* recieve DMA NCQ */
 #define ATA_SEP_ATTN                    0x67    /* SEP request */
 #define ATA_SEEK                        0x70    /* seek */


More information about the svn-src-all mailing list