summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioatdma_hw.h
diff options
context:
space:
mode:
authorShannon Nelson2007-10-16 10:27:39 +0200
committerLinus Torvalds2007-10-16 18:43:09 +0200
commit8ab89567da0cea9bae2c1b5dad47b51c424479e4 (patch)
tree95ac8bc77b2e8d9f1dec97f6fd7128760e27561f /drivers/dma/ioatdma_hw.h
parentI/OAT: code cleanup from checkpatch output (diff)
downloadkernel-qcow2-linux-8ab89567da0cea9bae2c1b5dad47b51c424479e4.tar.gz
kernel-qcow2-linux-8ab89567da0cea9bae2c1b5dad47b51c424479e4.tar.xz
kernel-qcow2-linux-8ab89567da0cea9bae2c1b5dad47b51c424479e4.zip
I/OAT: Split PCI startup from DMA handling code
Split the general PCI startup from the DMA handling code in order to prepare for adding support for DCA services and future versions of the ioatdma device. [Rusty Russell] Removal of __unsafe() usage. Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/dma/ioatdma_hw.h')
-rw-r--r--drivers/dma/ioatdma_hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioatdma_hw.h b/drivers/dma/ioatdma_hw.h
index 4d7a12880be3..9e7434e1551f 100644
--- a/drivers/dma/ioatdma_hw.h
+++ b/drivers/dma/ioatdma_hw.h
@@ -27,7 +27,7 @@
#define IOAT_PCI_RID 0x00
#define IOAT_PCI_SVID 0x8086
#define IOAT_PCI_SID 0x8086
-#define IOAT_VER 0x12 /* Version 1.2 */
+#define IOAT_VER_1_2 0x12 /* Version 1.2 */
struct ioat_dma_descriptor {
uint32_t size;