Corrected ATA Passthrough defines from decimal to hex

Reviewed by:	scottl
MFC after:	1 week
This commit is contained in:
Steven Hartland 2013-06-20 21:38:08 +00:00
parent ae41fe617d
commit ef27aa40a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252045

View file

@ -917,10 +917,10 @@ struct ata_pass_12 {
#define AP_PROTO_DMA_QUEUED (0x07 << 1)
#define AP_PROTO_DEVICE_DIAG (0x08 << 1)
#define AP_PROTO_DEVICE_RESET (0x09 << 1)
#define AP_PROTO_UDMA_IN (0x10 << 1)
#define AP_PROTO_UDMA_OUT (0x11 << 1)
#define AP_PROTO_FPDMA (0x12 << 1)
#define AP_PROTO_RESP_INFO (0x15 << 1)
#define AP_PROTO_UDMA_IN (0x0a << 1)
#define AP_PROTO_UDMA_OUT (0x0b << 1)
#define AP_PROTO_FPDMA (0x0c << 1)
#define AP_PROTO_RESP_INFO (0x0f << 1)
#define AP_MULTI 0xe0
u_int8_t flags;
#define AP_T_LEN 0x03