comedi.git
2001-12-14 David Schleef64-bit cleanups
2001-12-14 David SchleefPull CC, AS, and LD from kernel. Sparc64 needs it.
2001-12-14 Frank Mori... oops undid accidental reversion of linux/slab.h to...
2001-12-14 Frank Mori... moved clearing of interrupt to beginning of interrupt...
2001-12-14 David SchleefFix Makefile.modbuild to delete Makefiles on distclean...
2001-12-14 David SchleefAdded Changelog
2001-12-14 Frank Mori... fix for stop_src == TRIG_NONE
2001-12-14 David SchleefFix to export LINUXDIR.
2001-12-10 Frank Mori... added useless line to maybe help sparc compilation
2001-12-10 Frank Mori... okay, MODULE_LICENSE was introduced in 2.4.10
2001-12-10 Frank Mori... little cleanup
2001-12-07 Frank Mori... fixes for 2.2 compile
2001-12-07 Frank Mori... fix for MODULE_LICENSE() with 2.2 kernels
2001-12-07 David SchleefAdd module license, clean up init/cleanup.
2001-12-07 David SchleefRemove bogus driver registration
2001-12-07 David SchleefFix symbol leakage
2001-12-07 David SchleefAdd module license to INITCLEANUP
2001-12-07 David SchleefAdd module license
2001-12-07 David SchleefSplit apart into a module and header
2001-12-07 David SchleefAdded menuconfig script, slightly modified from 2.4.16
2001-12-07 David SchleefAdded lxdialog for menuconfig
2001-12-07 David SchleefFixes to the new build system
2001-12-03 Frank Mori... removed duplicate copies of rt_pend_tq stuff
2001-12-03 Frank Mori... 2.2 linux/malloc.h just includes linux/slab.h, this...
2001-12-03 Frank Mori... removing autogenerated makefiles from cvs
2001-12-03 Frank Mori... fixes for compile on rtlinux-3.1 with linux 2.2.19
2001-12-01 David SchleefNot used in new build system
2001-12-01 David Schleefrel_comedi moved to scripts. patch-rtai cleaned up...
2001-12-01 David SchleefMoved to comedilib
2001-12-01 David SchleefMoved to comedilib a long time ago, should have been...
2001-12-01 David SchleefNot needed in the new build system
2001-12-01 David SchleefThese have been in comedilib for a long time
2001-12-01 David SchleefDon't want this directory anymore
2001-12-01 David SchleefIrrelevant, now that comedi_trig has been completely...
2001-12-01 David SchleefThese files are now generated from .c files
2001-12-01 David SchleefFix modversions, installation, drivers.txt targets.
2001-12-01 David SchleefRemove spurious floating point code that shouldn't...
2001-12-01 David SchleefChange malloc.h to slab.h. Fixed header references...
2001-12-01 David SchleefChange malloc.h to slab.h. Minor fixes for RTAI on...
2001-12-01 David SchleefFor the new build system. Extracts build flags from...
2001-12-01 David SchleefMassive rewrite of the configure/build system
2001-12-01 David SchleefDon't need this.
2001-12-01 David SchleefChange linux/malloc.h to linux/slab.h
2001-12-01 David SchleefI'm tired of these being in a separate directory
2001-12-01 David SchleefChange linux/malloc.h to linux/slab.h
2001-12-01 David SchleefLinux-2.4 prefers slab.h
2001-11-29 Frank Mori... corrected typo
2001-11-23 Frank Mori... removed more old trig stuff
2001-11-23 Frank Mori... okay, _really_ fixed problem with comedi_rt_timer getti...
2001-11-22 Frank Mori... oops parse error
2001-11-22 Frank Mori... fixed error in calculating counter a0 and b1 values
2001-11-22 Frank Mori... fix to cmdtest
2001-11-22 Frank Mori... fixed bug noted by Massimiliano Cialdi
2001-11-22 Frank Mori... fixed bug in pacing when both convert_src and scan_begi...
2001-11-22 Frank Mori... trig go bye bye
2001-11-22 Frank Mori... fixed declarations
2001-11-22 Frank Mori... removed async.cur_chanlist_len
2001-11-21 Frank Mori... fixed problem with make trying to compile comedi_rt_tim...
2001-11-21 Frank Mori... added support for scan_begin_src == TRIG_TIMER
2001-11-18 Frank Mori... fixed offset for ao mode 1 register, multiple channel...
2001-11-18 Frank Mori... fixed an error I made
2001-11-16 Frank Mori... added initialization of async->cur_chan and cur_chanlis... r0_7_61
2001-11-16 Frank Mori... fixed bug that caused nasty interaction between analog...
2001-11-16 Frank Mori... seems to work okay, removed some debugging message...
2001-11-15 Frank Mori... fixed sending of BLOCK events with pio transfers
2001-11-14 Frank Mori... should properly calibrate itself according to eeprom...
2001-11-14 Frank Mori... removed some duplicated function declarations
2001-11-14 Frank Mori... added stuff for reading data from boards eeprom as...
2001-11-12 Frank Mori... implemented data munging for analog output commands
2001-11-12 Frank Mori... disabled driver's debugging messages
2001-11-09 David SchleefThe release script. I could never find it when necessa...
2001-11-09 Frank Mori... fixed problem with setting of bipolar mode in analog...
2001-11-09 Frank Mori... fixed bug with checking number of caldac channels noted...
2001-11-08 Frank Mori... made prompting for linux directory work like prompting...
2001-11-07 Frank Mori... took into account possibility of pci_enable_device...
2001-11-07 Frank Mori... initial attempt at pcmcia support
2001-11-07 Frank Mori... added daqcard-1200
2001-11-07 Frank Mori... Fixed all the bugs I'm aware of. Just needs pcmcia...
2001-11-06 David SchleefUpdated with new drivers
2001-11-06 David SchleefAdded implementation of comedi_poll(). This function...
2001-11-06 David SchleefChange #ifdefs to DPRINTK() macro. Eliminated bogus...
2001-11-06 Frank Mori... made pci interrupt shareable, implemented writes for...
2001-11-06 Frank Mori... fixed Devices: list to prevent parse error during ...
2001-11-05 Frank Mori... loading of caldacs from eeprom works now
2001-11-05 Frank Mori... implemented work around to correct (nearly undocumented...
2001-11-05 Frank Mori... bug fixes
2001-11-04 Frank Mori... some more caldac/eeprom stuff
2001-11-03 Frank Mori... added device id for pci card, pci device table, started...
2001-11-02 Frank Mori... got rid of some excess ioport allocation
2001-11-02 Frank Mori... added some debugging messages
2001-11-02 Frank Mori... more bugfixing. Seems to work during initial testing...
2001-11-01 Frank Mori... added support for some 1200 series boards, fixed some...
2001-10-30 Frank Mori... added command support. Lotsa bugs still, but almost...
2001-10-29 Frank Mori... fixed stop_src == TRIG_NONE bug
2001-10-26 Frank Mori... new driver. insn support only. untested.
2001-10-25 Frank Mori... fixed a bunch of insn_bits functions
2001-10-24 David SchleefFixed bug creating ai_xorlist[] because of change in...
2001-10-24 David SchleefAdded flags in chanspec description
2001-10-24 David SchleefAdded in-line documentation section
2001-10-24 David SchleefAdded ssv_dnp driver
next