Change 6052e to use ad8804 caldac
authorDavid Schleef <ds@schleef.org>
Tue, 12 Feb 2002 00:49:59 +0000 (00:49 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 12 Feb 2002 00:49:59 +0000 (00:49 +0000)
comedi/drivers/ni_mio_common.c
comedi/drivers/ni_pcimio.c

index 1ffbad5e407145ef2301e12b8de012b4c029e032..df5fb7d42577ab4a20ed7bf3352ecdb572d9a8b0 100644 (file)
@@ -2194,8 +2194,7 @@ struct caldac_struct{
 };
 
 static struct caldac_struct caldacs[] = {
-       //[mb88341] = { 12, 8, pack_mb88341 },
-       [mb88341] = { 16, 8, pack_mb88341 },
+       [mb88341] = { 12, 8, pack_mb88341 },
        [dac8800] = { 8, 8, pack_dac8800 },
        [dac8043] = { 1, 12, pack_dac8043 },
        [ad8522]  = { 2, 12, pack_ad8522 },
index f1cab53442101a46cacd2363a5188a4bda80e231..6090d1ea9c6f9450bca11508211f0fab5adf9461 100644 (file)
@@ -400,7 +400,7 @@ static ni_board ni_boards[]={
                aobits:         16,
                ao_unipolar:    1,
                ao_fifo_depth:  2048,
-               caldac:         {mb88341,mb88341,ad8522},
+               caldac:         {ad8804,mb88341,ad8522}, /* manual is wrong */
        },
        {       device_id:      0x14e0,
                name:           "pci-6110e",