From: Frank Mori Hess Date: Mon, 17 Dec 2001 22:14:27 +0000 (+0000) Subject: corrected top speed for 6040 X-Git-Tag: r0_7_62~38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31466f8feebe9c4fea14d546f00f359cfaeb8932;p=comedi.git corrected top speed for 6040 --- diff --git a/comedi/drivers/ni_pcimio.c b/comedi/drivers/ni_pcimio.c index cd5f16e9..efc71004 100644 --- a/comedi/drivers/ni_pcimio.c +++ b/comedi/drivers/ni_pcimio.c @@ -218,7 +218,7 @@ static ni_board ni_boards[]={ ai_fifo_depth: 512, alwaysdither: 0, gainlkup: ai_gain_16, - ai_speed: 500, //shouldn't this be 2000? + ai_speed: 2000, n_aochan: 2, aobits: 12, ao_fifo_depth: 512, @@ -233,7 +233,7 @@ static ni_board ni_boards[]={ ai_fifo_depth: 512, alwaysdither: 0, gainlkup: ai_gain_16, - ai_speed: 500, //shouldn't this be 2000? + ai_speed: 2000, n_aochan: 2, aobits: 12, ao_fifo_depth: 512,