175900Sjoe# $FreeBSD$
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
775900SjoeP|Pc|Pc console:\
875900Sjoe	:ht:np:sp#115200:
975900Sjoe
1075900Sjoe# Fixed speed entries
1175900Sjoe2|std.9600|9600-baud:\
1275900Sjoe	:np:sp#9600:
1375900Sjoeg|std.19200|19200-baud:\
1475900Sjoe	:np:sp#19200:
1575900Sjoestd.38400|38400-baud:\
1675900Sjoe	:np:sp#38400:
1775900Sjoestd.57600|57600-baud:\
1875900Sjoe	:np:sp#57600:
1975900Sjoestd.115200|115200-baud:\
2075900Sjoe	:np:sp#115200:
2175900Sjoe
2275900Sjoe# Entry specifying explicit device settings.  See termios(4) and
2375900Sjoe# /usr/include/termios.h, too.  The entry forces the tty into
2475900Sjoe# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
2575900Sjoe#
2675900Sjoe# cflags: CLOCAL | HUPCL | CREAD | CS8
2775900Sjoe# oflags: OPOST | ONLCR | OXTABS
2875900Sjoe# iflags: IXOFF | IXON | ICRNL | IGNPAR
2975900Sjoe# lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE
3075900Sjoe#
3175900Sjoe# The `0' flags don't have input enabled.  The `1' flags don't echo.
3275900Sjoe# (Echoing is done inside getty itself.)
3375900Sjoe#
3475900Sjoelocal.9600|CLOCAL tty @ 9600 Bd:\
3575900Sjoe	:c0#0x0000c300:c1#0x0000cb00:c2#0x0000cb00:\
3675900Sjoe	:o0#0x00000007:o1#0x00000002:o2#0x00000007:\
3775900Sjoe	:i0#0x00000704:i1#0x00000000:i2#0x00000704:\
3875900Sjoe	:l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\
3975900Sjoe	:sp#9600:
40