summaryrefslogtreecommitdiffstats
path: root/pcilib/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib/export.c')
-rw-r--r--pcilib/export.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pcilib/export.c b/pcilib/export.c
index 2027870..590a8ff 100644
--- a/pcilib/export.c
+++ b/pcilib/export.c
@@ -20,13 +20,12 @@ const pcilib_register_protocol_description_t pcilib_protocols[] = {
#include "dma/nwl.h"
#include "dma/ipe.h"
-/*
+
const pcilib_dma_description_t pcilib_ipedma =
{ &ipe_dma_api, ipe_dma_banks, ipe_dma_registers, ipe_dma_engines, NULL, NULL, "ipedma", "DMA engine developed by M. Caselle" };
const pcilib_dma_description_t pcilib_nwldma =
{ &nwl_dma_api, nwl_dma_banks, nwl_dma_registers, NULL, NULL, NULL, "nwldma", "North West Logic DMA Engine" };
-*/
const pcilib_dma_description_t pcilib_dma[] = {
{ &ipe_dma_api, ipe_dma_banks, ipe_dma_registers, ipe_dma_engines, NULL, NULL, "ipedma", "DMA engine developed by M. Caselle" },