new cards
authorDavid Schleef <ds@schleef.org>
Tue, 16 Jan 2001 17:15:12 +0000 (17:15 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 16 Jan 2001 17:15:12 +0000 (17:15 +0000)
comedi/drivers/ni_mio_cs.c

index a6a5bd50a74354ecbe4cef58a344f14c4e18bf61..8aa05666f5df98e048b4484f35a6d6394315d72e 100644 (file)
@@ -99,6 +99,37 @@ static ni_board ni_boards[]={
                has_8255:       0,
                caldac:         type1, /* or ad8804 */
        },
+       {       device_id:      0x0000,
+               name:           "DAQCard-6062E", /* specs incorrect! */
+               n_adchan:       16,
+               adbits:         12,
+               ai_fifo_depth:  1024,
+               alwaysdither:   0,
+               gainlkup:       ai_gain_16,
+               ai_speed:       2000,
+               n_aochan:       2,
+               aobits:         12,
+               ao_fifo_depth:  0,
+               ao_unipolar:    0,
+               has_8255:       0,
+               caldac:         type2,
+       },
+       {       device_id:      0x0000,
+               name:           "DAQCard-6024E", /* specs incorrect! */
+               n_adchan:       16,
+               adbits:         12,
+               ai_fifo_depth:  1024,
+               alwaysdither:   0,
+               gainlkup:       ai_gain_16,
+               ai_speed:       5000,
+               n_aochan:       2,
+               aobits:         12,
+               ao_fifo_depth:  0,
+               ao_unipolar:    0,
+               has_8255:       0,
+               caldac:         type2,
+       },
+};
 };