175900Sjoe# $FreeBSD: releng/11.0/release/picobsd/mfs_tree/etc/gettytab 266779 2014-05-28 00:30:32Z luigi $
275900Sjoe#	from: @(#)gettytab	5.14 (Berkeley) 3/27/91
375900Sjoe#
475900Sjoedefault:\
575900Sjoe	:cb:ce:ck:lc:fd#1000:cl:im=\r\nPicoBSD (%h) (%t)\r\n\r\n:sp#1200:
675900Sjoe
7266779Sluigi# 20140527 add nc (no carrier) to the pc console entry to fix
8266779Sluigi# devices with no handshake after svn 264175 (this also affects bhyve)
9266779SluigiP|Pc|Pc console|3wire:\
10266779Sluigi	:nc:\
1175900Sjoe	:ht:np:sp#115200:
1275900Sjoe
1375900Sjoe# Fixed speed entries
1475900Sjoe2|std.9600|9600-baud:\
15266779Sluigi	:nc:np:sp#9600:
1675900Sjoeg|std.19200|19200-baud:\
1775900Sjoe	:np:sp#19200:
1875900Sjoestd.38400|38400-baud:\
1975900Sjoe	:np:sp#38400:
2075900Sjoestd.57600|57600-baud:\
2175900Sjoe	:np:sp#57600:
2275900Sjoestd.115200|115200-baud:\
2375900Sjoe	:np:sp#115200:
2475900Sjoe
2575900Sjoe# Entry specifying explicit device settings.  See termios(4) and
2675900Sjoe# /usr/include/termios.h, too.  The entry forces the tty into
2775900Sjoe# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
2875900Sjoe#
2975900Sjoe# cflags: CLOCAL | HUPCL | CREAD | CS8
3075900Sjoe# oflags: OPOST | ONLCR | OXTABS
3175900Sjoe# iflags: IXOFF | IXON | ICRNL | IGNPAR
3275900Sjoe# lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE
3375900Sjoe#
3475900Sjoe# The `0' flags don't have input enabled.  The `1' flags don't echo.
3575900Sjoe# (Echoing is done inside getty itself.)
3675900Sjoe#
3775900Sjoelocal.9600|CLOCAL tty @ 9600 Bd:\
3875900Sjoe	:c0#0x0000c300:c1#0x0000cb00:c2#0x0000cb00:\
3975900Sjoe	:o0#0x00000007:o1#0x00000002:o2#0x00000007:\
4075900Sjoe	:i0#0x00000704:i1#0x00000000:i2#0x00000704:\
4175900Sjoe	:l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\
4275900Sjoe	:sp#9600:
43