comedi.git
2004-01-31 Frank Mori... increase udelay while wait for dma to load analog outpu...
2004-01-31 Frank Mori... serial dio support (SCXI) from Caleb Tennis.
2004-01-31 Frank Mori... update to usbdux driver from Bernd Porr who says:
2004-01-31 Frank Mori... check for nonzero return from schedule_timeout()
2004-01-25 Frank Mori... add use of LDFLAGS_MODULE for 2.6
2004-01-25 Frank Mori... add -DKBUILD_MODNAME=... to COMEDI_CFLAGS (required...
2004-01-24 Frank Mori... fixed setting of -DMODULE for 2.6
2004-01-24 Frank Mori... add --disable-pcmcia configure option
2004-01-24 Frank Mori... pci_for_each_device fix for 2.6 from Bernd Porr
2004-01-24 Frank Mori... update from Bernd Porr
2004-01-21 Frank Mori... beginnings of ni_67xx calibration support
2004-01-19 Frank Mori... beginnings of 671x and 673x self calibration support
2004-01-19 Frank Mori... added some device ids for 67xx boards
2004-01-12 Frank Mori... fix install brokenness (missing some square brackets)
2004-01-12 Frank Mori... fix depmod call in install-data-hook
2004-01-12 Frank Mori... added some more m4 quoting to get rid of automake1...
2004-01-12 Frank Mori... made some alternate names for COMEDI_INPUT and COMEDI_O...
2004-01-12 Frank Mori... be more careful about subdevice allocation/free
2004-01-11 Frank Mori... include <linux/vmalloc.h> for VMALLOC_VMADDR() macro
2004-01-11 Frank Mori... band aid from Bernd Porr for VMALLOC_VMADDR macro getti...
2004-01-11 Frank Mori... added Bernd Porr and Steven Jenkins
2004-01-09 David SchleefMerge thomasvs's linux.m4 improvements. Write as-modto...
2004-01-02 Frank Mori... update status comments
2004-01-01 Frank Mori... some cleanups, verified that 6711 ao command works...
2003-12-28 Frank Mori... a fix for 67xx boards, trying to get waveform analog...
2003-12-24 Frank Mori... giving up on fully abstract counter interface for now...
2003-12-21 Frank Mori... moved some 2.4/2.6 compatibility stuff into comedi...
2003-12-21 Frank Mori... fixes for COMEDI_NDEVICES > 4
2003-12-21 Frank Mori... new compat header
2003-12-21 Frank Mori... update from bernd porr
2003-12-19 David SchleefLinux-2.4.23 has the new interrupt prototypes
2003-12-18 David SchleefRemove printk() that is triggered by devices sharing...
2003-12-06 Frank Mori... fix for changes in linux 2.6 kdev_t.h
2003-12-06 Frank Mori... include linux/version.h before trying to check LINUX_VE...
2003-11-30 Frank Mori... added usbdux driver
2003-11-26 David SchleefFixes from Nils Juergens <ju@isf.rwth-aachen.de>
2003-11-23 Frank Mori... valid bit should be 3rd bit, not 0x3 value
2003-11-23 Frank Mori... added patch from Klaas Gadeyne, with my own modifications.
2003-11-23 Frank Mori... check if we've already been included
2003-11-21 Frank Mori... declare das08_cs_boards extern
2003-11-21 Frank Mori... declare labpc_cs_boards as extern
2003-11-20 Frank Mori... added some MODULE_LICENSE() calls to pcmcia drivers...
2003-11-17 David SchleefAdd some notes about compiling from CVS
2003-11-16 Frank Mori... 2.4.22 does _not_ have new interrupt prototypes (at...
2003-11-13 David SchleefAdd counter subdevice. From Nils Juergens <ju@isf...
2003-10-30 Frank Mori... adjust number of dma ring bounce buffers independently...
2003-10-24 Frank Mori... add mention of daqcard-6036e as supported board
2003-10-23 Frank Mori... some pci_request_regions() tweaks, and set DUMMY_BIT...
2003-10-23 David SchleefUse LINUX_CC for CC. Cause modtool to strip debugging...
2003-10-18 Frank Mori... make it compile without firmware header (but it wont...
2003-10-18 Frank Mori... removed file for same reason as me2600_fw.h was removed...
2003-10-18 Frank Mori... give warning and return error if user attempts to use...
2003-10-18 Frank Mori... get rid of underscores in my byte swapping calls
2003-10-17 Frank Mori... ao commands work now
2003-10-13 David Schleefturn off debugging
2003-10-13 David SchleefNDEVICES should have been increased a long time ago
2003-10-13 Frank Mori... fix ai munging
2003-10-13 Frank Mori... remove obsolete mention of 'make config'
2003-10-13 Frank Mori... add mention of new --with-rtaidir and --with-rtlinuxdir...
2003-10-12 Frank Mori... more ao waveform support (still not done yet)
2003-10-12 Frank Mori... disable irq mode entirely, since it is so lame.
2003-10-10 Frank Mori... beginnings of ao command support
2003-10-09 Frank Mori... add ACLOCAL_AMFLAGS so automake calls aclocal correctly...
2003-10-04 Frank Mori... first pass at autoconf'd RT support done
2003-10-04 Frank Mori... fixed comedi_buf_write_n_available argument
2003-10-03 Frank Mori... partial RT support
2003-10-02 David SchleefFix incorrect return value of AI insn function
2003-10-01 David Schleefreenable isapnp
2003-10-01 David SchleefDisable isapnp on 2.6 (temporarily)
2003-10-01 David Schleef2.4.22 has new interrupt prototypes
2003-10-01 David SchleefRemove old files
2003-10-01 Frank Mori... fix loading of counters on memory-mapped io boards...
2003-09-30 Frank Mori... revert last change, it didn't help
2003-09-28 Frank Mori... a couple of people have reported interrupts not working...
2003-09-20 Frank Mori... fix for crapiness of computerboards hardware (external...
2003-09-20 Frank Mori... remove redundant analog output munging with using PIO
2003-09-20 Frank Mori... simplify and speed up
2003-09-19 Frank Mori... convert to new-style munging, fix for big-endian machin...
2003-09-19 Frank Mori... correct ai fifo depth for daqcard 6062e
2003-09-19 Frank Mori... fix compilation error
2003-09-19 Frank Mori... Converted to new-style munging. Got rid of bogus scan_...
2003-09-19 Frank Mori... discourage inappropriate use
2003-09-18 David Schleefignore some files
2003-09-18 David SchleefAdd me4000 driver
2003-09-18 David SchleefFixes for changes since 0.7.67.
2003-09-18 David Schleefremove install-data-hook target
2003-09-18 David SchleefDist modtool.in. change check target to "moo" (temporary).
2003-09-18 David Schleefdefault prefix should be /. modtool is in ${builddir}.
2003-09-18 David Schleefnew driver
2003-09-17 Frank Mori... big endian fixes
2003-09-17 Frank Mori... get rid of redundant ai munging
2003-09-16 Frank Mori... fixes for big endian machines
2003-09-16 Frank Mori... do das16.c munging in core
2003-09-16 Frank Mori... added munging to kcomedilib
2003-09-15 Frank Mori... Fully support munging in core. Still need to check...
2003-09-15 Frank Mori... removing old files replaced by autoconf stuff
2003-09-12 Frank Mori... apply dma init fix that worked so well with cb_pcidas64.c
2003-09-12 Frank Mori... really fixed channel queue problems. The adc enable...
2003-09-12 Frank Mori... clear/set adc enable bit during ai cmd setup, so that...
2003-09-11 Frank Mori... fixed ai channel queue setup
next