]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ioat3: split ioat3 support to its own file, add memset
authorDan Williams <dan.j.williams@intel.com>
Wed, 9 Sep 2009 00:42:55 +0000 (17:42 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 9 Sep 2009 00:42:55 +0000 (17:42 -0700)
commitbf40a6869c9198bdf56fe173961feb89e9f0d961
tree3d1b6bf44647857997113fe1b036fb46e360d8a7
parent2aec048cdc4a5a81163a42a61df903f76a27e737
ioat3: split ioat3 support to its own file, add memset

Up until this point the driver for Intel(R) QuickData Technology
engines, specification versions 2 and 3, were mostly identical save for
a few quirks.  Version 3.2 hardware adds many new capabilities (like
raid offload support) requiring some infrastructure that is not relevant
for v2.  For better code organization of the new funcionality move v3
and v3.2 support to its own file dma_v3.c, and export some routines from
the base files (dma.c and dma_v2.c) that can be reused directly.

The first new capability included in this code reorganization is support
for v3.2 memset operations.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/ioat/Makefile
drivers/dma/ioat/dma.c
drivers/dma/ioat/dma.h
drivers/dma/ioat/dma_v2.c
drivers/dma/ioat/dma_v2.h
drivers/dma/ioat/dma_v3.c [new file with mode: 0644]
drivers/dma/ioat/pci.c