svn commit: r345850 - head/sys/sys
Alexander Motin
mav at FreeBSD.org
Tue Sep 3 14:06:31 UTC 2019
Author: mav
Date: Wed Apr 3 18:35:13 2019
New Revision: 345850
URL: https://svnweb.freebsd.org/changeset/base/345850
Log:
Fix typos in r345849.
MFC after: 1 week
Modified:
head/sys/sys/ata.h
Modified: head/sys/sys/ata.h
==============================================================================
--- head/sys/sys/ata.h Wed Apr 3 18:27:54 2019 (r345849)
+++ head/sys/sys/ata.h Wed Apr 3 18:35:13 2019 (r345850)
@@ -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-all
mailing list