comedi.git
2001-09-05 David SchleefRemove use of range_unknown
2001-09-05 David Schleeffixed some stuff
2001-09-04 David SchleefAdded MODULE_DEVICE_TABLE() on a bunch of drivers
2001-09-04 David SchleefAdded stub for amplc_pci230
2001-09-04 David SchleefFix symbol leakage in a bunch of drivers
2001-09-04 David SchleefAdded check for Makefile.in
2001-09-04 David SchleefFix typo in CONFIG_AMPLC_PCI230
2001-09-03 David SchleefUpdate from Anders
2001-09-03 David SchleefUpdate from Allan
2001-08-28 David SchleefUpdate from Allan.
2001-08-28 Frank Mori... changed configuration of input/output ranges to use...
2001-08-28 Frank Mori... updated cb_pcidas, cb_pcidas64, das16 entries
2001-08-27 Frank Mori... supports user configurable analog input and output...
2001-08-27 Frank Mori... terminated with newline
2001-08-27 Frank Mori... preventing multiple includes
2001-08-27 Frank Mori... fixed version checking for 2.2 kernels
2001-08-27 Frank Mori... fixed conflict with poll.h
2001-08-27 David SchleefFixes for compilation on 2.0.x
2001-08-27 David SchleefAdded -nostdinc flag. Comedi _should_ compile with it.
2001-08-27 David SchleefFixes for compiling with 2.0.x
2001-08-27 David SchleefA copy of Configure.help, for use with kbuild-2.5
2001-08-27 David SchleefNew driver
2001-08-26 Frank Mori... driver supports insn now, no command support
2001-08-25 Frank Mori... skeleton of a new driver, doesn't do anything yet.
2001-08-24 Frank Mori... fixed symbol leaks noted by check_driver
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
next