comedi.git
2001-08-23 Frank Mori... converted analog out to TRIG_INT
2001-08-23 Frank Mori... added a comment
2001-08-23 Frank Mori... undid some changes i made recently to placement of...
2001-08-23 David Schleefupdate
2001-08-23 David SchleefDisabled non-working code
2001-08-23 David SchleefCleanups.
2001-08-23 David SchleefFixed typo
2001-08-23 David SchleefAdded ni_670x
2001-08-23 Frank Mori... forgot to load up fifo in analog out inttrig, fixed...
2001-08-23 Frank Mori... tweak to analog out interrupt handler
2001-08-23 David SchleefUpdated dt282x
2001-08-23 Frank Mori... converted to start_src TRIG_INT
2001-08-23 David SchleefFixed analog output command to use TRIG_INT
2001-08-22 David SchleefRemoved buffer preloading from comedi_write_v22()....
2001-08-22 David SchleefFixed streaming analog output. Converted to using...
2001-08-22 Frank Mori... experimental analog output command support for 1602...
2001-08-21 Frank Mori... cleaned up id bit checking, fixed id bits for keithley...
2001-08-21 Frank Mori... small change to interrupt handler so it can be made...
2001-08-20 Frank Mori... added support for poll(), and made a bunch of other...
2001-08-20 Frank Mori... added online version of linux device drivers to referen...
2001-08-20 Frank Mori... added daqcard-6024e entry
2001-08-20 David SchleefUpdates from Robert Schwebel. I also deleted a bunch...
2001-08-19 Frank Mori... fixed clearing of irq flip flop in read insn, so wait...
2001-08-15 Frank Mori... changes from brent baccula, and added a workaround...
2001-08-13 David SchleefDefine KILL_FASYNC()
2001-08-13 David SchleefAdd check on .o file for symbol leakage
2001-08-13 David SchleefFix symbol leaks
2001-08-13 David SchleefWant to keep comedi in comedi/, not drivers/comedi/
2001-08-13 David SchleefEliminated test on LINUX_V2x in favor of LINUX_VERSION_...
2001-08-13 David SchleefRemove kern_compat, because it isn't used anymore.
2001-08-13 David SchleefAdd error to check if included directly
2001-08-13 David SchleefInclude comedidev instead of comedi_rt
2001-08-13 David SchleefFix Linux version dependencies
2001-08-13 David SchleefInitial priority IRQ support
2001-08-13 David SchleefKeep comedi in same directory for now
2001-08-13 David SchleefMove header file to the place where header files belong
2001-08-13 David SchleefFix include of comedidev.h
2001-08-13 David SchleefMove define_bool for CONFIG_COMEDI
2001-08-13 David SchleefAdded support for kbuild-2.5
2001-08-10 David SchleefAdd board code for 6711, remove boards that will never...
2001-08-10 David SchleefAdd board code for DAQCard-6024E
2001-08-10 David SchleefReplace pci_enable_device and add pci_set_master
2001-08-10 David SchleefMoved some stuff to comedilib sgml doc
2001-08-10 David Schleef*** empty log message ***
2001-08-09 Frank Mori... took into account possibility of pci_enable_device...
2001-08-09 Frank Mori... added analog out insn for 1602 series
2001-08-09 Frank Mori... fixed pci autodetection that could have been confused...
2001-08-09 Frank Mori... fix for 2.4 kernels, fix uninitialized use of 'range...
2001-08-09 David Schleeffixes for amplc_pci230.c
2001-08-09 David SchleefNew driver
2001-08-09 David SchleefA new driver from Allan Willcox.
2001-08-06 Frank Mori... added pcidas-1602/16/jr entry
2001-08-06 Frank Mori... added analog out insn for 1000 and 1200 series
2001-08-03 Frank Mori... fix for 16 bit cards with smaller 512 sample fifo....
2001-08-02 Frank Mori... fixed bug in cmdtest level 2
2001-08-02 Frank Mori... removed a bunch of unnecessary address-of operators...
2001-08-02 Frank Mori... making the common 'subdevice does not support commands...
2001-08-01 David SchleefRearrange flags used for both cmd and trig. Added...
2001-08-01 David SchleefEnabled PCIDMA by default. Moved various functions...
2001-08-01 David Schleefversion bump
2001-08-01 David SchleefRemoved TRY_BLOCK code.
2001-08-01 David SchleefAdded beginning of analog trigger support.
2001-08-01 David SchleefA bunch of hopefully idempotent changes.
2001-08-01 David SchleefA bunch of hopfully idempotent changes, mostly cleanups...
2001-07-30 David SchleefFix typo
2001-07-30 Frank Mori... added more dumping of debugging info
2001-07-28 Tim OusleyMITE DMA works with any size acquisition and any size...
2001-07-28 Frank Mori... added a pci_enable_device() call
2001-07-27 Frank Mori... getting rid of premature interrupt that occurs during...
2001-07-27 Frank Mori... removed nulling of s->busy in driver
2001-07-27 Frank Mori... silly me forgot to initialize software count of number...
2001-07-27 Frank Mori... rounded up minimum conversion periods so cmd test doesn...
2001-07-26 David SchleefUpdated with my least favorite questions to answer. r0_7_60
2001-07-26 David SchleefMake note of Red Hat kernel doc
2001-07-26 David SchleefMore info
2001-07-26 David SchleefFix for PowerPC. I'd bet it breaks i386.
2001-07-26 David SchleefFixes for RTAI. Change RT_TASK to be kmalloc'ed instead of
2001-07-26 David SchleefFix to pull in the RTAI config.h
2001-07-26 Frank Mori... Change from Michal Dobes. Enables shared interrupt...
2001-07-25 Frank Mori... fix to prevent use of rt interrupt with shared interrupt
2001-07-24 Frank Mori... fixed analog input insn wait for end of conversion...
2001-07-24 David SchleefDon't fail if PCMCIA version doesn't match.
2001-07-24 David Schleefsubdevice structure elements do_lock and do_unlock...
2001-07-24 David SchleefRemove s->do_lock, s->do_unlock
2001-07-24 David SchleefChange some print's to DPRINTK's
2001-07-24 David Schleeffix typo in document number
2001-07-24 David SchleefUncomment pci_enable_device check
2001-07-24 David SchleefCleanups, add check_timed()
2001-07-24 David Schleef#ifdef for some experimental RTAI code
2001-07-24 Frank Mori... added virt_to_bus() translations to set_dma_addr()...
2001-07-23 Frank Mori... undid some of my changes, applying michael dobe's patch...
2001-07-23 Frank Mori... drop attempted use of demand-mode dma
2001-07-23 Frank Mori... bug fixes
2001-07-23 David Schleef*** empty log message ***
2001-07-23 David SchleefUpdate from Michal Dobes
2001-07-23 David SchleefUpdates from Michal Dobes
2001-07-23 David SchleefAdded some stuff
2001-07-23 David SchleefPatch from Dan
2001-07-23 Frank Mori... more lines to clear that interrupt
2001-07-22 Frank Mori... comedi_cmd works now, added some debugging info to...
next