Commit graph

395 commits

Author SHA1 Message Date
Frank Mori Hess
e19dbfeccb added initial support for calibrating 64xx series cards. Added support
for reading calibration source voltages from eeprom.  Got rid of a couple
more global variables just for kicks.
2002-05-20 02:23:38 +00:00
David Schleef
7420b070ab Move etc/ to libcomedi0 package 2002-05-18 23:00:20 +00:00
David Schleef
b4fd07f2cf Add comedi_get_read/write_subdevice() 2002-05-18 22:48:19 +00:00
David Schleef
3386926ddb devices should be made in /dev 2002-05-18 22:47:03 +00:00
David Schleef
b232205eed Fix install of html docs 2002-05-18 22:46:32 +00:00
Frank Mori Hess
8bb4454b3d fudging Makefile so it doesn't fail on 'make install' with cvs checkout 2002-05-18 21:52:23 +00:00
David Schleef
135a452b9c Mark 6052e as done 2002-05-17 20:24:33 +00:00
Frank Mori Hess
da1bf9efc6 added CR_ALT_FILTER and CR_ALT_SOURCE to observe_insn.chanspec's 2002-05-17 15:33:18 +00:00
David Schleef
4d143d616d Make CR_PACK less strict. 2002-05-17 02:22:35 +00:00
David Schleef
45f3cb25a7 Changed new_sv to use chanspec. Updated 6052e. Changed ni.c to
use CR_ALT_SOURCE for one observable.
2002-05-17 02:21:14 +00:00
David Schleef
a915ab1206 Fix up data_read_* code 2002-05-17 02:19:52 +00:00
David Schleef
b6e2625c1c updated 2002-05-17 02:18:04 +00:00
David Schleef
f6fed64225 Make comedi_ioctl less verbose 2002-05-16 06:31:47 +00:00
David Schleef
85233be248 Added new ioctl() wrapper. 2002-05-16 06:30:54 +00:00
David Schleef
22ae504197 Change cmd tester to check for Comedi version, and then use
SDF_CMD flag.
2002-05-15 19:53:34 +00:00
Frank Mori Hess
515a0d426f oops 4020 calibration was using 60xx routine 2002-05-13 21:39:11 +00:00
Frank Mori Hess
4afd6bc03e pci-das60xx should use ground aref not differential 2002-05-13 04:58:05 +00:00
Frank Mori Hess
a999ccefbc basic calibration of pci-das6025 works now, added 4020 calibration code 2002-05-13 03:55:52 +00:00
Frank Mori Hess
137fdba988 got rid of some global variables 2002-05-12 03:07:20 +00:00
David Schleef
619f6afc47 Remove all the ioctl_ wrappers, because they were dumb. 2002-05-11 07:35:31 +00:00
David Schleef
8f29543c11 Added parsing of Status header and &amp 2002-05-11 06:45:40 +00:00
David Schleef
1e25ae3db8 Add glossary 2002-05-11 06:43:55 +00:00
David Schleef
d59513479b Use n_scans as the number of samples to measure. 2002-05-11 06:43:30 +00:00
David Schleef
d4f2efea48 Added at-mio-16e-1 2002-05-11 06:42:14 +00:00
David Schleef
0c0a3440db Get rid of spurious "subdevice does not support commands" warnings. 2002-05-10 19:08:58 +00:00
Frank Mori Hess
3dd23bc127 sync with comedi 2002-05-07 23:42:30 +00:00
Frank Mori Hess
4d55a9ca2c Added dummy support for cb_pcidas64 boards that does nothing so far. Slowly getting
rid of global variables as I go.
2002-05-07 01:32:57 +00:00
Frank Mori Hess
8a85f450b5 updated drivers.txt generated from comedi, that fixes some parse errors 2002-05-01 19:58:09 +00:00
David Schleef
4f8f9eda9b moved DOCTYPE in each file into a comment. Vim still recognizes it, but
there are no more jade warnings/errors
2002-05-01 19:27:11 +00:00
David Schleef
7d9b50fc7d added pdf target 2002-05-01 19:24:46 +00:00
David Schleef
427f10a77a Added some functions 2002-05-01 19:24:27 +00:00
Frank Mori Hess
75e3c0fcef some more additions so flags don't cause invalid channel error 2002-04-30 23:07:00 +00:00
Frank Mori Hess
21d7877c2d Horrible hack to allow passing of CR flags through channel arguments. Made
comedi_calibrate use comedi_data_read_n() from main library.  Should be able
to add computer boards support to comedi_calibrate soon now.
2002-04-30 22:56:30 +00:00
Frank Mori Hess
e73c24b951 added comedi_data_read_n() 2002-04-29 21:13:13 +00:00
Frank Mori Hess
bf5d20bb9f added comedi_data_read_hint() and fixed comedi_data_read_n() 2002-04-29 19:50:32 +00:00
Frank Mori Hess
f31cfa6335 oops arg is really nanoseconds 2002-04-29 18:58:36 +00:00
Frank Mori Hess
cedfceb9ab fixed initialization of insn array in comedi_data_read_delayed(), added unnecessary
init of ilist
2002-04-29 18:26:46 +00:00
Frank Mori Hess
4a9dd8e9d3 added comedi_data_read_delayed() 2002-04-29 18:22:41 +00:00
Frank Mori Hess
7762442abd oops incomplete commit last time. 2002-04-29 18:19:35 +00:00
Frank Mori Hess
fe5c7b532d got rid of global variable device_status 2002-04-27 19:24:34 +00:00
Frank Mori Hess
611740983c updated from comedi, for calibration config stuff 2002-04-17 03:58:23 +00:00
Frank Mori Hess
2a637ef62c replaced call to comedi_get_front_count() with call to identical comedi_get_buffer_offset()
since that is the function that is actually declared in comedilib.h
2002-04-16 20:51:56 +00:00
Frank Mori Hess
79614184d3 fixed error checking that tested for unsigned variables being negative 2002-04-02 19:55:33 +00:00
David Schleef
80281d3b31 typing 2002-03-18 23:12:58 +00:00
David Schleef
834b78b908 Change name 2002-03-18 22:18:17 +00:00
David Schleef
09d8271d34 *** empty log message *** 2002-03-18 22:14:47 +00:00
David Schleef
e3ab787c66 Added multi-channel support 2002-03-18 22:11:32 +00:00
David Schleef
44dce3360e Fix for toplevel makefile change 2002-03-18 22:10:12 +00:00
David Schleef
5d0c1d4bc8 Clean up installation 2002-03-18 22:09:20 +00:00
David Schleef
94a761c7a4 Fix stupid ttypo 2002-03-18 22:08:53 +00:00