comedi.git
2001-05-27 David SchleefThis should have been removed a long time ago.
2001-05-27 David SchleefMoved trig compatibility functions from drivers.c to...
2001-05-27 David SchleefFor some reason, rt_pend_tq.o was compiled separately...
2001-05-27 David Schleefifdef all the remaining trig related code
2001-05-27 David Schleefdocs out of date
2001-05-27 David Schleefremoved insn emulation using trig[0]
2001-05-27 David SchleefCleanups, insn migration
2001-05-27 David SchleefFix a couple checks, add comments
2001-05-27 David Schleeffix for EXTRAVERSION
2001-05-25 Frank Mori... added pci-das08 and pci-das1200 entries
2001-05-25 Frank Mori... updates
2001-05-25 Frank Mori... fix so cards on bus 0 can be chosen through configurati...
2001-05-25 Frank Mori... added support for pci-das08 card
2001-05-25 David Schleeffixed overwriting of cb_mask.
2001-05-25 David SchleefCompilation fixes on powerpc
2001-05-24 David SchleefAdded email from Dan Christian about Red Hat
2001-05-24 David Schleefremoved di_unpack, do_pack.
2001-05-24 David SchleefCode cleanup, mainly things noticed by check_driver...
2001-05-24 David Schleefnew tests
2001-05-24 David Schleef*** empty log message ***
2001-05-21 Frank Mori... marked (but did not fix =) a couple bugs
2001-05-19 Frank Mori... fixed problem with comedi_switch_to_rt() and irq-less...
2001-05-19 Frank Mori... exported rt_pend_call() so that comedi_rt_timer can...
2001-05-18 Tim OusleyMITE DMA data is now unsigned short instead of twos...
2001-05-16 Frank Mori... improved error handling a bit
2001-05-15 Tim Ousleyadded PXI-6533 support.
2001-05-14 Tim Ousleyadded card IDs and descriptions for several PXI cards...
2001-05-14 Frank Mori... put start_rt_timer()back for rtai, as it looks like...
2001-05-14 David Schleef602x doesn't have unipolar AI.
2001-05-14 David SchleefUpdate from Dan
2001-05-14 Frank Mori... added comedi_rt_timer description
2001-05-13 Frank Mori... bug fixes, analog output commands work now! Added...
2001-05-13 Frank Mori... fixed bug due to typo
2001-05-12 Frank Mori... fixed spurious EINVAL errors on read and possibility...
2001-05-11 Frank Mori... now it is fixed for real. Had to redefine rt_get_time...
2001-05-11 Tim OusleyMITE does continuous AI now. Fixed bug so MIO cards...
2001-05-11 Frank Mori... nano2tick_hack() now gives exactly correct answer ...
2001-05-11 Frank Mori... rolling back last change
2001-05-11 Frank Mori... added hack to fix broken rtlinux compatibility headers...
2001-05-10 Frank Mori... some fixes, still gives divide error / segfault on...
2001-05-10 Frank Mori... changed order or error check in read_v22() to get rid...
2001-05-10 Frank Mori... fixed dereferencing of chanlist, hopefully this will...
2001-05-10 Frank Mori... fixed clearing of async->events
2001-05-10 Tim Ousleyni_ai_setup_MITE_dma() now configures MITE for correct...
2001-05-10 Frank Mori... fixed a bug I created, noticed that commands only work...
2001-05-10 David Schleefminor cleanups
2001-05-10 David SchleefMinor cleanups
2001-05-10 David SchleefAdded poll ioctl
2001-05-10 David SchleefMigrated from mode0 to insn
2001-05-10 David Schleefadded rtd520 driver
2001-05-10 David Schleefadded
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...
next