atom feed1 message in org.freebsd.p4-projectsPERFORCE change 36282 for review
FromSent OnAttachments
Marcel MoolenaarAug 16, 2003 10:54 pm 
Subject:PERFORCE change 36282 for review
From:Marcel Moolenaar (mar@FreeBSD.org)
Date:Aug 16, 2003 10:54:04 pm
List:org.freebsd.p4-projects

http://perforce.freebsd.org/chv.cgi?CH=36282

Change 36282 by marcel@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);