From: David Schleef Date: Tue, 16 Jan 2001 17:15:12 +0000 (+0000) Subject: new cards X-Git-Tag: r0_7_55~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=486453bc5c9bf55ad49b08f7bdc900805063b738;p=comedi.git new cards --- diff --git a/comedi/drivers/ni_mio_cs.c b/comedi/drivers/ni_mio_cs.c index a6a5bd50..8aa05666 100644 --- a/comedi/drivers/ni_mio_cs.c +++ b/comedi/drivers/ni_mio_cs.c @@ -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, + }, +}; };