comedi.git
2002-10-11 Frank Mori... fixed off by one error in calculation of fifo size...
2002-10-10 David SchleefFix for not calculating buffer fullness through a count...
2002-10-10 David SchleefFix problem detecting DMA overflows at buffer wraparound
2002-10-08 Frank Mori... added brief description for INSN_CONFIG_TIMER_1
2002-10-08 Frank Mori... Added some more locking for software copies of register...
2002-10-08 Frank Mori... added support for external master clock, and commited...
2002-10-08 Frank Mori... added bit about INSN_CONFIGTIMER_1
2002-10-08 Frank Mori... added INSN_CONFIG_TIMER_1
2002-10-03 Frank Mori... don't generate events when there are none
2002-10-01 Frank Mori... trying to decrease time dma channel is disabled for...
2002-09-30 David SchleefFix 671x ao munging (again). This time, with feeling...
2002-09-30 David SchleefFix documentation
2002-09-30 David Schleefone-liner to fix analog triggering
2002-09-30 David SchleefMakes non-DMA mode efficient enough for 620khz input...
2002-09-25 David SchleefAdd meilhaus PCI ID
2002-09-25 David Schleefremove #ifdef CONFIG_PCMCIA, since they're wrong (need...
2002-09-25 David Schleeffix warning
2002-09-25 David Schleefnew drivers
2002-09-25 David SchleefAdd new drivers from Michael Hillmann
2002-09-25 David SchleefUpdate buffer code to CVS
2002-09-25 David SchleefFix EOS event
2002-09-25 David SchleefAdd new amplicon drivers
2002-09-25 David Schleefnew driver from Ian Abbott <abbotti@mev.co.uk>
2002-09-25 David SchleefWhere the hell was Biggles when we needed him last...
2002-09-25 David Schleefchange from bin/sh to bin/bash
2002-09-25 David SchleefChange a 4 to a COMEDI_NDEVICES. Prolong the static...
2002-09-25 David Schleefupdate documentation list
2002-09-25 David Schleeffix stupid typo. (from someone, don't remember whom)
2002-09-24 David SchleefAdd MODULE_LICENSE.
2002-09-13 David SchleefFix Devices line
2002-09-09 David Schleefrevert last checkin
2002-09-09 David Schleeftest to see if 16e-4 has incorrectly documented caldac
2002-09-09 David SchleefFix bad bus number comparison.
2002-09-04 David SchleefMove buffer info ioctl to new buffer code
2002-09-04 David SchleefChange unused[0] to settling_time_0 to subdevice info...
2002-09-04 David Schleefend-of-range fix in ao cmdtest, and ao chanlist should...
2002-09-04 David Schleefadd timer_open
2002-09-04 David Schleefack
2002-09-04 David Schleefremember to reserve buffer after allocating it
2002-08-30 David Schleefmore linux version fixes
2002-08-30 David SchleefCorrect fix for zero-length arrays in gcc-3.0
2002-08-30 David SchleefUse make-kpkg's idea of the kernel version, since it...
2002-08-30 David SchleefFix zero-length array
2002-08-30 David SchleefChange default buffer size to 64kB
2002-08-30 David SchleefAllocate 4*PAGE_SIZE for write space instead of 2 pages
2002-08-30 David SchleefFix installing to correct directory
2002-08-29 David Schleefpatch from Dan Christian.
2002-08-28 David SchleefPatch for cleaner analog output underrun handling from...
2002-08-08 Frank Mori... only release regions if we requested them.
2002-08-07 Frank Mori... fixed freeing of mite resources in detach for pci-1200...
2002-07-26 Frank Mori... making sure there are no races wrt ai_cmd_running statu...
2002-07-26 Frank Mori... switched to use new COMEDI_CB_OVERFLOW flag
2002-07-25 David Schleefremove async->data_len and async->data
2002-07-25 David SchleefRemove async->data_len globally
2002-07-25 David SchleefStop running on error conditions.
2002-07-25 David SchleefDeprecate a few things, add COMEDI_CB_OVERFLOW
2002-07-25 David SchleefUpdate DMA code for recent buffer changes
2002-07-25 David SchleefMigrated COMEDI_CB_ERROR to OVERFLOW where necessary
2002-07-25 David SchleefFixed n_aochan for 6110
2002-07-25 David SchleefRemove SDF_RT
2002-07-25 David Schleefremove comedi_buf_copy_from
2002-07-25 David Schleefremove usage of comedi_buf_copy_from()
2002-07-25 David Schleefremove dead code
2002-07-25 David SchleefAdd comedi_debug symbol and make DPRINTK() conditional...
2002-07-25 David SchleefFix spelling error
2002-07-25 David SchleefAdd comedi_debug symbol.
2002-07-24 David SchleefAdd 611x-specific changes for STC/board configuration
2002-07-24 David SchleefChange "mystery numbers" to defines in ni_stc.h
2002-07-19 Frank Mori... export cfc_handle_events
2002-07-19 Frank Mori... fixed initialization of external trigger sources for...
2002-07-17 Frank Mori... added error handling for failed writes to buffer
2002-07-17 Frank Mori... cleaning up logic for dealing with 8 bit dma transfers...
2002-07-17 Frank Mori... replaced prealloc_bufsz with data_len so functions...
2002-07-17 Frank Mori... don't let people run at RT priority
2002-07-17 Frank Mori... trying to fix problems people are having with commands...
2002-07-15 David SchleefFix conditional for ni_670x driver
2002-07-15 David SchleefPatch from Christian.Werner@t-online.de (Christian...
2002-07-14 Frank Mori... fixed ambiguity in return value of dma_transfer_size...
2002-07-14 Frank Mori... fixing end of scan events in some drivers
2002-07-09 David SchleefMore buffer fixes. AI and AO work now.
2002-07-09 David SchleefFixes for more buffer changes
2002-07-09 David Schleefclean up warning
2002-07-09 David SchleefMove buffer inlines to comedi/drivers.c. Rewrite as...
2002-07-09 David Schleefmoo
2002-07-09 David SchleefRemove timer_poll.
2002-07-09 Frank Mori... moved inc/dec of use count from comedi_lock/unlock...
2002-07-09 David Schleeffix warnings
2002-07-08 David SchleefRemove bogus warning
2002-07-08 David Schleefnone
2002-07-08 David Schleefnone
2002-07-08 David Schleeftest
2002-07-07 Frank Mori... fix integer overflow with mite_bytes_transferred()
2002-07-07 Frank Mori... got rid of useless attempt to avoid handling spurious...
2002-07-05 Frank Mori... First pass at revised buffer system, hopefully didn...
2002-07-05 Frank Mori... converted to use comedi_buf_put()
2002-07-05 Frank Mori... converted to use comedi_buf_put()
2002-07-05 Frank Mori... converted to comedi_buf_put() and got rid of bogus...
2002-07-05 Frank Mori... converted to use comedi_buf_put()
2002-07-05 Frank Mori... partial conversion to comedi_buf_put/get()
2002-07-05 Frank Mori... converted to use comedi_buf_put()
next