gettytab revision 862
137Srgrimes#	from: @(#)gettytab	5.14 (Berkeley) 3/27/91
237Srgrimes#
337Srgrimes# Most of the table entries here are just copies of the old getty table,
437Srgrimes# it is by no means certain, or even likely, that any of them are optimal
537Srgrimes# for any purpose whatever.  Nor is it likely that more than a couple are
637Srgrimes# even correct.
737Srgrimes#
837Srgrimes# The default gettytab entry, used to set defaults for all other
937Srgrimes# entries, and in cases where getty is called with no table name
1037Srgrimes#
11646Sdg# cb, ce and ck are desirable on most crt's.  The non-crt entries need to
12747Srgrimes# be changed to turn them off (cb@:ce@:ck@:).
13646Sdg#
14646Sdg# Parity defaults to even.  There ought to be more alternative entries with
15646Sdg# no parity.  The Pc entry already has no parity..  The different parities
16646Sdg# are:
17646Sdg#     (none): same as even except -inpck instead of inpck for login.
18646Sdg#     ep:     getty will use raw mode (cs8 -parenb) (unless rw is set) and
19646Sdg#             fake parity.  login will use even parity (cs7 parenb -parodd).
20646Sdg#     op:     same as ep except odd parity (cs7 parenb parodd) for login.
21646Sdg#             op overrides ep.
22646Sdg#     ap:     same as ep except -inpck instead of inpck for login.
23646Sdg#             ap overrides op and ep.
24646Sdg#     np:     1. don't fake parity in getty.  The fake parity garbles
25646Sdg#                characters on non-terminals (like pccons) that don't
26646Sdg#                support parity.  It would probably better for getty not to
27646Sdg#                try to fake parity.  It could just use cbreak mode so as
28646Sdg#                as not to force cs8 and let the hardware handle the parity.
29646Sdg#                login has to be rely on the hardware anyway.
30646Sdg#             2. set PASS8, giving cs8 -parenb -istrip -inpck.
31646Sdg#     np:ep:  same as np except inpck.
32646Sdg#     np:op:  same as np:ep except for parodd (but parodd is overridden).
33646Sdg#     np:ap:  same as np except istrip.
34646Sdg#
3537Srgrimesdefault:\
36646Sdg	:cb:ce:ck:fd#1000:im=\r\n   FreeBSD (%h) (%t)\r\n\r\n:sp#1200:
3737Srgrimes
3837Srgrimes#
3937Srgrimes# Fixed speed entries
4037Srgrimes#
4137Srgrimes#	The "std.NNN" names are known to the special case
4237Srgrimes#	portselector code in getty, however they can
4337Srgrimes#	be assigned to any table desired.
4437Srgrimes#	The "NNN-baud" names are known to the special case
4537Srgrimes#	autobaud code in getty, and likewise can
4637Srgrimes#	be assigned to any table desired (hopefully the same speed).
4737Srgrimes#
4837Srgrimesa|std.110|110-baud:\
49862Sache	:np:nd#1:cd#1:uc:sp#110:
5037Srgrimesb|std.134|134.5-baud:\
51862Sache	:np:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl:
5237Srgrimes1|std.150|150-baud:\
53862Sache	:np:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 :
5437Srgrimesc|std.300|300-baud:\
55862Sache	:np:nd#1:cd#1:sp#300:
5637Srgrimesd|std.600|600-baud:\
57862Sache	:np:nd#1:cd#1:sp#600:
5837Srgrimesf|std.1200|1200-baud:\
59862Sache	:np:fd#1:sp#1200:
6037Srgrimes6|std.2400|2400-baud:\
61862Sache	:np:sp#2400:
6237Srgrimes7|std.4800|4800-baud:\
63862Sache	:np:sp#4800:
6437Srgrimes2|std.9600|9600-baud:\
65862Sache	:np:sp#9600:
6637Srgrimesg|std.19200|19200-baud:\
67862Sache	:np:sp#19200:
68154Srgrimesstd.38400|38400-baud:\
69862Sache	:np:sp#38400:
70154Srgrimesstd.57600|57600-baud:\
71862Sache	:np:sp#57600:
72154Srgrimesstd.115200|115200-baud:\
73862Sache	:np:sp#115200:
7437Srgrimes
7537Srgrimes#
7637Srgrimes# Dial in rotary tables, speed selection via 'break'
7737Srgrimes#
7837Srgrimes0|d300|Dial-300:\
7937Srgrimes	:nx=d1200:cd#2:sp#300:
8037Srgrimesd1200|Dial-1200:\
8137Srgrimes	:nx=d150:fd#1:sp#1200:
8237Srgrimesd150|Dial-150:\
8337Srgrimes	:nx=d110:lm@:tc=150-baud:
8437Srgrimesd110|Dial-110:\
8537Srgrimes	:nx=d300:tc=300-baud:
8637Srgrimes
8737Srgrimes#
8837Srgrimes# Fast dialup terminals, 2400/1200/300 rotary (can start either way)
8937Srgrimes#
9037SrgrimesD2400|d2400|Fast-Dial-2400:\
9137Srgrimes	:nx=D1200:tc=2400-baud:
9237Srgrimes3|D1200|Fast-Dial-1200:\
9337Srgrimes	:nx=D300:tc=1200-baud:
9437Srgrimes5|D300|Fast-Dial-300:\
9537Srgrimes	:nx=D2400:tc=300-baud:
9637Srgrimes
9737Srgrimes#
9837Srgrimes#telebit (19200)
9937Srgrimes#
10037Srgrimest19200:\
10137Srgrimes	:nx=t2400:tc=19200-baud:
10237Srgrimest2400:\
10337Srgrimes	:nx=t1200:tc=2400-baud:
10437Srgrimest1200:\
10537Srgrimes	:nx=t19200:tc=1200-baud:
10637Srgrimes
10737Srgrimes#
10837Srgrimes#telebit (9600)
10937Srgrimes#
11037Srgrimest9600:\
111289Srgrimes	:nx=t2400a:tc=9600-baud:
11237Srgrimest2400a:\
11337Srgrimes	:nx=t1200a:tc=2400-baud:
11437Srgrimest1200a:\
11537Srgrimes	:nx=t9600:tc=1200-baud:
11637Srgrimes
11737Srgrimes#
11837Srgrimes# Odd special case terminals
11937Srgrimes#
12037Srgrimes-|tty33|asr33|Pity the poor user of this beast:\
12137Srgrimes	:tc=110-baud:
12237Srgrimes
12337Srgrimes4|Console|Console Decwriter II:\
12437Srgrimes	:nd@:cd@:rw:tc=300-baud:
12537Srgrimes
12637Srgrimese|Console-1200|Console Decwriter III:\
12737Srgrimes	:fd@:nd@:cd@:rw:tc=1200-baud:
12837Srgrimes
12937Srgrimesi|Interdata console:\
13037Srgrimes	:uc:sp#0:
13137Srgrimes
13237Srgrimesl|lsi chess terminal:\
13337Srgrimes	:sp#300:
13437Srgrimes
13537SrgrimesX|Xwindow|X window system:\
13637Srgrimes	:fd@:nd@:cd@:rw:sp#9600:
13737Srgrimes
13837SrgrimesP|Pc|Pc console:\
139646Sdg	:np:sp#115200:
14037Srgrimes
14137Srgrimes#
14237Srgrimes# Wierdo special case for fast crt's with hardcopy devices
14337Srgrimes#
14437Srgrimes8|T9600|CRT with hardcopy:\
14537Srgrimes	:nx=T300:tc=9600-baud:
14637Srgrimes9|T300|CRT with hardcopy (300):\
14737Srgrimes	:nx=T9600:tc=300-baud:
14837Srgrimes
14937Srgrimes#
15037Srgrimes# Plugboard, and misc other terminals
15137Srgrimes#
15237Srgrimesplug-9600|Plugboard-9600:\
15337Srgrimes	:pf#1:tc=9600-baud:
15437Srgrimesp|P9600|Plugboard-9600-rotary:\
15537Srgrimes	:pf#1:nx=P300:tc=9600-baud:
15637Srgrimesq|P300|Plugboard-300:\
15737Srgrimes	:pf#1:nx=P1200:tc=300-baud:
15837Srgrimesr|P1200|Plugboard-1200:\
15937Srgrimes	:pf#1:nx=P9600:tc=1200-baud:
16037Srgrimes
16137Srgrimes#
16237Srgrimes# XXXX Port selector
16337Srgrimes#
16437Srgrimess|DSW|Port Selector:\
16537Srgrimes	:ps:sp#2400:
16637Srgrimes
16737Srgrimes#
16837Srgrimes# Auto-baud speed detect entry for Micom 600.
16937Srgrimes# Special code in getty will switch this out
17037Srgrimes# to one of the NNN-baud entries.
17137Srgrimes#
17237SrgrimesA|Auto-baud:\
17337Srgrimes	:ab:sp#2400:f0#040:
174