freebsd-dev/sys/dev/altera
Brooks Davis a1f76946d5 Merge from CheriBSD:
commit d0c7d235c0
    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 19ed45a188
    Update comment.

commit 8edfe803f0
    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 2ea26cf579
    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
2014-11-21 21:14:05 +00:00
..
atse Mechanically convert to if_inc_counter(). 2014-09-19 03:51:26 +00:00
avgen Merge from CheriBSD (2e28d2a309) 2014-11-21 21:10:02 +00:00
jtag_uart Merge from CheriBSD: 2014-11-21 21:14:05 +00:00
pio Add Altera Parallel IO (PIO) device driver. 2014-11-18 14:12:19 +00:00
sdcard Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00