From a046d414c946837880f087c5feed3e3c81340a68 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 5 Jul 2012 01:54:46 +0200 Subject: Increase default size of DMA buffer to accept a full UFO5 frame --- dma/nwl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dma/nwl.h b/dma/nwl.h index 0e4b5ae..0b262da 100644 --- a/dma/nwl.h +++ b/dma/nwl.h @@ -13,7 +13,7 @@ typedef struct pcilib_nwl_engine_description_s pcilib_nwl_engine_description_t; #define PCILIB_NWL_ALIGNMENT 64 // in bytes #define PCILIB_NWL_DMA_DESCRIPTOR_SIZE 64 // in bytes -#define PCILIB_NWL_DMA_PAGES 1024 // 1024 +#define PCILIB_NWL_DMA_PAGES 2048 // 1024 //#define DEBUG_HARDWARE //#define DEBUG_NWL -- cgit v1.2.3