| 8f89e7db | 13-Apr-2018 |
Ruslan Bukin <[email protected]> |
Add driver for Altera SoftDMA® device.
SoftDMA is a software implementation of DMA engine built using Altera FIFO component.
Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd
Add driver for Altera SoftDMA® device.
SoftDMA is a software implementation of DMA engine built using Altera FIFO component.
Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9620
show more ...
|
| f00e79c8 | 28-Jan-2017 |
Robert Watson <[email protected]> |
Merge enhancements to the ALTERA Avalon bus generic device attachment driver to support exposing a GEOM device, which can be used to mount Avalon-attached ROMs, reserved areas of DRAM, etc, as a file
Merge enhancements to the ALTERA Avalon bus generic device attachment driver to support exposing a GEOM device, which can be used to mount Avalon-attached ROMs, reserved areas of DRAM, etc, as a filesystem:
commit 9deb1e60eaaaf7a3687e48c58af5efd756f32ec6 Author: Robert N. M. Watson <[email protected]> Date: Sat Mar 5 20:33:12 2016 +0000
Use format strings with make_dev(9) in avgen(4).
commit 0bf2176c23e7425bfa042c08a24f8a25fe6d8885 Author: Robert N. M. Watson <[email protected]> Date: Tue Mar 1 10:23:23 2016 +0000
Implement a new "geomio" configuration argument to altera_avgen(4), the generic I/O device we attach to various BERI peripherals. The new option requests that, instead of exposing the underlying device via a special device node in /dev, it instead be exposed via geom(4), allowing it to be used with filesystems. The current implementation does not allow a device to be exposed both for file/mmap and geom, so one of the two models must be selected when configuring it via FDT or device.hints. A typical use of the new option will be:
sri-cambridge,geomio = "rw";
MFC after: 1 week Sponsored by: DARPA, AFRL
show more ...
|
| a1f76946 | 21-Nov-2014 |
Brooks Davis <[email protected]> |
Merge from CheriBSD:
commit d0c7d235c09fc65dbdb278e7016a96f79c6a49cc Make the Altera JTAG UART device driver slightly more forgiving of the foibles of a sub-par hrdware interface by increasi
Merge from CheriBSD:
commit d0c7d235c09fc65dbdb278e7016a96f79c6a49cc Make the Altera JTAG UART device driver slightly more forgiving of the foibles of a sub-par hrdware interface by increasing the timeout for spotting JTAG polling from one to two seconds.
commit 19ed45a18832560dab967c179d83b71081c3a220 Update comment.
commit 8edfe803f033cc8e33229f99894c2b7496a44d5f Add a comment about a device-driver race condition that could cause the BERI pipeline to wedge awaiting JTAG in the event that both the low-level console and the tty layer decide to write to the JTAG FIFO just before JTAG is disconnected. Resolving this race is a bit tricky as it looks like there isn't a way to 'give the character back' to the tty layer when we discover the race. The easy fix is to drop the character, which we don't yet do, but perhaps should as that is a better outcome than wedging the pipeline.
commit 2ea26cf579c9defcf31e413e7c9b0fbc159237fc Add a comment about an inherent race with hardware in the Altera JTAG UART's low-level console code.
Submitted by: rwatson MFC after: 1 week Sponsored by: DARPA, AFRL
show more ...
|