comedilib.git
22 years agoChange cmd tester to check for Comedi version, and then use
David Schleef [Wed, 15 May 2002 19:53:34 +0000 (19:53 +0000)]
Change cmd tester to check for Comedi version, and then use
SDF_CMD flag.

22 years agooops 4020 calibration was using 60xx routine
Frank Mori Hess [Mon, 13 May 2002 21:39:11 +0000 (21:39 +0000)]
oops 4020 calibration was using 60xx routine

22 years agopci-das60xx should use ground aref not differential
Frank Mori Hess [Mon, 13 May 2002 04:58:05 +0000 (04:58 +0000)]
pci-das60xx should use ground aref not differential

22 years agobasic calibration of pci-das6025 works now, added 4020 calibration code
Frank Mori Hess [Mon, 13 May 2002 03:55:52 +0000 (03:55 +0000)]
basic calibration of pci-das6025 works now, added 4020 calibration code

22 years agogot rid of some global variables
Frank Mori Hess [Sun, 12 May 2002 03:07:20 +0000 (03:07 +0000)]
got rid of some global variables

22 years agoRemove all the ioctl_ wrappers, because they were dumb.
David Schleef [Sat, 11 May 2002 07:35:31 +0000 (07:35 +0000)]
Remove all the ioctl_ wrappers, because they were dumb.

22 years agoAdded parsing of Status header and &amp
David Schleef [Sat, 11 May 2002 06:45:40 +0000 (06:45 +0000)]
Added parsing of Status header and &amp

22 years agoAdd glossary
David Schleef [Sat, 11 May 2002 06:43:55 +0000 (06:43 +0000)]
Add glossary

22 years agoUse n_scans as the number of samples to measure.
David Schleef [Sat, 11 May 2002 06:43:30 +0000 (06:43 +0000)]
Use n_scans as the number of samples to measure.

22 years agoAdded at-mio-16e-1
David Schleef [Sat, 11 May 2002 06:42:14 +0000 (06:42 +0000)]
Added at-mio-16e-1

22 years agoGet rid of spurious "subdevice does not support commands" warnings.
David Schleef [Fri, 10 May 2002 19:08:58 +0000 (19:08 +0000)]
Get rid of spurious "subdevice does not support commands" warnings.

22 years agosync with comedi
Frank Mori Hess [Tue, 7 May 2002 23:42:30 +0000 (23:42 +0000)]
sync with comedi

22 years agoAdded dummy support for cb_pcidas64 boards that does nothing so far. Slowly getting
Frank Mori Hess [Tue, 7 May 2002 01:32:57 +0000 (01:32 +0000)]
Added dummy support for cb_pcidas64 boards that does nothing so far.  Slowly getting
rid of global variables as I go.

22 years agoupdated drivers.txt generated from comedi, that fixes some parse errors
Frank Mori Hess [Wed, 1 May 2002 19:58:09 +0000 (19:58 +0000)]
updated drivers.txt generated from comedi, that fixes some parse errors

22 years agomoved DOCTYPE in each file into a comment. Vim still recognizes it, but
David Schleef [Wed, 1 May 2002 19:27:11 +0000 (19:27 +0000)]
moved DOCTYPE in each file into a comment.  Vim still recognizes it, but
there are no more jade warnings/errors

22 years agoadded pdf target
David Schleef [Wed, 1 May 2002 19:24:46 +0000 (19:24 +0000)]
added pdf target

22 years agoAdded some functions
David Schleef [Wed, 1 May 2002 19:24:27 +0000 (19:24 +0000)]
Added some functions

22 years agosome more additions so flags don't cause invalid channel error
Frank Mori Hess [Tue, 30 Apr 2002 23:07:00 +0000 (23:07 +0000)]
some more additions so flags don't cause invalid channel error

22 years agoHorrible hack to allow passing of CR flags through channel arguments. Made
Frank Mori Hess [Tue, 30 Apr 2002 22:56:30 +0000 (22:56 +0000)]
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.

22 years agoadded comedi_data_read_n()
Frank Mori Hess [Mon, 29 Apr 2002 21:13:13 +0000 (21:13 +0000)]
added comedi_data_read_n()

22 years agoadded comedi_data_read_hint() and fixed comedi_data_read_n()
Frank Mori Hess [Mon, 29 Apr 2002 19:50:32 +0000 (19:50 +0000)]
added comedi_data_read_hint() and fixed comedi_data_read_n()

22 years agooops arg is really nanoseconds
Frank Mori Hess [Mon, 29 Apr 2002 18:58:36 +0000 (18:58 +0000)]
oops arg is really nanoseconds

22 years agofixed initialization of insn array in comedi_data_read_delayed(), added unnecessary
Frank Mori Hess [Mon, 29 Apr 2002 18:26:46 +0000 (18:26 +0000)]
fixed initialization of insn array in comedi_data_read_delayed(), added unnecessary
init of ilist

22 years agoadded comedi_data_read_delayed()
Frank Mori Hess [Mon, 29 Apr 2002 18:22:41 +0000 (18:22 +0000)]
added comedi_data_read_delayed()

22 years agooops incomplete commit last time.
Frank Mori Hess [Mon, 29 Apr 2002 18:19:35 +0000 (18:19 +0000)]
oops incomplete commit last time.

22 years agogot rid of global variable device_status
Frank Mori Hess [Sat, 27 Apr 2002 19:24:34 +0000 (19:24 +0000)]
got rid of global variable device_status

22 years agoupdated from comedi, for calibration config stuff
Frank Mori Hess [Wed, 17 Apr 2002 03:58:23 +0000 (03:58 +0000)]
updated from comedi, for calibration config stuff

22 years agoreplaced call to comedi_get_front_count() with call to identical comedi_get_buffer_of...
Frank Mori Hess [Tue, 16 Apr 2002 20:51:56 +0000 (20:51 +0000)]
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

22 years agofixed error checking that tested for unsigned variables being negative
Frank Mori Hess [Tue, 2 Apr 2002 19:55:33 +0000 (19:55 +0000)]
fixed error checking that tested for unsigned variables being negative

22 years agotyping
David Schleef [Mon, 18 Mar 2002 23:12:58 +0000 (23:12 +0000)]
typing

22 years agoChange name
David Schleef [Mon, 18 Mar 2002 22:18:17 +0000 (22:18 +0000)]
Change name

22 years ago*** empty log message ***
David Schleef [Mon, 18 Mar 2002 22:14:47 +0000 (22:14 +0000)]
*** empty log message ***

22 years agoAdded multi-channel support
David Schleef [Mon, 18 Mar 2002 22:11:32 +0000 (22:11 +0000)]
Added multi-channel support

22 years agoFix for toplevel makefile change
David Schleef [Mon, 18 Mar 2002 22:10:12 +0000 (22:10 +0000)]
Fix for toplevel makefile change

22 years agoClean up installation
David Schleef [Mon, 18 Mar 2002 22:09:20 +0000 (22:09 +0000)]
Clean up installation

22 years agoFix stupid ttypo
David Schleef [Mon, 18 Mar 2002 22:08:53 +0000 (22:08 +0000)]
Fix stupid ttypo

22 years agoperl demo
David Schleef [Mon, 18 Mar 2002 21:52:13 +0000 (21:52 +0000)]
perl demo

22 years agoChanges to make it a little more robust
David Schleef [Mon, 18 Mar 2002 21:50:40 +0000 (21:50 +0000)]
Changes to make it a little more robust

22 years agoFix for 6025. Other 602x boards probably have the same problem.
David Schleef [Mon, 18 Mar 2002 21:49:08 +0000 (21:49 +0000)]
Fix for 6025.  Other 602x boards probably have the same problem.

22 years agoadded output command test
David Schleef [Mon, 18 Mar 2002 21:48:14 +0000 (21:48 +0000)]
added output command test

22 years ago*** empty log message ***
David Schleef [Mon, 18 Mar 2002 21:47:45 +0000 (21:47 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
David Schleef [Thu, 14 Mar 2002 23:33:18 +0000 (23:33 +0000)]
*** empty log message ***

22 years agoFinish pci-mio-16xe-10
David Schleef [Thu, 14 Mar 2002 23:30:05 +0000 (23:30 +0000)]
Finish pci-mio-16xe-10

22 years agoChange email addresses and host names.
David Schleef [Sat, 9 Mar 2002 01:22:30 +0000 (01:22 +0000)]
Change email addresses and host names.

22 years agoAdd DAQ-DIO-24
David Schleef [Sat, 9 Mar 2002 00:25:04 +0000 (00:25 +0000)]
Add DAQ-DIO-24

22 years agoPatch from John Conner <conner@empiredi.com>
David Schleef [Sat, 9 Mar 2002 00:20:20 +0000 (00:20 +0000)]
Patch from John Conner <conner@empiredi.com>

22 years agoUpdate from Comedi
David Schleef [Sat, 9 Mar 2002 00:12:24 +0000 (00:12 +0000)]
Update from Comedi

22 years agoFix BUG in do_test_for_insn_bits() while testing irrelevant subdevices
David Schleef [Fri, 8 Mar 2002 23:44:25 +0000 (23:44 +0000)]
Fix BUG in do_test_for_insn_bits() while testing irrelevant subdevices
that are busy.

22 years agoadded Herman as author
Frank Mori Hess [Thu, 7 Mar 2002 22:34:04 +0000 (22:34 +0000)]
added Herman as author

22 years agolet's build some RPMs. From Tim Ousley <tim.ousley@ni.com>
David Schleef [Tue, 26 Feb 2002 11:08:15 +0000 (11:08 +0000)]
let's build some RPMs.  From Tim Ousley <tim.ousley@ni.com>

22 years agoMove to correct location
David Schleef [Thu, 21 Feb 2002 03:14:39 +0000 (03:14 +0000)]
Move to correct location

22 years agoComedilib has conffiles
David Schleef [Thu, 21 Feb 2002 03:08:14 +0000 (03:08 +0000)]
Comedilib has conffiles

22 years ago6052e works now
David Schleef [Wed, 20 Feb 2002 20:17:11 +0000 (20:17 +0000)]
6052e works now

22 years agoInstall demo/*.c, install etc/*.conf correctly
David Schleef [Sat, 16 Feb 2002 23:23:36 +0000 (23:23 +0000)]
Install demo/*.c, install etc/*.conf correctly

22 years agoMore devices
David Schleef [Tue, 12 Feb 2002 22:30:14 +0000 (22:30 +0000)]
More devices

22 years agoadded cleanup
David Schleef [Tue, 12 Feb 2002 22:30:01 +0000 (22:30 +0000)]
added cleanup

22 years agochangelog entry for 0.7.18
David Schleef [Tue, 12 Feb 2002 22:29:13 +0000 (22:29 +0000)]
changelog entry for 0.7.18

22 years agoAdded printing of Id string from device source
David Schleef [Tue, 12 Feb 2002 00:54:20 +0000 (00:54 +0000)]
Added printing of Id string from device source

22 years agoUpdate 6052e to use ad8804 caldac. Requires current Comedi CVS.
David Schleef [Tue, 12 Feb 2002 00:47:54 +0000 (00:47 +0000)]
Update 6052e to use ad8804 caldac.  Requires current Comedi CVS.

22 years agoChange N_CALDACS to 64.
David Schleef [Sun, 10 Feb 2002 21:55:42 +0000 (21:55 +0000)]
Change N_CALDACS to 64.

22 years agoDisabled streaming output on many of the command tests
David Schleef [Wed, 6 Feb 2002 22:08:50 +0000 (22:08 +0000)]
Disabled streaming output on many of the command tests

22 years ago*** empty log message ***
David Schleef [Wed, 6 Feb 2002 03:09:13 +0000 (03:09 +0000)]
*** empty log message ***

22 years agoUpdate some cards
David Schleef [Wed, 6 Feb 2002 03:08:09 +0000 (03:08 +0000)]
Update some cards

22 years agoIteration on 6052e
David Schleef [Fri, 1 Feb 2002 00:34:06 +0000 (00:34 +0000)]
Iteration on 6052e

22 years agoAdded 6052e
David Schleef [Thu, 31 Jan 2002 11:24:33 +0000 (11:24 +0000)]
Added 6052e

22 years agofixed buffer resizing for subdevices that aren't subdevice zero.
Frank Mori Hess [Sun, 27 Jan 2002 21:05:05 +0000 (21:05 +0000)]
fixed buffer resizing for subdevices that aren't subdevice zero.

22 years agoPrint Id without $. Additional info on 6071e.
David Schleef [Fri, 25 Jan 2002 02:14:42 +0000 (02:14 +0000)]
Print Id without $.  Additional info on 6071e.

22 years ago*** empty log message ***
David Schleef [Fri, 25 Jan 2002 02:14:01 +0000 (02:14 +0000)]
*** empty log message ***

22 years agobump
David Schleef [Tue, 22 Jan 2002 11:35:15 +0000 (11:35 +0000)]
bump

22 years agoCleanup. r0_7_18
David Schleef [Tue, 22 Jan 2002 10:01:13 +0000 (10:01 +0000)]
Cleanup.

22 years ago*** empty log message ***
David Schleef [Tue, 22 Jan 2002 10:00:42 +0000 (10:00 +0000)]
*** empty log message ***

22 years agoMake it work with the parallel port again
David Schleef [Tue, 22 Jan 2002 09:34:49 +0000 (09:34 +0000)]
Make it work with the parallel port again

22 years agoFixed strange unreproducible behavior with insn barfing. Turns out
David Schleef [Tue, 22 Jan 2002 09:32:28 +0000 (09:32 +0000)]
Fixed strange unreproducible behavior with insn barfing.  Turns out
that -5 is not really equal to -5.

22 years agocorrect id number for daqcard-1200
Frank Mori Hess [Tue, 22 Jan 2002 04:06:53 +0000 (04:06 +0000)]
correct id number for daqcard-1200

22 years agooops it was actually a driver problem
Frank Mori Hess [Tue, 22 Jan 2002 03:09:26 +0000 (03:09 +0000)]
oops it was actually a driver problem

22 years agofixes for boards where the device name is not the module name
Frank Mori Hess [Tue, 22 Jan 2002 02:53:38 +0000 (02:53 +0000)]
fixes for boards where the device name is not the module name

22 years agoCurrent Comedi CVS drivers.txt.
David Schleef [Mon, 21 Jan 2002 15:35:34 +0000 (15:35 +0000)]
Current Comedi CVS drivers.txt.

22 years agoMove documentation ported to DocBook-3.1 out of docbook directory.
David Schleef [Mon, 21 Jan 2002 15:32:42 +0000 (15:32 +0000)]
Move documentation ported to DocBook-3.1 out of docbook directory.

22 years agoUpdates
David Schleef [Mon, 21 Jan 2002 15:17:12 +0000 (15:17 +0000)]
Updates

22 years agoConverting docs to DocBook 3.1
David Schleef [Mon, 21 Jan 2002 11:15:31 +0000 (11:15 +0000)]
Converting docs to DocBook 3.1

22 years agoFix to make the demo programs link statically with the local
David Schleef [Mon, 21 Jan 2002 00:33:05 +0000 (00:33 +0000)]
Fix to make the demo programs link statically with the local
library.

22 years ago*** empty log message ***
David Schleef [Mon, 21 Jan 2002 00:26:30 +0000 (00:26 +0000)]
*** empty log message ***

22 years agoFixed some [] characters.
David Schleef [Mon, 21 Jan 2002 00:14:37 +0000 (00:14 +0000)]
Fixed some [] characters.

22 years agoAdded a few questions
David Schleef [Mon, 21 Jan 2002 00:13:52 +0000 (00:13 +0000)]
Added a few questions

22 years ago*** empty log message ***
David Schleef [Tue, 15 Jan 2002 01:02:39 +0000 (01:02 +0000)]
*** empty log message ***

22 years agoremove autogenerated file
David Schleef [Tue, 15 Jan 2002 00:31:39 +0000 (00:31 +0000)]
remove autogenerated file

22 years agoAdded fine calibration. Changed DAQCard-ai-16xe-50 and at-mio-16xe-50
David Schleef [Tue, 15 Jan 2002 00:29:54 +0000 (00:29 +0000)]
Added fine calibration.  Changed DAQCard-ai-16xe-50 and at-mio-16xe-50
to use fine calibration.

22 years agoClear up some confusion
David Schleef [Mon, 14 Jan 2002 22:50:26 +0000 (22:50 +0000)]
Clear up some confusion

22 years agoChange name. It seems most distros are using modules.conf
David Schleef [Mon, 14 Jan 2002 22:45:10 +0000 (22:45 +0000)]
Change name.  It seems most distros are using modules.conf

22 years agoPCI-MIO-16E-1 is now done
David Schleef [Mon, 14 Jan 2002 22:39:29 +0000 (22:39 +0000)]
PCI-MIO-16E-1 is now done

22 years agoUse MAKEDEV instead of building inodes ourselves
David Schleef [Mon, 14 Jan 2002 21:29:03 +0000 (21:29 +0000)]
Use MAKEDEV instead of building inodes ourselves

22 years agoFix spelling error. Depend on makedev.
David Schleef [Mon, 14 Jan 2002 21:28:15 +0000 (21:28 +0000)]
Fix spelling error.  Depend on makedev.

22 years agoAdd README. Add a few boards. Fix: CONFIG_GUESS boards output dump
David Schleef [Mon, 14 Jan 2002 21:26:26 +0000 (21:26 +0000)]
Add README.  Add a few boards.  Fix: CONFIG_GUESS boards output dump
information.

22 years agoincluded string.h for declaration of memset.
Frank Mori Hess [Tue, 8 Jan 2002 20:38:16 +0000 (20:38 +0000)]
included string.h for declaration of memset.

23 years ago*** empty log message ***
David Schleef [Fri, 14 Dec 2001 22:45:20 +0000 (22:45 +0000)]
*** empty log message ***

23 years agoMerged from Comedi
David Schleef [Sat, 1 Dec 2001 05:26:50 +0000 (05:26 +0000)]
Merged from Comedi

23 years agoChangelog for 0.7.17 r0_7_17
David Schleef [Sun, 18 Nov 2001 03:02:25 +0000 (03:02 +0000)]
Changelog for 0.7.17

23 years agoupdate
David Schleef [Sun, 18 Nov 2001 02:52:45 +0000 (02:52 +0000)]
update

23 years agomerge NMU from Branden Robinson
David Schleef [Wed, 7 Nov 2001 23:20:47 +0000 (23:20 +0000)]
merge NMU from Branden Robinson

23 years agoRemoved comedi_poll(), since it was moved to comedilib
David Schleef [Wed, 24 Oct 2001 22:25:51 +0000 (22:25 +0000)]
Removed comedi_poll(), since it was moved to comedilib