freebsd-src/sys/dev/dcons
Poul-Henning Kamp 95bc568977 Add new function ttyinitmode() which sets our systemwide default
modes on a tty structure.

Both the ".init" and the current settings are initialized allowing
the function to be used both at attach and open time.

The function takes an argument to decide if echoing should be enabled.
Echoing should not be enabled for regular physical serial ports
unless they are consoles, in which case they should be configured
by ttyconsolemode() instead.

Use the new function throughout.
2004-10-18 21:51:27 +00:00
..
dcons.c - Split dcons core code and OS dependent code. 2004-10-13 05:38:42 +00:00
dcons.h - Split dcons core code and OS dependent code. 2004-10-13 05:38:42 +00:00
dcons_crom.c - Split dcons core code and OS dependent code. 2004-10-13 05:38:42 +00:00
dcons_os.c Add new function ttyinitmode() which sets our systemwide default 2004-10-18 21:51:27 +00:00
dcons_os.h - Split dcons core code and OS dependent code. 2004-10-13 05:38:42 +00:00