File: TODO

package info (click to toggle)
dmx4linux 2.5%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,660 kB
  • ctags: 2,835
  • sloc: ansic: 23,341; yacc: 918; asm: 846; makefile: 614; sh: 439
file content (11 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
!!!!! add critical section handling !!!!!!!

- add a verify_area(VERIFY_READ,data, size) or ..VERIFY_WRITE..
  #include <asm/uaccess.h>

- implement an ioctl that waits for a number of dmx-frames passed
  or sends a signal for each dmx-frame that has been passed.

- add support for rtai
  #ifdef CONFIG_KERNEL_HAS_RTAI
  // ON_KERNEL_HAS_RTAI(x)