comedi.git
2001-06-28 David SchleefFix compilation for PCI code
2001-06-28 David SchleefAdded TRIG_OTHER
2001-06-27 David SchleefChange MOD_INSTALL_PATH to INSTALL_MOD_PATH
2001-06-27 David SchleefUpdates for cb_pcidda driver
2001-06-27 David SchleefNew driver from Ivan Martinez
2001-06-27 Frank Mori... minor updates
2001-06-27 Frank Mori... fix for stop_src == TRIG_NONE
2001-06-26 Frank Mori... added support for external triggering/pacing and burst...
2001-06-26 Frank Mori... fixed include that prevented compile
2001-06-26 Frank Mori... fixed typo for pcm3730
2001-06-26 Frank Mori... scapped autoprobe, which was ultimately unable to disti...
2001-06-25 Frank Mori... I recently stumbled across an explanation of why you...
2001-06-25 David SchleefFix typo.
2001-06-25 Frank Mori... updated some entries for das16 and cb_pcidas
2001-06-25 Frank Mori... fixes for burst mode, added das1201 das1202 entries...
2001-06-25 Frank Mori... updated das16 and cb-pcidas info
2001-06-25 Frank Mori... added support for das1600 burst mode
2001-06-25 Frank Mori... fixed error, added some comments
2001-06-24 Frank Mori... fixed a bug I created
2001-06-24 Frank Mori... added preliminary comedi_cmd support. Untested.
2001-06-24 Frank Mori... entered correct max conversion rates
2001-06-23 Frank Mori... fixed settings of master clock speed through options
2001-06-23 Frank Mori... fixed bugs with master clock speed in hertz instead...
2001-06-22 Frank Mori... overhaul of comedi_cmd support. Needs more work, but...
2001-06-22 Frank Mori... dma is no longer disabled in das1800 driver when rt...
2001-06-21 David SchleefFix header
2001-06-21 David SchleefCheck for CONFIG_ in Makefile and Config.in
2001-06-21 David SchleefAdd PCM3730, which should have been there all along
2001-06-21 David Schleef*** empty log message ***
2001-06-21 David SchleefMajor documentation update.
2001-06-21 Frank Mori... changed a bunch of #include <blah.h> to #include "blah...
2001-06-21 Frank Mori... added memory-mapped io version of i8254_load(), made...
2001-06-21 David SchleefAdd some documentation checks
2001-06-21 Frank Mori... added a little das16m1 documentation
2001-06-21 David SchleefAdded COMEDI_INSN ioctl()
2001-06-21 David Schleef*** empty log message ***
2001-06-21 David Schleefupdate
2001-06-21 David SchleefCleanups.
2001-06-21 David SchleefChanged wording w.r.t. mailing list
2001-06-20 Frank Mori... added some external triggering support
2001-06-20 Frank Mori... fixed digital input and output insns
2001-06-20 Frank Mori... implemented insns, everything seems to work okay so far
2001-06-20 Frank Mori... fixed bug. This driver has some other bugs/problems...
2001-06-20 Frank Mori... Doesn't crash computer anymore, and asynchronous analog...
2001-06-19 Frank Mori... added das16m1 driver, compiles with warnings but comple...
2001-06-19 Frank Mori... put generic i8254_load function in 8253.h for loading...
2001-06-19 Frank Mori... fixed bit mangling in analog input read insn for 16...
2001-06-18 Frank Mori... declared some variables as volatile to be safe
2001-06-13 Frank Mori... minor corrections
2001-06-13 David SchleefRewrote INSTALL and README
2001-06-11 Frank Mori... fix to bug in fifo overflow check I created with last...
2001-06-11 Frank Mori... switched to use async->event and comedi_event(), and...
2001-06-11 Frank Mori... switched to use of async->events and comedi_event(...
2001-06-11 Frank Mori... moved fifo overflow check back outside of loop where...
2001-06-11 David SchleefReplace TRIG_INVALID
2001-06-10 Frank Mori... changed prototype of comedi_buf_get a bit
2001-06-10 Frank Mori... defined generic inline functions for writing/reading...
2001-06-10 Frank Mori... removed spurious warning that would have occured with...
2001-06-09 Frank Mori... added cards from rtd520 driver
2001-06-09 Frank Mori... added support for cio-das802/16 to das800 driver
2001-06-09 Frank Mori... fixed race between conversions and fifo overflow check
2001-06-08 David Schleefversion bump
2001-06-08 David SchleefFix sed line for version update
2001-06-08 David Schleef/proc/comedi dumps out the device names recognized...
2001-06-08 David SchleefMore busy-talk about counters
2001-06-08 David SchleefAdded internal trigger support, various reformatting
2001-06-08 David SchleefAdded make check rule.
2001-06-08 David SchleefAdded internal trigger support
2001-06-08 Frank Mori... fixes for kcomedilib with trigger support off. comedi_...
2001-06-08 David SchleefAdded comments about 2.0
2001-06-07 Frank Mori... attempting to fix 2.0 kernels that don't seem to define...
2001-06-07 Frank Mori... tweak to make rt_task clean itself up without one scan...
2001-06-04 David SchleefReverted the variable timeout part of the last change.
2001-06-04 David SchleefPatch for das08jr/16 from Luke Stras <stras@eyetap...
2001-06-04 Frank Mori... merged input and output scan tasks, kept more careful...
2001-06-04 Frank Mori... fixed conversion timing check for TRIG_NOW case
2001-06-04 Frank Mori... added check on conversion timing
2001-06-04 Frank Mori... switched priorities of scan_task and rt_task to prevent...
2001-06-02 Frank Mori... removed redundant unlock
2001-06-02 Frank Mori... moved creation/deletion of real time tasks from comedi_...
2001-06-02 Frank Mori... fixes, chucked rt_pend_call(), added check for good...
2001-06-01 Frank Mori... conversion frequency and scan frequency can now be...
2001-05-31 Frank Mori... tweak
2001-05-30 Frank Mori... added support for TRIG_WAKE_EOS command flag
2001-05-30 David SchleefAdded check for functions replaced by comedi_event()
2001-05-30 Frank Mori... added line for das1600-old so it is not marked as ...
2001-05-30 Frank Mori... made default for trigger support config match suggestio...
2001-05-28 Frank Mori... added a do_become_nonbusy() when all the data is marked...
2001-05-28 Frank Mori... small cleanup, ifdef'd hack to expire with next rtlinux...
2001-05-28 David Schleefpatch for possible rtai changes r0_7_59
2001-05-28 David Schleefpatch has been merged
2001-05-28 David Schleefpatches have been merged
2001-05-28 David Schleef*** empty log message ***
2001-05-28 David SchleefMajor simplification of trig[0] path
2001-05-28 David SchleefUpdate pcmad driver for Comedi changes in the last...
2001-05-27 David SchleefMerged pcmad driver
2001-05-27 David SchleefMerged PCMAD driver
2001-05-27 David SchleefDon't see a need to keep these around. Pull them from the
2001-05-27 David SchleefNot needed anymore
2001-05-27 David SchleefLast remnant of trig[0]. Calls emulation function...
next