2b4404fe5ed79542e2d688931625ba1e7fe89f50
[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 ni_mio_common: doesn't do 2-chan ao.
23
24 das6402 needs cleanup
25
26 register_symtab
27
28 fix PCI code, use pci_find_device()
29
30 standardize error codes
31
32 verify PCI-6503 code
33
34 get rid of spurious "char-major-98-0 not found"
35
36 develop 8253 and Am9513 code
37
38 different error code for board error vs buffer overflow
39
40 spinlocks
41
42 add pci_enable_device where appropriate
43
44 autoloading causes BUG on failure.
45
46 adl_pci9118 doesn't differentiate between various PCI cards
47
48 adv_pci1710 doesn't differentiate between various PCI cards
49
50 need realtime examples
51
52 das1800: kmalloc could fail on large buffer sizes (see dt282x)
53
54 das1800: kmalloc could fail on large buffer sizes (see dt282x)
55
56 check for SA_SHIRQ in drivers
57