gettytab revision 285830
1284990Scy# $FreeBSD: releng/10.2/release/picobsd/mfs_tree/etc/gettytab 75900 2001-04-24 07:46:35Z joe $
2284990Scy#	from: @(#)gettytab	5.14 (Berkeley) 3/27/91
3284990Scy#
4284990Scydefault:\
5284990Scy	:cb:ce:ck:lc:fd#1000:cl:im=\r\nPicoBSD (%h) (%t)\r\n\r\n:sp#1200:
6284990Scy
7284990ScyP|Pc|Pc console:\
8284990Scy	:ht:np:sp#115200:
9284990Scy
10284990Scy# Fixed speed entries
11284990Scy2|std.9600|9600-baud:\
12284990Scy	:np:sp#9600:
13284990Scyg|std.19200|19200-baud:\
14284990Scy	:np:sp#19200:
15284990Scystd.38400|38400-baud:\
16284990Scy	:np:sp#38400:
17284990Scystd.57600|57600-baud:\
18284990Scy	:np:sp#57600:
19284990Scystd.115200|115200-baud:\
20284990Scy	:np:sp#115200:
21284990Scy
22284990Scy# Entry specifying explicit device settings.  See termios(4) and
23284990Scy# /usr/include/termios.h, too.  The entry forces the tty into
24284990Scy# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
25284990Scy#
26284990Scy# cflags: CLOCAL | HUPCL | CREAD | CS8
27284990Scy# oflags: OPOST | ONLCR | OXTABS
28284990Scy# iflags: IXOFF | IXON | ICRNL | IGNPAR
29284990Scy# lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE
30284990Scy#
31284990Scy# The `0' flags don't have input enabled.  The `1' flags don't echo.
32284990Scy# (Echoing is done inside getty itself.)
33284990Scy#
34284990Scylocal.9600|CLOCAL tty @ 9600 Bd:\
35284990Scy	:c0#0x0000c300:c1#0x0000cb00:c2#0x0000cb00:\
36284990Scy	:o0#0x00000007:o1#0x00000002:o2#0x00000007:\
37284990Scy	:i0#0x00000704:i1#0x00000000:i2#0x00000704:\
38284990Scy	:l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\
39284990Scy	:sp#9600:
40284990Scy