Fix typos in r345849.

MFC after:	1 week
This commit is contained in:
Alexander Motin 2019-04-03 18:35:13 +00:00
parent 9345f88f8c
commit 71f06f81af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345850

View File

@ -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 */