2e96fd1ee21a1b2e3374dc60b786242d9a37490e
[comedi.git] / TODO
1
2 make menuconfig
3
4 bug: buffer resize to 0 convinces comedi that buffer doesn't exist
5
6 doc: how to use kcomedilib
7
8 comedi_rt_timer segfaults when the lower-level driver disappears
9 and reappears.  This is a problem with the Comedi core, not the
10 driver.  I don't really know how to fix this.  Actually, I do.
11 kcomedilib needs an implementation of comedi_open() and comedi_close().
12
13 das6402 needs cleanup
14
15 fix PCI code, use pci_find_device()
16
17 pci_enable_device() needs to be added to many drivers
18
19 get rid of spurious "char-major-98-0 not found"
20
21 spinlocks
22
23 autoloading causes BUG on failure.
24
25 das1800: kmalloc could fail on large buffer sizes (see dt282x).  Needs
26 to be fixed to use a bounce buffer.
27
28 move /proc/comedi to /proc/driver/comedi
29
30 Drivers that do DMA need to be fixed for big-endian machines.
31
32 ni_pcimio: doesn't do DMA with AO
33
34 ni_pcimio: ai COMEDI_WAKE_EOS doesn't work with DMA
35
36 don't need Configure.help and Configure.help.append
37
38 create separate fops structure for unconfigured devices
39
40 remove SDF_RT globally
41
42 ni_mio_common: starting AO without anything in buffer causes oops
43
44 ni_mio_common: resetting AO sets ao chan 1 to -10V
45
46
47 Dan Christian 07/01: rtd520.o: problems with buffer
48
49 problems with >4GB from buffer
50
51 ni_pcimio: polling
52
53
54
55 rename prealloc_buf and prealloc_bufsz