Eunil Won's Home Page

Welcome | Lecture | Research | Hobby | Links | Internal | Manual | Web Usage

Device Driver for TTRX

This is a short instruction about the status of the device driver development for the TTRX PCI device.
20050223: Regular register and FIFO are in a separate device
          Multiple processes can access regular registers
          Only one process can open the FIFO registers
          (Multiple) FIFO registers can be read out by a single system call
          Protection against SEGV problem for the out of the ttrx address space
          cvs -d :pserver:ttrx@sorim2.korea.ac.kr:80/data/CVSroot login
          cvs -d :pserver:ttrx@sorim2.korea.ac.kr:80/data/CVSroot co ttrx 
20050121: /proc/ttrx can be accessible (similar to the output of the dump-ttrx)
20050118: device driver version of the xfer-ttrx is written