Added some ack'ing of b interrupts, and do acks before handling
[comedi.git] / comedi / drivers / dt2814.c
2007-06-27 Ian AbbottDon't ignore return value of comedi_request_irq().
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-08-07 Ian AbbottCleaned up resource types. Used unsigned int for IRQs...
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
2004-04-19 Frank Mori Hesschange dev->iobase to unsigned long for 64 bit cpus
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 SchleefFix subdevice flags not having AREF capability
2002-11-21 David SchleefHuge monster patch that removes unnessary headers
2002-09-25 David Schleeffix stupid typo. (from someone, don't remember whom)
2002-03-09 David SchleefGlobal change from ds@stm.lbl.gov to ds@schleef.org
2002-03-08 David SchleefRemove floating point constant
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...
2001-12-01 David SchleefChange linux/malloc.h to linux/slab.h
2001-09-12 David SchleefMoved driver documentation to inline documentation
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-08 David SchleefConversion of drivers from trig to insn/cmd.
2001-03-04 David Schleeffixes for bugs suggested by check_driver
2001-02-13 Frank Mori Hesssplit asyncronous stuff off of comedi_subdevice_struct
2001-01-11 David Schleefadded read_subdev and write_subdev where appropriate
2001-01-08 David Schleefcleanup
2000-11-30 David Schleefadded cmd support, insn support
2000-11-07 David Schleeffix sed script mistake
2000-11-07 David Schleefchange comedi_module.h to linux/comedidev.h
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-02 David SchleefInitial revision