1# $FreeBSD$ 2# from: @(#)gettytab 5.14 (Berkeley) 3/27/91 3# 4# Most of the table entries here are just copies of the old getty table, 5# it is by no means certain, or even likely, that any of them are optimal 6# for any purpose whatever. Nor is it likely that more than a couple are 7# even correct. 8# 9# The default gettytab entry, used to set defaults for all other 10# entries, and in cases where getty is called with no table name. 11# 12# cb, ce and ck are desirable on most crt's. The non-crt entries need to 13# be changed to turn them off (:cb@:ce@:ck@:). 14# 15# lc should always be on; it's a remainder of some stone age when there 16# have been terminals around not being able of handling lower-case 17# characters. Those terminals aren't supported any longer, but getty is 18# `smart' about them by default. 19# 20# Parity defaults to even, but the Pc entry and all the `std' entries 21# specify no parity. The different parities are: 22# (none): same as ep for getty. login will use terminal as is. 23# ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and 24# fake parity. login will use even parity (cs7 parenb -parodd). 25# op: same as ep except odd parity (cs7 parenb parodd) for login. 26# getty will fake odd parity as well. 27# ap: same as ep except -inpck instead of inpck for login. 28# ap overrides op and ep. 29# np: 1. don't fake parity in getty. The fake parity garbles 30# characters on non-terminals (like pccons) that don't 31# support parity. It would probably better for getty not to 32# try to fake parity. It could just use cbreak mode so as 33# not to force cs8 and let the hardware handle the parity. 34# login has to be rely on the hardware anyway. 35# 2. set cs8 -parenb -istrip -inpck. 36# ep:op: same as ap. 37# 38default:\ 39 :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:\ 40 :if=/etc/issue: 41 42# 43# Fixed speed entries 44# 45# The "std.NNN" names are known to the special case 46# portselector code in getty, however they can 47# be assigned to any table desired. 48# The "NNN-baud" names are known to the special case 49# autobaud code in getty, and likewise can 50# be assigned to any table desired (hopefully the same speed). 51# 52std:\ 53 :np:sp#0: 54a|std.110|110-baud:\ 55 :np:nd#1:cd#1:uc:sp#110: 56b|std.134|134.5-baud:\ 57 :np:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl: 581|std.150|150-baud:\ 59 :np:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 : 60c|std.300|300-baud:\ 61 :np:nd#1:cd#1:sp#300: 62d|std.600|600-baud:\ 63 :np:nd#1:cd#1:sp#600: 64f|std.1200|1200-baud:\ 65 :np:fd#1:sp#1200: 666|std.2400|2400-baud:\ 67 :np:sp#2400: 687|std.4800|4800-baud:\ 69 :np:sp#4800: 702|std.9600|9600-baud:\ 71 :np:sp#9600: 72g|std.19200|19200-baud:\ 73 :np:sp#19200: 74std.38400|38400-baud:\ 75 :np:sp#38400: 76std.57600|57600-baud:\ 77 :np:sp#57600: 78std.115200|115200-baud:\ 79 :np:sp#115200: 80std.230400|230400-baud:\ 81 :np:sp#230400: 82 83# 84# Entry specifying explicit device settings. See termios(4) and 85# /usr/include/termios.h, too. The entry forces the tty into 86# CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control. 87# 88# cflags: CLOCAL | HUPCL | CREAD | CS8 89# oflags: OPOST | ONLCR | OXTABS 90# iflags: IXOFF | IXON | ICRNL | IGNPAR 91# lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE 92# 93# The `0' flags don't have input enabled. The `1' flags don't echo. 94# (Echoing is done inside getty itself.) 95# 96local.9600|CLOCAL tty @ 9600 Bd:\ 97 :c0#0x0000c300:c1#0x0000cb00:c2#0x0000cb00:\ 98 :o0#0x00000007:o1#0x00000002:o2#0x00000007:\ 99 :i0#0x00000704:i1#0x00000000:i2#0x00000704:\ 100 :l0#0x000005cf:l1#0x00000000:l2#0x000005cf:\ 101 :sp#9600:np: 102 103# 104# Dial in rotary tables, speed selection via 'break' 105# 1060|d300|Dial-300:\ 107 :nx=d1200:cd#2:sp#300: 108d1200|Dial-1200:\ 109 :nx=d150:fd#1:sp#1200: 110d150|Dial-150:\ 111 :nx=d110:lm@:tc=150-baud: 112d110|Dial-110:\ 113 :nx=d300:tc=300-baud: 114 115# 116# Fast dialup terminals, 2400/1200/300 rotary (can start either way) 117# 118D2400|d2400|Fast-Dial-2400:\ 119 :nx=D1200:tc=2400-baud: 1203|D1200|Fast-Dial-1200:\ 121 :nx=D300:tc=1200-baud: 1225|D300|Fast-Dial-300:\ 123 :nx=D2400:tc=300-baud: 124 125# 126#telebit (19200) 127# 128t19200:\ 129 :nx=t2400:tc=19200-baud: 130t2400:\ 131 :nx=t1200:tc=2400-baud: 132t1200:\ 133 :nx=t19200:tc=1200-baud: 134 135# 136#telebit (9600) 137# 138t9600:\ 139 :nx=t2400a:tc=9600-baud: 140t2400a:\ 141 :nx=t1200a:tc=2400-baud: 142t1200a:\ 143 :nx=t9600:tc=1200-baud: 144 145# 146# Odd special case terminals 147# 148-|tty33|asr33|Pity the poor user of this beast:\ 149 :tc=110-baud: 150 1514|Console|Console Decwriter II:\ 152 :nd@:cd@:rw:tc=300-baud: 153 154e|Console-1200|Console Decwriter III:\ 155 :fd@:nd@:cd@:rw:tc=1200-baud: 156 157i|Interdata console:\ 158 :uc:sp#0: 159 160l|lsi chess terminal:\ 161 :sp#300: 162 163X|Xwindow|X window system:\ 164 :fd@:nd@:cd@:rw:sp#9600: 165 166P|Pc|Pc console:\ 167 :ht:np:sp#9600: 168 169# 170# Weirdo special case for fast crt's with hardcopy devices 171# 1728|T9600|CRT with hardcopy:\ 173 :nx=T300:tc=9600-baud: 1749|T300|CRT with hardcopy (300):\ 175 :nx=T9600:tc=300-baud: 176 177# 178# Plugboard, and misc other terminals 179# 180plug-9600|Plugboard-9600:\ 181 :pf#1:tc=9600-baud: 182p|P9600|Plugboard-9600-rotary:\ 183 :pf#1:nx=P300:tc=9600-baud: 184q|P300|Plugboard-300:\ 185 :pf#1:nx=P1200:tc=300-baud: 186r|P1200|Plugboard-1200:\ 187 :pf#1:nx=P9600:tc=1200-baud: 188 189# 190# XXXX Port selector 191# 192s|DSW|Port Selector:\ 193 :ps:sp#2400: 194 195# 196# Auto-baud speed detect entry for Micom 600. 197# Special code in getty will switch this out 198# to one of the NNN-baud entries. 199# 200A|Auto-baud:\ 201 :ab:sp#2400:f0#040: 202 203# 204# autologin - automatically log in as root 205# 206 207autologin|al.9600:\ 208 :al=root:tc=std.9600: 209al.19200:\ 210 :al=root:tc=std.19200: 211al.38400:\ 212 :al=root:tc=std.38400: 213al.57600:\ 214 :al=root:tc=std.57600: 215al.115200:\ 216 :al=root:tc=std.115200: 217al.230400:\ 218 :al=root:tc=std.230400: 219al.Pc:\ 220 :al=root:tc=Pc 221 222# 223# Entries for 3-wire serial terminals. These don't supply carrier, so 224# clocal needs to be set, and crtscts needs to be unset. 225# 2263wire:\ 227 :np:nc:sp#0: 2283wire.9600|9600-3wire:\ 229 :np:nc:sp#9600: 2303wire.19200|19200-3wire:\ 231 :np:nc:sp#19200: 2323wire.38400|38400-3wire:\ 233 :np:nc:sp#38400: 2343wire.57600|57600-3wire:\ 235 :np:nc:sp#57600: 2363wire.115200|115200-3wire:\ 237 :np:nc:sp#115200: 2383wire.230400|230400-3wire:\ 239 :np:nc:sp#230400: 240