Added some ack'ing of b interrupts, and do acks before handling
[comedi.git] / comedi / drivers / dt282x.c
2007-04-19 Frank Mori HessMade some changes to async buffer, to better accommodat...
2006-12-12 Frank Mori HessFixed interrupt handler prototypes for all drivers...
2006-11-15 Frank Mori HessAdded support for generating a seperate device file...
2006-10-16 Frank Mori HessGave board_name member of comedi_driver_struct a well...
2006-08-07 Ian AbbottCleaned up resource types. Used unsigned int for IRQs...
2005-10-07 David SchleefConvert to UTF-8. Fix some warnings.
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
2003-09-15 Frank Mori HessFully support munging in core. Still need to check...
2003-09-06 Frank Mori Hessmake sure dma is disabled during command setup
2003-09-06 Frank Mori Hessfixed maximum speeds for different board types (added...
2003-09-05 Frank Mori Hessre-enabled ad done interrupts in ai cmd, and added...
2003-09-05 Frank Mori Hessignore ai errors that occur after we have all the data...
2003-09-05 Frank Mori Hesstrying to fix crashes at during high frequency ai
2003-09-04 Frank Mori Hessdon't re-enable ai dma after it's finished
2003-09-03 Frank Mori Hessadd clear_dma_ff() calls
2003-09-03 Frank Mori Hessfix problems with buffer wrap-around by using generic...
2003-08-04 Frank Mori Hessget_free_page() is gone in 2.6
2003-08-04 Frank Mori Hessnew interrupt handler prototype for 2.6, plus some...
2003-03-27 Frank Mori Hessreplaced all udelay() calls with comedi_udelay() wrappe...
2003-02-15 Frank Mori HessChanged prototype of alloc_subdevices() so it doesn...
2002-11-21 David SchleefHuge monster patch that removes unnessary headers
2002-09-04 David Schleefend-of-range fix in ao cmdtest, and ao chanlist should...
2002-07-25 David SchleefRemove async->data_len globally
2002-07-25 David SchleefMigrated COMEDI_CB_ERROR to OVERFLOW where necessary
2002-07-25 David Schleefremove usage of comedi_buf_copy_from()
2002-07-09 David SchleefFixes for more buffer changes
2002-07-05 Frank Mori HessFirst pass at revised buffer system, hopefully didn...
2002-06-07 David SchleefOnly advertise TRIG_NONE as a stop source, since that...
2002-05-16 David SchleefGlobally fix spelling of SDF_WRITABLE
2002-03-09 David SchleefGlobal change from ds@stm.lbl.gov to ds@schleef.org
2002-01-15 David SchleefConvert all uses of comedi_bufcheck, comedi_done, comed...
2002-01-15 David SchleefCleanups suggested by check_driver. Mostly leaky symbo...
2002-01-14 Frank Mori Hessadded a little printk for when request_irq fails
2001-12-01 David SchleefChange linux/malloc.h to linux/slab.h
2001-09-12 David SchleefMoved driver documentation to inline documentation
2001-09-05 David SchleefRemove use of range_unknown
2001-08-23 Frank Mori Hessforgot to load up fifo in analog out inttrig, fixed...
2001-08-23 David SchleefFixed analog output command to use TRIG_INT
2001-05-24 David SchleefCode cleanup, mainly things noticed by check_driver...
2001-04-11 David SchleefMigrating drivers from trig to insn
2001-03-22 David Schleefremoved dev->iosize
2001-03-17 David SchleefRemoved dependency on s->async->cur_trig in all the...
2001-03-08 David SchleefConversion of drivers from trig to insn/cmd.
2001-03-04 David Schleeffixes for bugs suggested by check_driver
2001-03-04 David Schleefconverted all drivers to use comedi_recognize() with...
2001-02-13 Frank Mori Hesssplit asyncronous stuff off of comedi_subdevice_struct
2001-01-23 David Schleefrandom cleanup
2001-01-17 David Schleeffixed adbits for dt2824
2001-01-11 David Schleefadded read_subdev and write_subdev where appropriate
2001-01-09 David Schleefmigrate everybody from asm/irq.h to linux/irq.h
2000-11-30 David Schleefadded insn support
2000-11-07 David Schleeffix sed script mistake
2000-11-07 David Schleefchange comedi_module.h to linux/comedidev.h
2000-09-03 David Schleefinstruction bits support
2000-07-24 David Schleeflots of changes
2000-07-13 David Schleefmodule, Makefile, config changes
2000-03-06 David SchleefRemoved timer_type globally, moved to comedi_get_device...
2000-02-15 David Schleefrange modularization
2000-02-10 David Schleef*** empty log message ***
2000-02-09 David Schleefinitial command support for dt282x
2000-02-02 David SchleefInitial revision