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
7# 20140527 add nc (no carrier) to the pc console entry to fix
8# devices with no handshake after svn 264175 (this also affects bhyve)
9P|Pc|Pc console|3wire:\
10	:nc:\
11	:ht:np:sp#115200:
12
13# Fixed speed entries
142|std.9600|9600-baud:\
15	:nc:np:sp#9600:
16g|std.19200|19200-baud:\
17	:np:sp#19200:
18std.38400|38400-baud:\
19	:np:sp#38400:
20std.57600|57600-baud:\
21	:np:sp#57600:
22std.115200|115200-baud:\
23	:np:sp#115200:
24
25# Entry specifying explicit device settings.  See termios(4) and
26# /usr/include/termios.h, too.  The entry forces the tty into
27# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
28#
29# cflags: CLOCAL | HUPCL | CREAD | CS8
30# oflags: OPOST | ONLCR | OXTABS
31# iflags: IXOFF | IXON | ICRNL | IGNPAR
32# lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE
33#
34# The `0' flags don't have input enabled.  The `1' flags don't echo.
35# (Echoing is done inside getty itself.)
36#
37local.9600|CLOCAL tty @ 9600 Bd:\
38	:c0#0x0000c300:c1#0x0000cb00:c2#0x0000cb00:\
39	:o0#0x00000007:o1#0x00000002:o2#0x00000007:\
40	:i0#0x00000704:i1#0x00000000:i2#0x00000704:\
41	:l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\
42	:sp#9600:
43