projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e42b9
)
corrected top speed for 6040
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 17 Dec 2001 22:14:27 +0000
(22:14 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 17 Dec 2001 22:14:27 +0000
(22:14 +0000)
comedi/drivers/ni_pcimio.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/ni_pcimio.c
b/comedi/drivers/ni_pcimio.c
index cd5f16e91f1777e242d4c9ae25a068825a195778..efc710049aeeeadf96705378b57191953cef08bc 100644
(file)
--- 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,