*** empty log message ***
authorDavid Schleef <ds@schleef.org>
Sat, 9 Mar 2002 00:10:17 +0000 (00:10 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 9 Mar 2002 00:10:17 +0000 (00:10 +0000)
TODO

diff --git a/TODO b/TODO
index 477600d82ed42a059b56a87024f138d913caa49b..62b8376ebab9ed2a7a4eeeaac4e4a44aa5496675 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,12 @@
 
+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.
-
-BUG in do_test_for_insn_bits() (due to -EACCES)  This happens when
-another process is using a subdevice.
+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
 
@@ -24,24 +24,23 @@ autoloading causes BUG on failure.
 
 need realtime examples
 
-das1800: kmalloc could fail on large buffer sizes (see dt282x)
+das1800: kmalloc could fail on large buffer sizes (see dt282x).  Needs
+to be fixed to use a bounce buffer.
 
 move /proc/comedi to /proc/driver/comedi
 
+Drivers that do DMA need to be fixed for big-endian machines.
 
-bug: buffer resize to 0 convinces comedi that buffer doesn't exist
+Comedi should support devfs
+
+ni_pcimio issues:
 
 - ao dma
 
-- ai doesn't stop
+- ai doesn't stop with DMA
 
 - COMEDI_WAKE_EOS doesn't work with DMA
 
-- munging config parameter
-
-- ao "write: Invalid argument"
-
-- buffer size issues
+- ao "write: Invalid argument" for initial write
 
-- devfs support