PERFORCE change 36282 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sat Aug 16 22:54:24 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=36282
Change 36282 by marcel at marcel_nfs on 2003/08/16 22:54:08
Call ttychars() on open.
Affected files ...
.. //depot/projects/uart/dev/uart/uart_core.c#17 edit
Differences ...
==== //depot/projects/uart/dev/uart/uart_core.c#17 (text+ko) ====
@@ -584,6 +584,7 @@
tp->t_ispeed = tp->t_ospeed = uart_console.baudrate;
} else
tp->t_ispeed = tp->t_ospeed = TTYDEF_SPEED;
+ ttychars(tp);
error = uart_tty_param(tp, &tp->t_termios);
if (error)
return (error);
More information about the p4-projects
mailing list