comedi.git
2007-11-08 Ian AbbottUse 64-bit ns value when determining clock source.
2007-11-08 Ian AbbottRenamed pci_iobase to iobase1.
2007-11-08 Ian AbbottUsed specific constants for base addresses of 8254...
2007-11-08 Ian AbbottEliminated clock source and divisor values from private...
2007-11-08 Ian AbbottRenamed some macros. Now access the timebase values...
2007-11-08 Ian Abbottamplc_pci230.c whitespace changes / comment reformatting.
2007-11-08 Ian AbbottSpelling correction in Description: line.
2007-11-07 Ian AbbottFix for 2.6.10 and earlier. Rename comedi_compat_ioctl...
2007-11-07 Ian AbbottRemoved a stray comment.
2007-11-07 Ian AbbottMake sure 32-bit ioctl handler for <= 2.6.10 kernel...
2007-11-07 Ian AbbottSupport 32-bit ioctl calls on 64-bit kernel (CONFIG_COM...
2007-11-05 Ian AbbottReplaced INSN_CONFIG_8254_SET_MODE with INSN_CONFIG_SET...
2007-11-05 Ian AbbottInline fixes: define inline functions before calling...
2007-11-05 Ian AbbottMade cfc_bytes_per_scan() 'static inline' instead of...
2007-11-04 Frank Mori... Applied comedi_indent script to all source files.
2007-11-04 Frank Mori... Removed some dead code that was causing errors in inden...
2007-11-04 Frank Mori... Removed some dead code that confused the indent program.
2007-11-04 Frank Mori... Removed a bit of ifdef'd out code that confuses the...
2007-11-04 Frank Mori... Added wrapper around indent utility with options I...
2007-11-02 Ian AbbottSecurity fix in comedi_buf_alloc() for non-DMA data...
2007-11-01 Ian AbbottSanitize resource types. Use new comedi_pci_enable...
2007-11-01 Ian AbbottRemoved tests for whether PCI device supports bus-maste...
2007-11-01 Ian AbbottRemoved kernel 2.2 and 2.4 compatibility.
2007-11-01 Ian AbbottNew wrapper functions in comedi/drivers/comedi_pci.h:
2007-10-31 Ian AbbottCheck result of subdev_8255_init().
2007-10-31 Ian AbbottFor PCI260(+) make subdevice 2 UNUSED instead of AO...
2007-10-31 Ian AbbottAdded pci230+ and pci260+. Currently they are treated...
2007-10-30 Ian AbbottUntested compatibility fix for change to rt_task_init...
2007-10-30 Ian Abbott#ifdef out floating point register stuff.
2007-10-29 Ian AbbottAdded PCI-DIO24 info supplied by Yoshiya Matsuzaka.
2007-10-29 Frank Mori... Regenerated ChangeLog with "cvs2cl -t" for 0.7.75 release. r0_7_75
2007-10-28 Frank Mori... Bumped version for 0.7.75 release
2007-10-26 Frank Mori... Fixed compile warning on amd64.
2007-10-25 Frank Mori... Don't report bogus gate errors on 660x boards.
2007-10-25 Frank Mori... Added enum for setting master clock of NI "frequency...
2007-10-25 Frank Mori... Added subdevice for "frequency output" pin.
2007-10-25 Frank Mori... Added check against maxdata for write instructions.
2007-10-24 Frank Mori... Each comedi_async struct should have its own wait_queue...
2007-10-24 Frank Mori... Prevent glitches when transitioning from static control...
2007-10-24 Ian AbbottAllocate non-DMA buffer pages using __get_free_page...
2007-10-22 Ian AbbottCheck dev->attached in interrupt routine.
2007-10-22 Ian AbbottSome 64-bit fixes.
2007-10-18 Frank Mori... Fix from Torben Mikael Hansen <comedi_ns@linhard.dk...
2007-10-18 Frank Mori... Patch from Torben Mikael Hansen <comedi_ns@linhard...
2007-10-18 Frank Mori... Got rid of fragile checks of specific device ids in...
2007-10-18 Ian AbbottSome changes to deal with interrupts before device...
2007-10-17 Frank Mori... Added pci device id for pxi-6602.
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-10-16 Frank Mori... Added support for scan_begin_src = TRIG_EXT on analog...
2007-10-16 Frank Mori... Ported to linux 2.6.23 pcmcia interface. Compiles,...
2007-10-16 Frank Mori... Ported to linux 2.6.23 pcmcia interface. Compiles,...
2007-10-16 Frank Mori... Ported to linux 2.6.23 pcmcia interface. Compiles...
2007-10-15 Frank Mori... Updated to linux 2.6.23 pcmcia interface. Compiles...
2007-10-15 Frank Mori... Updated to 2.6.23 pcmcia interface. Compiles, otherwis...
2007-10-15 Frank Mori... More linux 2.6.23 pcmcia fixes.
2007-10-15 Frank Mori... Updated to 2.6.23 kernel pcmcia interface. It compiles...
2007-10-12 Frank Mori... Pruned obsolete lseek code.
2007-10-11 Ian AbbottAdded regshift parameter after base address in i8254_lo...
2007-09-30 Frank Mori... Support DESTDIR for module install/uninstall.
2007-09-29 Frank Mori... Fixed use of ai channels >= 64 on 6225. Based on patch...
2007-09-28 Frank Mori... Eliminated the possibility of the ao dma channel gettin...
2007-09-14 Ian AbbottAdd slab.h compatibility header.
2007-09-14 Ian AbbottAdd kzalloc and kcalloc kernel compatibility functions.
2007-09-07 Ian AbbottCorrected calculation of board name offset. Fixes...
2007-09-06 Frank Mori... Change $(GREP) to $(EGREP), since we really only do...
2007-09-05 Frank Mori... Added files I forgot to cvs add from patch by
2007-09-04 Frank Mori... Patch from Anders Blomdell <anders.blomdell@control...
2007-08-24 Frank Mori... Fixed some calculations of number of bytes per scan...
2007-08-21 Ian AbbottSanity check drivers setting do_cmd without setting...
2007-08-17 Frank Mori... read acknowledges irq bit does have an effect on a...
2007-08-17 Frank Mori... Added interrupt handler and enabled interrupts. Added...
2007-08-17 Frank Mori... Fixed missing initialization of some counter registers...
2007-08-17 Frank Mori... Added enum for setting output routing of pfi pins on...
2007-08-16 Frank Mori... Fixed failure to unlock spinlock after locking it....
2007-08-15 Frank Mori... Moved some interrupt enable/disable and interrupt handling
2007-08-15 Frank Mori... Added comment describing purpose of comedi_set_hw_dev().
2007-08-13 Frank Mori... Added support for dio write commands with NI M-series.
2007-08-13 Frank Mori... Disable all of a channel's interrupts when it is released.
2007-08-13 Frank Mori... NULL inttrig in do_become_nonbusy().
2007-08-09 Frank Mori... Check for stale data error on counter input command...
2007-08-09 Frank Mori... Added bit definitions for NI m-series correlated dio...
2007-08-09 Frank Mori... Added definitions for possible scan_begin_srcs on NI...
2007-08-09 Frank Mori... NI counters don't really support stop_src TRIG_COUNT.
2007-08-09 Frank Mori... Made mite_done() update done status by reading status...
2007-08-09 Frank Mori... We need to use dma_free_coherent() instead of kfree...
2007-08-07 Frank Mori... Set SRF_RUNNING and SRF_ERROR together atomically in...
2007-08-07 Frank Mori... Ported allocation of mite dma rings to modern kernel...
2007-08-07 Frank Mori... Set missing SDF_LSAMPL on NI GPCT subdevices. Made...
2007-08-06 Ian AbbottCorrected pathname in file header comment.
2007-08-06 Ian AbbottMoved description of configuration options so it will...
2007-08-06 Ian AbbottStripped file extension from 'Driver:' line. Most...
2007-08-06 Ian AbbottChanged description line.
2007-08-02 Frank Mori... Got rid of use of $(builddir), since it isn't defined...
2007-08-01 Frank Mori... Autogenerated ChangeLog with "cvs2cl -t" r0_7_74
2007-08-01 Frank Mori... Fix problems apparently caused by builddir not being...
2007-08-01 Frank Mori... Fixed "make uninstall". "make distcheck" passes now.
2007-08-01 Ian AbbottRemoved third parameter of calls to comedi_event().
2007-08-01 Frank Mori... Added some missing headers to distribution tarball...
2007-08-01 Frank Mori... Have "make install" respect configure prefix.
next