From 486453bc5c9bf55ad49b08f7bdc900805063b738 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 16 Jan 2001 17:15:12 +0000 Subject: [PATCH] new cards --- comedi/drivers/ni_mio_cs.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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, + }, +}; }; -- 2.26.2