comedi.git
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
2003-03-13 Frank Mori... get rid of printk on AO terminal count interrupt
2003-03-13 Frank Mori... AO stop_src=TRIG_COUNT support from Rolf Mueller, and...
2003-03-13 Frank Mori... added isapnp id of AT-MIO-16XE-50 to driver
2003-03-12 Frank Mori... added comedi_data_read_hint() and comedi_data_read_dela...
2003-03-12 Frank Mori... added comedi_data_read_hint() and comedi_data_read_dela...
2003-03-12 Frank Mori... ripped out some settling delays
2003-03-11 Frank Mori... make underrun detection play nice with stop_src TRIG_COUNT
2003-03-11 Frank Mori... handle ai error events before exiting handler
2003-03-11 Frank Mori... patch from Ivan, with settling delay ripped out (update...
2003-03-10 Frank Mori... isapnp.h compat header didn't work out as nicely as...
2003-03-10 Frank Mori... added isapnp compat header
2003-03-10 Frank Mori... isapnp fixes (mostly just changing pcidev->irq to pcide...
2003-03-02 Frank Mori... initialize caldacs to middle-of-range during attach...
2003-03-02 Frank Mori... init almost empty/full registers with larger values...
2003-03-02 Frank Mori... don't enable BTERM#
2003-02-28 Frank Mori... try to fix some useless warning messages with das16/330
2003-02-27 Frank Mori... explicitly disable interrupts and pacing in ai read...
2003-02-27 Frank Mori... made das16_cancel() disable external pacing too
2003-02-24 Frank Mori... fix crash
2003-02-22 Frank Mori... removed redundant setting of async->buf_read_count...
2003-02-21 Frank Mori... exported symbol for comedi_get_buffer_size()
2003-02-20 Frank Mori... added comedi_get_buffer_size() to kcomedilib
2003-02-20 Frank Mori... updated status
2003-02-20 Frank Mori... disable debugging code
2003-02-20 Frank Mori... added debug message
2003-02-20 Frank Mori... added comedi_buf_read_free() call to comedi_set_user_in...
2003-02-20 Frank Mori... added rx fifo overrun detection
2003-02-20 Frank Mori... imore debug messages
2003-02-20 Frank Mori... disable interrupts in cancel
2003-02-19 Frank Mori... make subdev_flags and runflags volatile since they...
2003-02-19 Frank Mori... stop suppressing block events
2003-02-19 Frank Mori... added a debug message
2003-02-19 Frank Mori... set insn_config to insn_inval if it is NULL
2003-02-19 Frank Mori... fix INSN_CONFIG_BLOCK_SIZE
2003-02-19 Frank Mori... more debug messages
2003-02-19 Frank Mori... bug fixes
2003-02-18 Frank Mori... make end of scan events correct for digital io
2003-02-18 Frank Mori... declare elements of dma descriptors volatile
2003-02-18 Frank Mori... add support for INSN_CONFIG_BLOCK_SIZE
2003-02-18 Frank Mori... added init of hpdi interrupt control reg, fixed dma...
2003-02-18 Frank Mori... fix stop src TRIG_COUNT
2003-02-18 Frank Mori... fix pci discovery
2003-02-17 Frank Mori... use dma chan 0
2003-02-17 Frank Mori... new driver (doesn't work yet)
2003-02-15 Frank Mori... fixed sizes passed to ioremap
2003-02-15 Frank Mori... Changed prototype of alloc_subdevices() so it doesn...
2003-02-15 Frank Mori... moved plx9080 dma abort routine from cb_pcidas64 driver...
2003-02-13 Frank Mori... added pci-6534 to pci_device_id table
2003-02-10 Frank Mori... removed comment which said to wait for mux to settle
2003-02-10 Frank Mori... got rid of some spurious address-of operators
2003-02-05 Frank Mori... updated reference to old lineo cvs server
2003-02-03 David SchleefFix warning
2003-02-03 David SchleefMove DEBUG() definition to fix compile errors
2003-02-03 David SchleefDoc links
2003-02-03 David SchleefNeed to set read_subdev
2003-02-03 Frank Mori... make install directions more redhat 8 friendly, apparen...
2003-01-31 David Schleefrandomly change is_diodaq to a bitfield
2003-01-31 David SchleefAdd some configuration instructions
2003-01-31 David SchleefAdd header
2003-01-31 David Schleefmove INSN_CONFIG to header
2003-01-31 David SchleefFix missing bounds check
2003-01-31 David SchleefNew driver
2003-01-30 David SchleefFix device name
2003-01-29 Frank Mori... replace broken comedi_buf_put() with cfc_write_to_buffer()
2003-01-27 Frank Mori... don't allow irq and timer mode to be used simultaneously
2003-01-23 Frank Mori... added some locking to make sure software copies of...
2003-01-13 Frank Mori... trying to fix apparent failure to reset interrupt
2003-01-11 Frank Mori... fix 671x analog output insn that i broke
2003-01-01 Frank Mori... fix interaction between analog output channels ( bug...
2003-01-01 Frank Mori... fix number of eeprom channels, and remove incorrect...
2002-12-30 Frank Mori... updated my email address
2002-12-30 Frank Mori... fixed channel 1 analog output insn (bug11)
2002-12-21 Frank Mori... fix supported analog input arefs flags
2002-12-21 Frank Mori... removed unused win_save() and win_restore()
2002-12-21 Frank Mori... got rid of all window save/restore stuff since it wasn...
2002-12-20 David SchleefPatch from tomasz for INSN_INITTRIG
2002-12-12 David Schleefstill don't know what the PCI ID of the 6704 is
2002-12-12 David SchleefFixed range structures for 6704.
2002-12-11 Frank Mori... changed dev_info names so pcmcia script will run comedi...
next