*** empty log message ***
[comedi.git] / TODO
1
2 bug: buffer resize to 0 convinces comedi that buffer doesn't exist
3
4 doc: how to use kcomedilib
5
6 comedi_rt_timer segfaults when the lower-level driver disappears
7 and reappears.  This is a problem with the Comedi core, not the
8 driver.  I don't really know how to fix this.  Actually, I do.
9 kcomedilib needs an implementation of comedi_open() and comedi_close().
10
11 das6402 needs cleanup
12
13 fix PCI code, use pci_find_device()
14
15 pci_enable_device() needs to be added to many drivers
16
17 standardize error codes
18
19 get rid of spurious "char-major-98-0 not found"
20
21 spinlocks
22
23 autoloading causes BUG on failure.
24
25 need realtime examples
26
27 das1800: kmalloc could fail on large buffer sizes (see dt282x).  Needs
28 to be fixed to use a bounce buffer.
29
30 move /proc/comedi to /proc/driver/comedi
31
32 Drivers that do DMA need to be fixed for big-endian machines.
33
34 Comedi should support devfs
35
36 ni_pcimio: doesn't do DMA with AO
37
38 ni_pcimio: ai COMEDI_WAKE_EOS doesn't work with DMA
39
40 ni_pcimio: ao "write: Invalid argument" for initial write
41
42