summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-commands.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2004-04-30 16:21:34 +0000
committersos <sos@FreeBSD.org>2004-04-30 16:21:34 +0000
commit266c927d2d2cfa7215cda0904f1dd5eda7326c08 (patch)
tree71f292f51710a31f6f3816e3a505bf019ad96e72 /sys/dev/ata/ata-commands.h
parent71ff258eedd769521dfb98d6f01a83f8a735141f (diff)
downloadFreeBSD-src-266c927d2d2cfa7215cda0904f1dd5eda7326c08.zip
FreeBSD-src-266c927d2d2cfa7215cda0904f1dd5eda7326c08.tar.gz
Spring cleanup of macros
Diffstat (limited to 'sys/dev/ata/ata-commands.h')
-rw-r--r--sys/dev/ata/ata-commands.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-commands.h b/sys/dev/ata/ata-commands.h
index 8b81b00..ea27d68 100644
--- a/sys/dev/ata/ata-commands.h
+++ b/sys/dev/ata/ata-commands.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 1998 - 2003 Søren Schmidt <sos@FreeBSD.org>
+ * Copyright (c) 1998 - 2004 Søren Schmidt <sos@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -43,6 +43,8 @@
#define ATA_WRITE_DMA48 0x35 /* write w/DMA command */
#define ATA_WRITE_DMA_QUEUED48 0x36 /* write w/DMA QUEUED command */
#define ATA_WRITE_MUL48 0x39 /* write multi command */
+#define ATA_READ_FPDMA_QUEUED 0x60 /* read w/DMA NCQ */
+#define ATA_WRITE_FPDMA_QUEUED 0x61 /* write w/DMA NCQ */
#define ATA_PACKET_CMD 0xa0 /* packet command */
#define ATA_ATAPI_IDENTIFY 0xa1 /* get ATAPI params*/
#define ATA_SERVICE 0xa2 /* service command */
OpenPOWER on IntegriCloud