xref: /original-bsd/etc/gettytab (revision 5ab5bc28)
1# Copyright (c) 1983 The Regents of the University of California.
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms are permitted
5# provided that the above copyright notice and this paragraph are
6# duplicated in all such forms and that any documentation,
7# advertising materials, and other materials related to such
8# distribution and use acknowledge that the software was developed
9# by the University of California, Berkeley.  The name of the
10# University may not be used to endorse or promote products derived
11# from this software without specific prior written permission.
12# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15#
16#	@(#)gettytab	5.11 (Berkeley) 02/27/89
17#
18# Most of the table entries here are just copies of the old getty table,
19# it is by no means certain, or even likely, that any of them are optimal
20# for any purpose whatever.  Nor is it likely that more than a couple are
21# even correct.
22#
23# The default gettytab entry, used to set defaults for all other
24# entries, and in cases where getty is called with no table name
25#
26default:\
27	:ap:fd#1000:im=\r\n\r\n4.3 BSD UNIX (%h) (%t)\r\n\r\r\n\r:sp#1200:
28
29#
30# Fixed speed entries
31#
32#	The "std.NNN" names are known to the special case
33#	portselector code in getty, however they can
34#	be assigned to any table desired.
35#	The "NNN-baud" names are known to the special case
36#	autobaud code in getty, and likewise can
37#	be assigned to any table desired (hopefully the same speed).
38#
39a|std.110|110-baud:\
40	:nd#1:cd#1:uc:sp#110:
41b|std.134|134.5-baud:\
42	:ep:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl:
431|std.150|150-baud:\
44	:ep:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 :
45c|std.300|300-baud:\
46	:nd#1:cd#1:sp#300:
47d|std.600|600-baud:\
48	:nd#1:cd#1:sp#600:
49f|std.1200|1200-baud:\
50	:fd#1:sp#1200:
516|std.2400|2400-baud:\
52	:sp#2400:
537|std.4800|4800-baud:\
54	:sp#4800:
552|std.9600|9600-baud:\
56	:sp#9600:
57g|std.19200|19200-baud:\
58	:sp#19200:
59
60#
61# Dial in rotary tables, speed selection via 'break'
62#
630|d300|Dial-300:\
64	:nx=d1200:cd#2:sp#300:
65d1200|Dial-1200:\
66	:nx=d150:fd#1:sp#1200:
67d150|Dial-150:\
68	:nx=d110:lm@:tc=150-baud:
69d110|Dial-110:\
70	:nx=d300:tc=300-baud:
71
72#
73# Fast dialup terminals, 2400/1200/300 rotary (can start either way)
74#
75D2400|d2400|Fast-Dial-2400:\
76	:nx=D1200:tc=2400-baud:
773|D1200|Fast-Dial-1200:\
78	:nx=D300:tc=1200-baud:
795|D300|Fast-Dial-300:\
80	:nx=D2400:tc=300-baud:
81#
82#telebit
83#
84t19200:\
85	:nx=t2400:tc=19200-baud:
86t2400:\
87	:nx=t1200:tc=2400-baud:
88t1200:\
89	:nx=t19200:tc=1200-baud:
90#
91# Odd special case terminals
92#
93-|tty33|asr33|Pity the poor user of this beast:\
94	:tc=110-baud:
95
964|Console|Console Decwriter II:\
97	:nd@:cd@:rw:tc=300-baud:
98
99e|Console-1200|Console Decwriter III:\
100	:fd@:nd@:cd@:rw:tc=1200-baud:
101
102i|Interdata console:\
103	:uc:sp#0:
104
105l|lsi chess terminal:\
106	:sp#300:
107
108X|Xwindow|X window system:\
109	:fd@:nd@:cd@:rw:sp#9600:
110
111#
112# Wierdo special case for fast crt's with hardcopy devices
113#
1148|T9600|CRT with hardcopy:\
115	:nx=T300:tc=9600-baud:
1169|T300|CRT with hardcopy (300):\
117	:nx=T9600:tc=300-baud:
118
119#
120# Plugboard, and misc other terminals
121#
122plug-9600|Plugboard-9600:\
123	:pf#1:tc=9600-baud:
124p|P9600|Plugboard-9600-rotary:\
125	:pf#1:nx=P300:tc=9600-baud:
126q|P300|Plugboard-300:\
127	:pf#1:nx=P1200:tc=300-baud:
128r|P1200|Plugboard-1200:\
129	:pf#1:nx=P9600:tc=1200-baud:
130
131#
132# XXXX Port selector
133#
134s|DSW|Port Selector:\
135	:ps:sp#2400:
136
137#
138# Auto-baud speed detect entry for Micom 600.
139# Special code in getty will switch this out
140# to one of the NNN-baud entries.
141#
142A|Auto-baud:\
143	:ab:sp#2400:f0#040:
144