From: Chris Leech [mailto:[email protected]] Sent: Friday, March 10, 2006 6:29 PM To: Subject: [PATCH 2/8] [I/OAT] Driver for the Intel(R) I/OAT DMA engine Adds a new ioatdma driver Signed-off-by: Chris Leech <[email protected]> --- drivers/dma/Kconfig | 9 drivers/dma/Makefile | 1 drivers/dma/ioatdma.c | 783 +++++++++++++++++++++++++++++++++++++++ drivers/dma/ioatdma.h | 127 ++++++ drivers/dma/ioatdma_hw.h | 52 +++ drivers/dma/ioatdma_io.h | 104 +++++ drivers/dma/ioatdma_registers.h | 128 ++++++ 7 files changed, 1204 insertions(+), 0 deletions(-)
Attachment:
ioatdma_driver.gz
Description: ioatdma_driver.gz
- Follow-Ups:
- Re: [PATCH 2/8] [I/OAT] Driver for the Intel(R) I/OAT DMA engine
- From: Evgeniy Polyakov <[email protected]>
- Re: [PATCH 2/8] [I/OAT] Driver for the Intel(R) I/OAT DMA engine
- Prev by Date: [PATCH 4/8] [I/OAT] Utility functions for offloading sk_buff to iovec copies
- Next by Date: [PATCH 8/8] [I/OAT] TCP recv offload to I/OAT
- Previous by thread: [PATCH] usbcore: fix check_ctrlrecip to allow control transfers in state ADDRESS
- Next by thread: Re: [PATCH 2/8] [I/OAT] Driver for the Intel(R) I/OAT DMA engine
- Index(es):