svn commit: r346124 - stable/12/sys/sys
Alexander Motin
mav at FreeBSD.org
Thu Apr 11 13:12:26 UTC 2019
Author: mav
Date: Thu Apr 11 13:12:25 2019
New Revision: 346124
URL: https://svnweb.freebsd.org/changeset/base/346124
Log:
MFC r345850: Fix typos in r345849.
Modified:
stable/12/sys/sys/ata.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/sys/ata.h
==============================================================================
--- stable/12/sys/sys/ata.h Thu Apr 11 13:11:45 2019 (r346123)
+++ stable/12/sys/sys/ata.h Thu Apr 11 13:12:25 2019 (r346124)
@@ -397,8 +397,8 @@ struct ata_params {
#define ATA_TRUSTED_NON_DATA 0x5b /* TRUSTED NON-DATA */
#define ATA_TRUSTED_RECEIVE 0x5c /* TRUSTED RECEIVE */
#define ATA_TRUSTED_RECEIVE_DMA 0x5d /* TRUSTED RECEIVE DMA */
-#define ATA_TRUSTED_SEND 0x5c /* TRUSTED SEND */
-#define ATA_TRUSTED_SEND_DMA 0x5d /* TRUSTED SEND DMA */
+#define ATA_TRUSTED_SEND 0x5e /* TRUSTED SEND */
+#define ATA_TRUSTED_SEND_DMA 0x5f /* TRUSTED SEND DMA */
#define ATA_READ_FPDMA_QUEUED 0x60 /* read DMA NCQ */
#define ATA_WRITE_FPDMA_QUEUED 0x61 /* write DMA NCQ */
#define ATA_NCQ_NON_DATA 0x63 /* NCQ non-data command */
More information about the svn-src-stable
mailing list