Added some ack'ing of b interrupts, and do acks before handling
[comedi.git] / comedi / drivers / pcl812.c
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...
2006-06-21 Ian AbbottFix gcc-4.1 warnings (uninitialized variables).
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-05-27 David Schleefmajkl@tesnet.cz -> dobes@tesnet.cz
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-07-25 David SchleefRemove async->data_len globally
2002-07-05 Frank Mori HessFirst pass at revised buffer system, hopefully didn...
2002-07-05 Frank Mori Hessconverted to comedi_buf_put() and got rid of bogus...
2002-05-16 David SchleefGlobally fix spelling of SDF_WRITABLE
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-11-22 Frank Mori Hessremoved async.cur_chanlist_len
2001-09-12 David SchleefMoved driver documentation to inline documentation
2001-09-04 David SchleefFix symbol leakage in a bunch of drivers
2001-07-23 David SchleefUpdate from Michal Dobes
2001-06-21 Frank Mori Hesschanged a bunch of #include <blah.h> to #include "blah...
2001-05-27 David Schleefifdef all the remaining trig related code
2001-04-11 David Schleefmore migration 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-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
2000-11-07 David Schleeffix sed script mistake
2000-11-07 David Schleefchange comedi_module.h to linux/comedidev.h
2000-07-21 David Schleefiobase fix
2000-07-13 David Schleefmodule, Makefile, config changes
2000-06-26 David Schleeffix hidden include of linux/module.h by rtl.h
2000-05-23 David Schleefpatch from Michael Dobes
2000-03-06 David SchleefRemoved timer_type globally, moved to comedi_get_device...
2000-03-04 David SchleefCompilation fixes
2000-03-03 David Schleefadded timer function
2000-03-02 David SchleefAdded pcl812 driver from Michal Dobes <majkl@tesnet.cz>