xref: /original-bsd/etc/gettytab (revision f7be149a)
1#	@(#)gettytab	4.7 (Berkeley) 85/02/05
2
3#
4# Most of the table entries here are just copies of the
5# old getty table, it is by no means certain, or even likely,
6# then any of them are optimal for any purpose whatever.
7# Nor is it likely that more than a couple are even correct
8#
9
10#
11# The default gettytab entry, used to set defaults for all other
12# entries, and in cases where getty is called with no table name
13#
14default:\
15	:ap:fd#1000:im=\r\n\r\n4.2 BSD UNIX (%h)\r\n\r\r\n\r:sp#1200:
16
17#
18# Fixed speed entries
19#
20#	The "std.NNN" names are known to the special case
21#	portselector code in getty, however they can
22#	be assigned to any table desired.
23#	The "NNN-baud" names are known to the special case
24#	autobaud code in getty, and likewise can
25#	be assigned to any table desired (hopefully the same speed).
26#
27a|std.110|110-baud:\
28	:nd#1:cd#1:uc:sp#110:
29b|std.134|134.5-baud:\
30	:ep:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl:
311|std.150|150-baud:\
32	:ep:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 :
33c|std.300|300-baud:\
34	:nd#1:cd#1:sp#300:
35d|std.600|600-baud:\
36	:nd#1:cd#1:sp#600:
37f|std.1200|1200-baud:\
38	:fd#1:sp#1200:
396|std.2400|2400-baud:\
40	:sp#2400:ht:
417|std.4800|4800-baud:\
42	:sp#4800:ht:
432|std.9600|9600-baud:\
44	:sp#9600:
45
46#
47# Dial in rotary tables, speed selection via 'break'
48#
490|d300|Dial-300:\
50	:nx=d1200:cd#2:sp#300:
51d1200|Dial-1200:\
52	:nx=d150:fd#1:sp#1200:
53d150|Dial-150:\
54	:nx=d110:lm@:tc=150-baud:
55d110|Dial-110:\
56	:nx=d300:tc=300-baud:
57
58#
59# Odd special case terminals
60#
61-|tty33|asr33|Pity the poor user of this beast:\
62	:tc=110-baud:
63
644|Console|Console Decwriter II:\
65	:nd@:cd@:rw:tc=300-baud:
66
67e|Console-1200|Console Decwriter III:\
68	:fd@:nd@:cd@:rw:tc=1200-baud:
69
70i|Interdata console:\
71	:uc:sp#0:
72
73l|lsi chess terminal:\
74	:sp#300:
75
76#
77# Fast dialup terminals, 1200/300 rotary (can start either way)
78#
793|D1200|Fast-Dial-1200:\
80	:nx=D300:im=\r\n\r\n4.2 BSD UNIX (%h) (%t)\r\n\r\r\n\r:tc=1200-baud:
815|D300|Fast-Dial-300:\
82	:nx=D1200:im=\r\n\r\n4.2 BSD UNIX (%h) (%t)\r\n\r\r\n\r:tc=300-baud:
83
84#
85# Wierdo special case for fast crt's with hardcopy devices
86#
878|T9600|CRT with hardcopy:\
88	:nx=T300:tc=9600-baud:
899|T300|CRT with hardcopy (300):\
90	:nx=T9600:tc=300-baud:
91
92#
93# Plugboard, and misc other terminals
94#
95p|P9600|Plugboard-9600:\
96	:nx=P300:tc=9600-baud:
97q|P300|Plugboard-300:\
98	:nx=P1200:tc=300-baud:
99r|P1200|Plugboard-1200:\
100	:nx=P9600:tc=1200-baud:
101
102#
103# XXXX Port selector
104#
105s|Port Selector:\
106	:ps:sp#1200:
107
108#
109# Auto-baud speed detect entry for Micom 600.
110# Special code in getty will switch this out
111# to one of the NNN-baud entries.
112#
113A|Auto-baud:\
114	:ab:sp#2400:f0#040:
115