1# $FreeBSD$
2#	from: @(#)gettytab	5.14 (Berkeley) 3/27/91
3#
4default:\
5	:cb:ce:ck:lc:fd#1000:cl:im=\r\nPicoBSD (%h) (%t)\r\n\r\n:sp#1200:
6
7P|Pc|Pc console:\
8	:ht:np:sp#115200:
9
10# Fixed speed entries
112|std.9600|9600-baud:\
12	:np:sp#9600:
13g|std.19200|19200-baud:\
14	:np:sp#19200:
15std.38400|38400-baud:\
16	:np:sp#38400:
17std.57600|57600-baud:\
18	:np:sp#57600:
19std.115200|115200-baud:\
20	:np:sp#115200:
21
22# Entry specifying explicit device settings.  See termios(4) and
23# /usr/include/termios.h, too.  The entry forces the tty into
24# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
25#
26# cflags: CLOCAL | HUPCL | CREAD | CS8
27# oflags: OPOST | ONLCR | OXTABS
28# iflags: IXOFF | IXON | ICRNL | IGNPAR
29# lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE
30#
31# The `0' flags don't have input enabled.  The `1' flags don't echo.
32# (Echoing is done inside getty itself.)
33#
34local.9600|CLOCAL tty @ 9600 Bd:\
35	:c0#0x0000c300:c1#0x0000cb00:c2#0x0000cb00:\
36	:o0#0x00000007:o1#0x00000002:o2#0x00000007:\
37	:i0#0x00000704:i1#0x00000000:i2#0x00000704:\
38	:l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\
39	:sp#9600:
40