Commit 5e125db8 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Hack fix, force DTR/RTS on in sunsab console.

parent 032e9c06
......@@ -940,6 +940,7 @@ static int sunsab_console_setup(struct console *con, char *options)
writeb(up->interrupt_mask1, &up->regs->w.imr1);
sunsab_convert_to_sab(up, con->cflag, 0, baud);
sunsab_set_mctrl(&up->port, TIOCM_DTR | TIOCM_RTS);
spin_unlock_irqrestore(&up->port.lock, flags);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment