svn commit: r346125 - stable/11/sys/sys
Alexander Motin
mav at FreeBSD.org
Tue Sep 3 14:07:28 UTC 2019
Author: mav
Date: Thu Apr 11 13:12:43 2019
New Revision: 346125
URL: https://svnweb.freebsd.org/changeset/base/346125
Log:
MFC r345850: Fix typos in r345849.
Modified:
stable/11/sys/sys/ata.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/sys/ata.h
==============================================================================
--- stable/11/sys/sys/ata.h Thu Apr 11 13:12:25 2019 (r346124)
+++ stable/11/sys/sys/ata.h Thu Apr 11 13:12:43 2019 (r346125)
@@ -395,8 +395,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-all
mailing list