From 89a227384672de7af9dd7782e780ba902aaac77a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 7 Jun 2002 00:01:52 +0000 Subject: [PATCH] Change 16xe-50 caldacs to debug. Change max caldacs to 32. --- comedi/drivers/ni_atmio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comedi/drivers/ni_atmio.c b/comedi/drivers/ni_atmio.c index 4d7d1d2d..bb282f8d 100644 --- a/comedi/drivers/ni_atmio.c +++ b/comedi/drivers/ni_atmio.c @@ -110,7 +110,7 @@ are not supported. #define NI_SIZE 0x20 -#define MAX_N_CALDACS 12 +#define MAX_N_CALDACS 32 static ni_board ni_boards[]={ { device_id: 44, @@ -200,7 +200,7 @@ static ni_board ni_boards[]={ aobits: 12, ao_fifo_depth: 0, ao_unipolar: 0, - caldac: {ad8804,dac8043}, + caldac: {ad8804_debug,ad8804_debug}, // ad8804 dac8043 has_8255: 0, }, { device_id: 50, -- 2.26.2