comedi.git
2001-05-10 David SchleefUpdate from Dan
2001-05-10 David SchleefAdded driver from Dan Christian <dac@ptolemy.arc.nasa...
2001-05-10 Frank Mori... added support for analog output commands. Untested...
2001-05-07 Tim Ousleyoops, undid my last change. no more continuous DMA...
2001-05-07 Tim Ousleycontinuous analog acquisition using MITE...
2001-05-07 Frank Mori... dealt with possible race between interrupt fifio half...
2001-05-07 Frank Mori... added delarations of ret variable in comedi_map and...
2001-05-05 David SchleefAdded comedi_map, comedi_unmap, comedi_poll
2001-05-05 David SchleefAdded comedi_map, comedi_unmap
2001-05-05 Frank Mori... added entries for das800 and das1800 drivers
2001-05-05 Frank Mori... fixed null dereference that occured when interrupt...
2001-05-04 Frank Mori... restored include of comedidev.h from comedi_rt.h so...
2001-05-04 Frank Mori... bug fixes, seems to work
2001-05-04 Tim Ousleyfixed bug with innaccurate pulse width measurement...
2001-05-03 Frank Mori... fixed trig modes > 0 for using cur_trig-> instead of...
2001-05-03 Frank Mori... dealt with switch from cur_trig->data, etc to async...
2001-05-03 Frank Mori... added some comments on what look like bugs
2001-05-02 Tim Ousleyfixed bug where pulsewidth meas. armed incorrectly
2001-05-02 Tim Ousleychanged GPCTR to GPCT and gpctr to gpct.
2001-05-02 Frank Mori... comedi specific error codes to be used in comedilib...
2001-05-02 Frank Mori... a small step towards standardized comedi error codes
2001-05-01 Tim OusleyGPCTR compiles by default, #defined insn to get interna...
2001-05-01 Frank Mori... renmaed to COPYING
2001-05-01 Frank Mori... named GPL file COPYING instead of LICENSE
2001-05-01 Frank Mori... added copy of GPL
2001-05-01 Tim Ousleyfixed bug with gating.
2001-04-28 David Schleefcomedi_command shouldn't set _EOS
2001-04-27 Tim Ousleycompiles now with MITE DMA support
2001-04-27 Tim Ousleyinsn based counter/timer operations now work, including...
2001-04-27 Frank Mori... use dev->spinlock now instead of creating my own spinlo...
2001-04-26 Tim Ousleyadded single pulse generation using the GPCTRs. almost...
2001-04-25 Tim OusleyPeriod measurement and pulsewidth measurement now work...
2001-04-25 David SchleefCheck async structure in comedi_unlock
2001-04-24 Frank Mori... fixed compile errors
2001-04-24 Frank Mori... patch to make comedi_rt_timer.c compile under rtlinux 3.0
2001-04-23 David SchleefAdded PCI-6713 and PCI-6711 board definitions. Added...
2001-04-20 Frank Mori... change to make comedi_error() callable from a driver...
2001-04-20 Frank Mori... update, fixes, cleanup
2001-04-20 Frank Mori... fixed initialization of comedi_device bug due to sizeof...
2001-04-20 Tim OusleySimple event counting (and quadrature encoding) works...
2001-04-19 Tim Ousleyadded first draft of insn API for GPCTRs
2001-04-19 David SchleefMajor fixes. Updates for cmd/insn, compiles for RTAI...
2001-04-19 David Schleefremove dependency on bc
2001-04-19 David SchleefSpecs for new card
2001-04-19 David SchleefLogic error
2001-04-19 David Schleefchange 2.3 to 2.4
2001-04-18 Tim Ousleystarted adding an insn interface to GPCTRs.
2001-04-17 Tim OusleyGPCTR_Begin_Event_Counting() functions now, although...
2001-04-17 Frank Mori... fixed some problems with last change trying to derefere...
2001-04-17 Frank Mori... added checking of chanlist against limitations of das80...
2001-04-17 Tim Ousleyadded ni_set_bits(dev,register,bits, value) to share...
2001-04-17 Frank Mori... fixed unresolved symbol problem due to merging of free_...
2001-04-13 Tim Ousleyadded functions to do simple event counting...no API...
2001-04-13 David Schleefwritew() had its arguments reversed.
2001-04-12 Tim OusleyTim Ousley 4/12/01: consolidated some constants in...
2001-04-12 Tim OusleyTim Ousley 4/12/01: gpct_mode0,gpct_mode1 and other...
2001-04-11 David Schleefmore migration to insn
2001-04-11 David SchleefDeleted trig related code.
2001-04-11 David SchleefAdded AO readback and DIO bits and DIO config.
2001-04-11 David SchleefMigrating drivers from trig to insn
2001-04-11 David Schleefadded RANGE_mA
2001-04-10 Tim OusleyTim Ousley 4/10/01: added comments explaining how to...
2001-04-10 Tim OusleyTim Ousley 4/10/01: MITE DMA now works correctly for...
2001-04-10 David Schleefversion bump
2001-04-09 David SchleefChange from trig to insn r0_7_58
2001-04-09 David Schleeffixed call of request_region() with uninitialized dev...
2001-04-09 David Schleefdas1600 name change
2001-04-09 David SchleefFix for das1600 name change
2001-04-09 David Schleefadded (commented) definition of USE_PCIDMA
2001-04-09 David SchleefTried to integrate patch from Tim Ousley
2001-04-09 David SchleefFix linking of rt_pend_tq
2001-04-08 Frank Mori... added buffer overrun check to bufinfo ioctl
2001-04-08 Frank Mori... converted some left over irq.h to spinlock.h
2001-04-08 David Schleefpatch from Michal
2001-04-08 David SchleefSpinlocks were moved to linux/spinlock.h.
2001-04-06 Frank Mori... added explicit initialization of devpriv->spinlock
2001-04-06 Frank Mori... added buffer info ioctl
2001-04-06 David SchleefEnabled more drivers
2001-04-06 David SchleefMite additions from Tim Ousley
2001-04-06 David SchleefI think this fixes building rt_pend_tq repeatedly
2001-04-03 David SchleefFixed some stuff discovered by check_driver
2001-04-03 Frank Mori... made comedi_spinlock functions do some type checking...
2001-04-03 Frank Mori... removed two repeated #include directives
2001-04-03 David Schleefmoved file, since that's where it's expected.
2001-04-03 David SchleefNew driver from Michal Dobes
2001-04-03 David SchleefPatch from Michal Dobes
2001-04-03 David SchleefFixed insn_write bug.
2001-04-03 David SchleefFixed request_region() being called with uninitialized...
2001-04-03 David SchleefFix bug in ao code related to warning about return...
2001-04-03 David SchleefMore checks of dubious relevance
2001-04-03 David Schleeffixed the spinlock code for the way it is _supposed_...
2001-04-03 David SchleefFixes for comedi_rt_timer. Still needs work; doesn...
2001-03-30 Frank Mori... fixed previous over-eager to change things that dont...
2001-03-30 Frank Mori... fixed bug that was preventing read insn from being...
2001-03-30 Frank Mori... fixed up FIXME's regarding spinlock/cli
2001-03-24 Frank Mori... tweaked previous fix to be extra safe
2001-03-24 Frank Mori... fixed problem with spurious interrupts occuring when...
2001-03-23 David Schleefreplaced free_irq() for RTL
2001-03-23 Frank Mori... removed redundant rt_pend_tq.h from comedi directory...
2001-03-23 Frank Mori... changed includes to prevent multiple definitions of...
next