Partial MFC of change 228122:
Due to the requirement that tty prefixes be unique per driver, rename the Altera JTAG UART devices to ttyj#. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
7be2362060
commit
d8f45cbfe8
@ -75,7 +75,7 @@ struct altera_jtag_uart_softc {
|
||||
u_int *ajus_jtag_missedp;
|
||||
};
|
||||
|
||||
#define AJU_TTYNAME "ttyu"
|
||||
#define AJU_TTYNAME "ttyj"
|
||||
|
||||
/*
|
||||
* Flag values for ajus_flags.
|
||||
|
Loading…
Reference in New Issue
Block a user