Change 16xe-50 caldacs to debug. Change max caldacs to 32.
authorDavid Schleef <ds@schleef.org>
Fri, 7 Jun 2002 00:01:52 +0000 (00:01 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 7 Jun 2002 00:01:52 +0000 (00:01 +0000)
comedi/drivers/ni_atmio.c

index 4d7d1d2d3b5703af05b10fa79eceaa0da2756203..bb282f8d194372a971665adf813b393d0d7d6295 100644 (file)
@@ -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,