52a17522e63c410828df2e8a9bb331d581a8670e
[comedi.git] / TODO
1
2 update the list of supported cards
3
4 mite.c expects that the buffer is vmalloc()ed.  This might not
5 be the case with real-time.  The planned fix for this is to
6 no longer allow real-time applications to allocate their own
7 buffer.
8
9 comedi_rt_timer segfaults when the lower-level driver disappears
10 and reappears.  This is a problem with the Comedi core, not the
11 driver.
12
13 BUG in do_test_for_insn_bits() (due to -EACCES)
14
15 das6402 needs cleanup
16
17 fix PCI code, use pci_find_device()
18
19 standardize error codes
20
21 verify PCI-6503 code
22
23 get rid of spurious "char-major-98-0 not found"
24
25 different error code for board error vs buffer overflow
26
27 spinlocks
28
29 autoloading causes BUG on failure.
30
31 need realtime examples
32
33 das1800: kmalloc could fail on large buffer sizes (see dt282x)
34
35 check for SA_SHIRQ in drivers
36
37 move /proc/comedi to /proc/driver/comedi
38