mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
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.
This commit is contained in:
parent
23212d98f1
commit
d0c7d235c0
@ -67,7 +67,7 @@ static struct ttydevsw aju_ttydevsw = {
|
||||
* When polling for the AC bit, the number of times we have to not see it
|
||||
* before assuming JTAG has disappeared on us. By default, one second.
|
||||
*/
|
||||
#define AJU_JTAG_MAXMISS 5
|
||||
#define AJU_JTAG_MAXMISS 10
|
||||
|
||||
/*
|
||||
* Polling intervals for input/output and JTAG connection events.
|
||||
|
Loading…
Reference in New Issue
Block a user