comedi.git
2004-05-22 Frank Mori... ported to 2.6 kernel pcmcia api
2004-05-22 Frank Mori... pci-6014 support courtesy Alberto Sechi
2004-05-18 Frank Mori... update for some minor changes to comedi instalation...
2004-05-14 Frank Mori... be less picky about finding .hdepend
2004-05-09 Frank Mori... fix caldac type for at-mio-16e-10
2004-04-29 Frank Mori... have comedi_command set subdevice->busy
2004-04-22 Frank Mori... fix init of len_chanlist for analog output subdevice...
2004-04-22 Frank Mori... crashes on pci-das6402/16 attach seem to be due to...
2004-04-21 Frank Mori... added a memory barrier to try and fix mysterious 6402...
2004-04-21 Frank Mori... fixes for 64bit archs
2004-04-19 Frank Mori... change dev->iobase to unsigned long for 64 bit cpus
2004-04-19 Frank Mori... add note about unresolved rt kernel symbols
2004-04-13 Frank Mori... rt_request_global_irq_arg() doesn't seem to exist in...
2004-04-11 Frank Mori... added Nils
2004-04-11 Frank Mori... command support for pcl818 from Nils Juergens:
2004-04-06 Frank Mori... figured out how i broke dma, and removed useless barrier
2004-04-05 Frank Mori... take into account possibility of comedi_poll getting...
2004-04-05 Frank Mori... remove bogus bug warning
2004-04-04 Frank Mori... replaced some preprocessor defines with enums and inlin...
2004-04-04 Frank Mori... added declarations for IO Device Window Base Size Register
2004-04-04 Frank Mori... try to make sure we get the scan data dma'd after eos...
2004-04-04 Frank Mori... add more locking to make comedi_poll smp safe, and...
2004-04-04 Frank Mori... fix initialization of channel, that I broke with last fix
2004-03-26 Frank Mori... fix analog output channel interaction for boards with...
2004-03-22 Frank Mori... complain more loudly on comedi_switch_to_rt() failure
2004-03-21 Frank Mori... comedi_calibrate supports more than NI boards now
2004-03-21 Frank Mori... add a rmb() in mite_bytes_transferred()
2004-03-21 Frank Mori... use barrier() instead of mb() since it really is just...
2004-03-21 Frank Mori... add support for comedi_poll when using mite dma, (neede...
2004-03-21 Frank Mori... wake on end of scan based on TRIG_WAKE_EOS bit in comma...
2004-03-21 Frank Mori... don't force various bits in cb_mask when command is...
2004-03-21 Frank Mori... don't force on COMEDI_CB_BLOCK in comedi_event()
2004-03-20 Frank Mori... usbdux driver update from Bernd Porr:
2004-03-15 Frank Mori... fix register offset problems noted by Henk van Rooy...
2004-03-13 Frank Mori... change some caldac types to ad8804_debug, as not all...
2004-03-10 Frank Mori... add support for reading internal reference voltage...
2004-03-07 Frank Mori... stop forcing cs5529 gain to one, added cs5529_wait_for_...
2004-03-07 Frank Mori... fixed ni_ai_fifo_read(), to use the loop index when...
2004-03-06 Frank Mori... added some memory barriers on read/writes to comedi...
2004-03-02 Frank Mori... update configure help to suggest using rtai installatio...
2004-03-01 Frank Mori... make KBUILD_BASENAME and KBUILD_MODNAME hacks more...
2004-02-29 Frank Mori... version bump
2004-02-29 Frank Mori... fix name clashes with rtai
2004-02-29 Frank Mori... get CONFIG_ADEOS value
2004-02-29 Frank Mori... add missing quote
2004-02-29 Frank Mori... add mising $ and recognize adeos patched kernels
2004-02-29 Frank Mori... add check for depmod to configure
2004-02-29 Frank Mori... deal with moved rtai_config.h
2004-02-29 Frank Mori... fix m4 quoting
2004-02-29 Frank Mori... force gain calibration of 67xx calibration adc to 1
2004-02-29 Frank Mori... hack to set KBUILD_BASENAME
2004-02-27 David SchleefAdd fallback if mktemp utility cannot be found.
2004-02-27 Frank Mori... fix version check for 'owner' member of usb_driver
2004-02-23 David Schleefcleanups. Disable PCMCIA on linux-2.6
2004-02-23 David Schleefdisable RTC code
2004-02-21 Frank Mori... fix for return value of config insn from
2004-02-21 Frank Mori... disable analog triggerring so pfi0 works
2004-02-15 Frank Mori... init ao configuration reg 2 for 67xx
2004-02-15 Frank Mori... eliminate duplicate ao window register definitions...
2004-02-13 Frank Mori... fix compilation with kernels using dynamic hz patch
2004-02-10 Frank Mori... patch from Klaas Gadeyne <Klaas.Gadeyne@mech.kuleuven...
2004-02-08 Frank Mori... more driver support for ni 67xx calibration.
2004-02-08 Frank Mori... we aren't checking for writes that exceed subdevice...
2004-02-07 Frank Mori... fix for compiler warnings from
2004-02-07 Frank Mori... add some more support for 67xx calibration adc
2004-02-03 Frank Mori... i8254 counter patch from Salvador Eduardo Tropea <salva...
2004-01-31 Frank Mori... comment out debug message
2004-01-31 Frank Mori... added Caleb Tennis
2004-01-31 Frank Mori... TRIG_WAKE_EOS and CMD_EV_SCAN_END are not interchangeable
2004-01-31 Frank Mori... COMEDI_EV_SCAN_END and TRIG_WAKE_EOS are not interchang...
2004-01-31 Frank Mori... serial dio (SCXI) support from Caleb Tennis
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
next