Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a dummy write to start DMA transfers when sending data to the FPGA. | Philip Balister | 2010-09-21 | 1 | -1/+1 |
| | | | | Poll will also start data transfers. | ||||
* | Use the ring buffer sizes read from the kernel. | Philip Balister | 2010-09-21 | 1 | -3/+3 |
| | |||||
* | Convert write to use the mmap interface. | Philip Balister | 2010-09-21 | 1 | -4/+22 |
| | |||||
* | Read the ring buffer size from the kernel and use that to set up the | Philip Balister | 2010-09-21 | 1 | -10/+17 |
| | | | | structures that read and write the ring buffer. | ||||
* | Fix ring buffer size calculation. | Philip Balister | 2010-09-21 | 1 | -4/+4 |
| | |||||
* | Fix really dumb mistake in rad ring buffer code. Add/comment debug | root | 2010-09-20 | 1 | -4/+6 |
| | | | | lines. | ||||
* | Convert to use mmaped rx ring buffer. | Philip Balister | 2010-08-11 | 1 | -13/+50 |
| | |||||
* | Loopback test now supports variable size and works with mmapable ring buffer. | Philip Balister | 2010-08-11 | 1 | -0/+194 |