fixed some stuff
[comedi.git] / TODO
1
2 update the list of supported cards
3
4 mode[N] doesn't work until cmd is used.  Works in .57, not in
5 CVS.  I know how to fix this, but it needs other changes to
6 be done correctly.
7
8 mite.c expects that the buffer is vmalloc()ed.  This might not
9 be the case with real-time.  The planned fix for this is to
10 no longer allow real-time applications to allocate their own
11 buffer.
12
13 PCMCIA scripts are broken.  Installation documentation isn't correct
14 for PCMCIA.  
15
16 comedi_rt_timer segfaults when the lower-level driver disappears
17 and reappears.  This is a problem with the Comedi core, not the
18 driver.
19
20 BUG in do_test_for_insn_bits() (due to -EACCES)
21
22 das6402 needs cleanup
23
24 fix PCI code, use pci_find_device()
25
26 standardize error codes
27
28 verify PCI-6503 code
29
30 get rid of spurious "char-major-98-0 not found"
31
32 different error code for board error vs buffer overflow
33
34 spinlocks
35
36 autoloading causes BUG on failure.
37
38 adl_pci9118 doesn't differentiate between various PCI cards
39
40 adv_pci1710 doesn't differentiate between various PCI cards
41
42 need realtime examples
43
44 das1800: kmalloc could fail on large buffer sizes (see dt282x)
45
46 das1800: kmalloc could fail on large buffer sizes (see dt282x)
47
48 check for SA_SHIRQ in drivers
49