change some caldac types to ad8804_debug, as not all calibration channels
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 13 Mar 2004 16:43:09 +0000 (16:43 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 13 Mar 2004 16:43:09 +0000 (16:43 +0000)
were available for daqcard-6036e (at least ao ch0 fine gain was unavailable)

comedi/drivers/ni_mio_cs.c

index c094e8683a9e187225e2c913390dbfc78bc18324..c25855f662e6a5ebeac119d4862a559b58c55aed 100644 (file)
@@ -111,7 +111,7 @@ static ni_board ni_boards[]={
                ao_fifo_depth:  2048,
                ao_unipolar:    0,
                has_8255:       0,
-               caldac:         {ad8804},       /* verified */
+               caldac:         {ad8804_debug}, /* verified */
        },
        {       device_id:      0x075e,
                name:           "DAQCard-6024E", /* specs incorrect! */
@@ -126,7 +126,7 @@ static ni_board ni_boards[]={
                ao_fifo_depth:  0,
                ao_unipolar:    0,
                has_8255:       0,
-               caldac:         {dac8800,dac8043},
+               caldac:         {ad8804_debug},
        },
        {       device_id:      0x0245,
                name:           "DAQCard-6036E", /* specs incorrect! */
@@ -141,7 +141,7 @@ static ni_board ni_boards[]={
                ao_fifo_depth:  0,
                ao_unipolar:    0,
                has_8255:       0,
-               caldac:         {dac8800,dac8043},
+               caldac:         {ad8804_debug},
        },
 #if 0
        {       device_id:      0x0000, /* unknown */