comedi.git
2003-08-06 Frank Mori... speed up pio ai fifo transfer a little
2003-08-05 Frank Mori... config/modversions.h and linux/modversions.h are not...
2003-08-05 Frank Mori... override MODVERDIR
2003-08-05 Frank Mori... fix overwrite of LINUXDIR and trivial tweaks
2003-08-05 Frank Mori... fix for NULL undefined?
2003-08-05 Frank Mori... linux 2.6 flag extraction
2003-08-05 Frank Mori... replace all hex codes with KERNEL_VERSION() for clairity
2003-08-05 David SchleefComedi's version is now in config.h
2003-08-05 David Schleeftool for making kernel modules
2003-08-05 David Schleefnew makefile
2003-08-05 David Schleefholder for linux macro
2003-08-05 David Schleefautomake!
2003-08-05 David SchleefBackport Frank's 2.6 changes to 2.4
2003-08-05 David SchleefChange IRQ_HANDLED to 1 when used as an rvalue
2003-08-05 David Schleefautomake Makefiles
2003-08-05 David SchleefI'm a contributor, too
2003-08-04 Frank Mori... bugfix from Steven Jenkins
2003-08-04 Frank Mori... added some 2.2 pci hotplug compat
2003-08-04 Frank Mori... get_free_page() is gone in 2.6
2003-08-04 Frank Mori... update to 2.6 interrupt handler prototype
2003-08-04 Frank Mori... pci_present() gone in 2.6
2003-08-04 Frank Mori... replace deprecated MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT...
2003-08-04 Frank Mori... fixes for 2.6 module_get/module_put
2003-08-04 Frank Mori... pte_offset is now pte_offset_kernel in 2.6
2003-08-04 Frank Mori... new interrupt handler prototype for 2.6, plus some...
2003-08-04 Frank Mori... more 2.6 compatibility
2003-08-03 Frank Mori... kdev_t and suser fixes for 2.6
2003-08-03 Frank Mori... new compat header for 2.6 changes
2003-07-19 Frank Mori... don't require id bits to match anymore, since it has...
2003-07-16 Frank Mori... update web page url
2003-07-10 Frank Mori... fix caldac types for 6052
2003-07-09 Frank Mori... added a note about isapnp support
2003-07-08 Frank Mori... removed references to hard-coded comedi_config path
2003-07-04 Frank Mori... split PCMCIA support out of das08.o driver
2003-07-04 Frank Mori... reduce number of symbols exported from ni_labpc.o for...
2003-07-03 Frank Mori... split off pcmcia daqcard-1200 support from ni_labpc...
2003-07-02 David SchleefSimple patch to get Comedi to compile with the experime...
2003-07-01 Frank Mori... fix setting of CONIFG_COMEDI_MITE
2003-06-27 Frank Mori... fix caldac type for pci-6036e and pci-6034e. fixed...
2003-06-18 Frank Mori... added EXPORT_SYMBOL_GPL() compat macro
2003-06-18 David SchleefAdd a bunch of people r0_7_67x
2003-06-18 David Schleefupdate for new drivers
2003-06-18 David Schleefalloc_subdevices() changed.
2003-06-18 David Schleeffix driver name in doc block
2003-06-18 David SchleefAdd subdev_8255_cleanup()
2003-06-18 David SchleefAdd ni_660x
2003-06-18 David SchleefAdd NI_660X
2003-06-18 David SchleefFound this wandering around. Figured it should go...
2003-06-12 Frank Mori... fix for new 2.5 remap_page_range() prototype
2003-06-09 Frank Mori... trying to fix some pci-das1602/16 calibration weirdness
2003-06-06 David Schleefni_6527 requires the mite driver
2003-06-06 David SchleefFix minor typos.
2003-06-05 Frank Mori... make single-scan code work for 611x too
2003-06-05 Frank Mori... trying to fix dac08 calibration dac, which doesn't...
2003-06-04 Frank Mori... jump through hoops for special case of stop_arg=1 on...
2003-06-03 Frank Mori... try and make sure we get the scan across dma during...
2003-05-30 Frank Mori... fix race in setting COMEDI_CB_EOS event with dma
2003-05-30 Frank Mori... added an error check that catches common case of 'make...
2003-05-29 Frank Mori... made minimum stop_arg for stop_src = TRIG_COUNT equal...
2003-05-27 David SchleefNew driver from Michal Dobes
2003-05-27 David SchleefAdd adv_pci_dio driver from Michal Dobes
2003-05-27 David Schleefmajkl@tesnet.cz -> dobes@tesnet.cz
2003-05-27 David Schleefupdate documentation
2003-05-26 Frank Mori... external trigger fixes
2003-05-26 Frank Mori... got rid of BUG message on buffer overrun, since it...
2003-05-24 Frank Mori... think i finnally found the problem with 611x initialization
2003-05-23 Frank Mori... still trying to fix 6110 initialization problem, plus...
2003-05-23 Frank Mori... fix new ai range code
2003-05-23 Frank Mori... added new boards
2003-05-23 Frank Mori... still trying to fix erratic scan pacing on 611x, plus...
2003-05-20 Frank Mori... really fixed munging for pio boards
2003-05-19 Frank Mori... fix segfault noted by calin calianu
2003-05-16 Frank Mori... disarm counters in ni_ai_reset(), to try and fix initia...
2003-05-15 Frank Mori... fix munging for pio analog input
2003-05-15 David SchleefPatch to add AO subdevice from "Calin A. Culianu" ...
2003-05-14 David SchleefPatch from "Calin A. Culianu" <calin@ajvar.org>
2003-05-12 Frank Mori... initialize caldacs (so software readback is synced...
2003-05-12 Frank Mori... change address parameter to unsigned long for inb/outb...
2003-05-12 Frank Mori... fix length of caldacs array to prevent its overflow...
2003-05-09 Frank Mori... added a little comedi_calibrate advertising
2003-05-09 Frank Mori... moved calibration code to comedi_calibrate
2003-05-05 David SchleefPCI code for PCI-6704
2003-05-03 Frank Mori... change 6071 caldac type to ad8804_debug to fix broken cal
2003-05-02 Frank Mori... updated driver description about isapnp support
2003-04-28 Frank Mori... re-fix suse brokeness
2003-04-28 Frank Mori... daqcard 6062e definitely has an ad8804 caldac
2003-04-27 Frank Mori... oops that was supposed to be ad8804, not dac8804. ...
2003-04-27 Frank Mori... trying dac8804 caldac type for daqcard-6062
2003-04-19 Frank Mori... remove nonexistant ao range for 60xx boards
2003-04-11 Frank Mori... added include of comedidev.h for comedi_udelay()
2003-04-02 Frank Mori... removed some comments, at ivan's request
2003-03-31 Frank Mori... fix compile
2003-03-27 Frank Mori... replaced udelay with comedi_udelay
2003-03-27 Frank Mori... replaced all udelay() calls with comedi_udelay() wrappe...
2003-03-27 Frank Mori... added pci_find_subsys() compatibility stub. changed...
2003-03-27 Frank Mori... added comedi_get_buffer_offset() to kcomedilib
2003-03-27 Frank Mori... added comedi_mark_buffer_read() and comedi_get_buffer_c...
2003-03-14 Frank Mori... more isapnp id tweaks, and removed redundant num_ni_boa...
2003-03-14 Frank Mori... added isapnp id number for at-mio-16e-10
2003-03-13 Frank Mori... added locking for software copies of registers
next