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