From d6c875d6261634e0c6f350faa942ccebbd106ed1 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 3 Feb 2015 16:34:50 +0100 Subject: Try to detect IPEDMA packets, but this probably will not work anyway as often data is just streamed and pci is not make for infinite packets --- dma/ipe_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dma/ipe_private.h') diff --git a/dma/ipe_private.h b/dma/ipe_private.h index 1ae14f6..3a00884 100644 --- a/dma/ipe_private.h +++ b/dma/ipe_private.h @@ -11,6 +11,7 @@ //#define IPEDMA_DEBUG //#define IPEDMA_BUG_DMARD /**< No register read during DMA transfer */ +//#define IPEDMA_DETECT_PACKETS /**< Using empty_deceted flag */ #define IPEDMA_DMA_TIMEOUT PCILIB_DMA_TIMEOUT /**< us, overrides PCILIB_DMA_TIMEOUT */ #define IPEDMA_REG_RESET 0x00 -- cgit v1.2.3