Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2003 22:54:21 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36282 for review
Message-ID:  <200308170554.h7H5sLg4044343@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308170554.h7H5sLg4044343>