das08: Fix wrong AI encoding for das08jr-16-ao.
[comedi.git] / TODO
diff --git a/TODO b/TODO
index 8fda47a469f60f4903c3c437d67a9507d382793b..7ced4364f7e6f14c80497c0d3b04e471b95fec59 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,30 +1,52 @@
 
+make menuconfig
+
+bug: buffer resize to 0 convinces comedi that buffer doesn't exist
+
+doc: how to use kcomedilib
+
+comedi_rt_timer segfaults when the lower-level driver disappears
+and reappears.  This is a problem with the Comedi core, not the
+driver.  I don't really know how to fix this.  Actually, I do.
+kcomedilib needs an implementation of comedi_open() and comedi_close().
+
 das6402 needs cleanup
 
-merge das08, das16, das1600 and do cleanup
+fix PCI code, use pci_find_device()
 
-check each driver init for stuff
+pci_enable_device() needs to be added to many drivers
 
-grep XXX
+get rid of spurious "char-major-98-0 not found"
 
-register_symtab
+spinlocks
 
-allocate subdevice
-allocate private
+autoloading causes BUG on failure.
 
-fix PCI code, use pci_find_device()
+das1800: kmalloc could fail on large buffer sizes (see dt282x).  Needs
+to be fixed to use a bounce buffer.
 
-make a skeleton driver
+move /proc/comedi to /proc/driver/comedi
 
-standardize error codes
+Drivers that do DMA need to be fixed for big-endian machines.
 
-writes to linux source
+ni_pcimio: doesn't do DMA with AO
 
-implement ioctl for comedi_dio_bitfield()
+ni_pcimio: ai COMEDI_WAKE_EOS doesn't work with DMA
 
-verify PCI-6503 code
+create separate fops structure for unconfigured devices (probably not)
 
-get rid of spurious "char-major-98-0 not found"
+ni_mio_common: resetting AO sets ao chan 1 to -10V
+
+Dan Christian 07/01: rtd520.o: problems with buffer
+
+ni_pcimio: polling
+
+migrate COMEDI_CB interface to COMEDI_EV flags, move #defines to comedidev.h
+
+rename prealloc_buf and prealloc_bufsz
+
+fix RT interrupts and comedi_irq[] dumbness
 
-verify 2.0.x operation
+ni_mio_common: analog output doesn't work correctly with insns after
+  running a command