corrected top speed for 6040
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 17 Dec 2001 22:14:27 +0000 (22:14 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 17 Dec 2001 22:14:27 +0000 (22:14 +0000)
comedi/drivers/ni_pcimio.c

index cd5f16e91f1777e242d4c9ae25a068825a195778..efc710049aeeeadf96705378b57191953cef08bc 100644 (file)
@@ -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,