gettytab revision 154
10SN/A#	from: @(#)gettytab	5.14 (Berkeley) 3/27/91
215354Sigerasim#
30SN/A# Most of the table entries here are just copies of the old getty table,
40SN/A# it is by no means certain, or even likely, that any of them are optimal
50SN/A# for any purpose whatever.  Nor is it likely that more than a couple are
60SN/A# even correct.
72362SN/A#
80SN/A# The default gettytab entry, used to set defaults for all other
92362SN/A# entries, and in cases where getty is called with no table name
100SN/A#
110SN/Adefault:\
120SN/A	:ap:fd#1000:im=\r\n   FreeBSD (%h) (%t)\r\n\r\n:sp#1200:
130SN/A
140SN/A#
150SN/A# Fixed speed entries
160SN/A#
170SN/A#	The "std.NNN" names are known to the special case
180SN/A#	portselector code in getty, however they can
190SN/A#	be assigned to any table desired.
200SN/A#	The "NNN-baud" names are known to the special case
212362SN/A#	autobaud code in getty, and likewise can
222362SN/A#	be assigned to any table desired (hopefully the same speed).
232362SN/A#
240SN/Aa|std.110|110-baud:\
250SN/A	:nd#1:cd#1:uc:sp#110:
260SN/Ab|std.134|134.5-baud:\
270SN/A	:ep:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl:
280SN/A1|std.150|150-baud:\
290SN/A	:ep:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 :
300SN/Ac|std.300|300-baud:\
310SN/A	:nd#1:cd#1:sp#300:
320SN/Ad|std.600|600-baud:\
330SN/A	:nd#1:cd#1:sp#600:
340SN/Af|std.1200|1200-baud:\
350SN/A	:fd#1:sp#1200:
360SN/A6|std.2400|2400-baud:\
370SN/A	:sp#2400:
380SN/A7|std.4800|4800-baud:\
390SN/A	:sp#4800:
400SN/A2|std.9600|9600-baud:\
410SN/A	:sp#9600:
420SN/Ag|std.19200|19200-baud:\
430SN/A	:sp#19200:
4415354Sigerasimstd.38400|38400-baud:\
4515354Sigerasim	:sp#38400:
4615354Sigerasimstd.57600|57600-baud:\
470SN/A	:sp#57600:
480SN/Astd.115200|115200-baud:\
490SN/A	:sp#115200:
500SN/A
510SN/A#
520SN/A# Dial in rotary tables, speed selection via 'break'
530SN/A#
540SN/A0|d300|Dial-300:\
550SN/A	:nx=d1200:cd#2:sp#300:
560SN/Ad1200|Dial-1200:\
57	:nx=d150:fd#1:sp#1200:
58d150|Dial-150:\
59	:nx=d110:lm@:tc=150-baud:
60d110|Dial-110:\
61	:nx=d300:tc=300-baud:
62
63#
64# Fast dialup terminals, 2400/1200/300 rotary (can start either way)
65#
66D2400|d2400|Fast-Dial-2400:\
67	:nx=D1200:tc=2400-baud:
683|D1200|Fast-Dial-1200:\
69	:nx=D300:tc=1200-baud:
705|D300|Fast-Dial-300:\
71	:nx=D2400:tc=300-baud:
72
73#
74#telebit (19200)
75#
76t19200:\
77	:nx=t2400:tc=19200-baud:
78t2400:\
79	:nx=t1200:tc=2400-baud:
80t1200:\
81	:nx=t19200:tc=1200-baud:
82
83#
84#telebit (9600)
85#
86t9600:\
87	:nx=t2400a:tc=19200-baud:
88t2400a:\
89	:nx=t1200a:tc=2400-baud:
90t1200a:\
91	:nx=t9600:tc=1200-baud:
92
93#
94# Odd special case terminals
95#
96-|tty33|asr33|Pity the poor user of this beast:\
97	:tc=110-baud:
98
994|Console|Console Decwriter II:\
100	:nd@:cd@:rw:tc=300-baud:
101
102e|Console-1200|Console Decwriter III:\
103	:fd@:nd@:cd@:rw:tc=1200-baud:
104
105i|Interdata console:\
106	:uc:sp#0:
107
108l|lsi chess terminal:\
109	:sp#300:
110
111X|Xwindow|X window system:\
112	:fd@:nd@:cd@:rw:sp#9600:
113
114P|Pc|Pc console:\
115	:np:ap:sp#9600:
116
117#
118# Wierdo special case for fast crt's with hardcopy devices
119#
1208|T9600|CRT with hardcopy:\
121	:nx=T300:tc=9600-baud:
1229|T300|CRT with hardcopy (300):\
123	:nx=T9600:tc=300-baud:
124
125#
126# Plugboard, and misc other terminals
127#
128plug-9600|Plugboard-9600:\
129	:pf#1:tc=9600-baud:
130p|P9600|Plugboard-9600-rotary:\
131	:pf#1:nx=P300:tc=9600-baud:
132q|P300|Plugboard-300:\
133	:pf#1:nx=P1200:tc=300-baud:
134r|P1200|Plugboard-1200:\
135	:pf#1:nx=P9600:tc=1200-baud:
136
137#
138# XXXX Port selector
139#
140s|DSW|Port Selector:\
141	:ps:sp#2400:
142
143#
144# Auto-baud speed detect entry for Micom 600.
145# Special code in getty will switch this out
146# to one of the NNN-baud entries.
147#
148A|Auto-baud:\
149	:ab:sp#2400:f0#040:
150