xref: /original-bsd/etc/gettytab (revision e58c8952)
1*e58c8952Smckusick#	@(#)gettytab	8.2 (Berkeley) 04/20/94
20c810d85Skre#
3c4a20a00Sbostic# Most of the table entries here are just copies of the old getty table,
4c4a20a00Sbostic# it is by no means certain, or even likely, that any of them are optimal
5c4a20a00Sbostic# for any purpose whatever.  Nor is it likely that more than a couple are
6c4a20a00Sbostic# even correct.
7e0c244b1Skre#
8e0c244b1Skre# The default gettytab entry, used to set defaults for all other
9e0c244b1Skre# entries, and in cases where getty is called with no table name
10e0c244b1Skre#
11e0c244b1Skredefault:\
12*e58c8952Smckusick	:ap:fd#1000:im=\r\n\r\n4.4BSD-Lite (%h) (%t)\r\n\r\r\n\r:sp#1200:
13e0c244b1Skre
14e0c244b1Skre#
150c810d85Skre# Fixed speed entries
16e0c244b1Skre#
17dd240206Sralph#	The "std.NNN" names are known to the special case
180c810d85Skre#	portselector code in getty, however they can
190c810d85Skre#	be assigned to any table desired.
20dd240206Sralph#	The "NNN-baud" names are known to the special case
21dd240206Sralph#	autobaud code in getty, and likewise can
22dd240206Sralph#	be assigned to any table desired (hopefully the same speed).
230c810d85Skre#
240c810d85Skrea|std.110|110-baud:\
250c810d85Skre	:nd#1:cd#1:uc:sp#110:
260c810d85Skreb|std.134|134.5-baud:\
270c810d85Skre	:ep:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl:
280c810d85Skre1|std.150|150-baud:\
290c810d85Skre	:ep:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 :
300c810d85Skrec|std.300|300-baud:\
310c810d85Skre	:nd#1:cd#1:sp#300:
320c810d85Skred|std.600|600-baud:\
330c810d85Skre	:nd#1:cd#1:sp#600:
340c810d85Skref|std.1200|1200-baud:\
350c810d85Skre	:fd#1:sp#1200:
360c810d85Skre6|std.2400|2400-baud:\
37882fb708Sbloom	:sp#2400:
380c810d85Skre7|std.4800|4800-baud:\
39882fb708Sbloom	:sp#4800:
400c810d85Skre2|std.9600|9600-baud:\
410c810d85Skre	:sp#9600:
42da010faeSmckusickg|std.19200|19200-baud:\
43da010faeSmckusick	:sp#19200:
44e0c244b1Skre
45e0c244b1Skre#
460c810d85Skre# Dial in rotary tables, speed selection via 'break'
47e0c244b1Skre#
480c810d85Skre0|d300|Dial-300:\
490c810d85Skre	:nx=d1200:cd#2:sp#300:
500c810d85Skred1200|Dial-1200:\
510c810d85Skre	:nx=d150:fd#1:sp#1200:
520c810d85Skred150|Dial-150:\
530c810d85Skre	:nx=d110:lm@:tc=150-baud:
540c810d85Skred110|Dial-110:\
550c810d85Skre	:nx=d300:tc=300-baud:
56e0c244b1Skre
57e0c244b1Skre#
589c5ce763Skarels# Fast dialup terminals, 2400/1200/300 rotary (can start either way)
599c5ce763Skarels#
609c5ce763SkarelsD2400|d2400|Fast-Dial-2400:\
619c5ce763Skarels	:nx=D1200:tc=2400-baud:
629c5ce763Skarels3|D1200|Fast-Dial-1200:\
639c5ce763Skarels	:nx=D300:tc=1200-baud:
649c5ce763Skarels5|D300|Fast-Dial-300:\
659c5ce763Skarels	:nx=D2400:tc=300-baud:
66d85bf9d7Sbostic
678e18fb52Srwh#
68d85bf9d7Sbostic#telebit (19200)
698e18fb52Srwh#
708e18fb52Srwht19200:\
718e18fb52Srwh	:nx=t2400:tc=19200-baud:
728e18fb52Srwht2400:\
738e18fb52Srwh	:nx=t1200:tc=2400-baud:
748e18fb52Srwht1200:\
758e18fb52Srwh	:nx=t19200:tc=1200-baud:
76d85bf9d7Sbostic
77d85bf9d7Sbostic#
78d85bf9d7Sbostic#telebit (9600)
79d85bf9d7Sbostic#
80d85bf9d7Sbostict9600:\
81d85bf9d7Sbostic	:nx=t2400a:tc=19200-baud:
82d85bf9d7Sbostict2400a:\
83d85bf9d7Sbostic	:nx=t1200a:tc=2400-baud:
84d85bf9d7Sbostict1200a:\
85d85bf9d7Sbostic	:nx=t9600:tc=1200-baud:
86d85bf9d7Sbostic
879c5ce763Skarels#
880c810d85Skre# Odd special case terminals
89e0c244b1Skre#
900c810d85Skre-|tty33|asr33|Pity the poor user of this beast:\
910c810d85Skre	:tc=110-baud:
920c810d85Skre
930c810d85Skre4|Console|Console Decwriter II:\
94373d62deSsam	:nd@:cd@:rw:tc=300-baud:
950c810d85Skre
965f7bf0e2Skarelse|Console-1200|Console Decwriter III:\
975f7bf0e2Skarels	:fd@:nd@:cd@:rw:tc=1200-baud:
985f7bf0e2Skarels
990c810d85Skrei|Interdata console:\
1000c810d85Skre	:uc:sp#0:
1010c810d85Skre
1020c810d85Skrel|lsi chess terminal:\
1030c810d85Skre	:sp#300:
104e0c244b1Skre
10515e459a7SmckusickX|Xwindow|X window system:\
10615e459a7Smckusick	:fd@:nd@:cd@:rw:sp#9600:
10715e459a7Smckusick
1082acd47f0SwilliamP|Pc|Pc console:\
1092acd47f0Swilliam	:np:ap:sp#9600:
1102acd47f0Swilliam
111e0c244b1Skre#
1120c810d85Skre# Wierdo special case for fast crt's with hardcopy devices
1130c810d85Skre#
1140c810d85Skre8|T9600|CRT with hardcopy:\
1150c810d85Skre	:nx=T300:tc=9600-baud:
1160c810d85Skre9|T300|CRT with hardcopy (300):\
1170c810d85Skre	:nx=T9600:tc=300-baud:
1180c810d85Skre
1190c810d85Skre#
1200c810d85Skre# Plugboard, and misc other terminals
1210c810d85Skre#
1229c5ce763Skarelsplug-9600|Plugboard-9600:\
1239c5ce763Skarels	:pf#1:tc=9600-baud:
1249c5ce763Skarelsp|P9600|Plugboard-9600-rotary:\
1259c5ce763Skarels	:pf#1:nx=P300:tc=9600-baud:
1260c810d85Skreq|P300|Plugboard-300:\
1279c5ce763Skarels	:pf#1:nx=P1200:tc=300-baud:
1280c810d85Skrer|P1200|Plugboard-1200:\
1299c5ce763Skarels	:pf#1:nx=P9600:tc=1200-baud:
1300c810d85Skre
1310c810d85Skre#
1320c810d85Skre# XXXX Port selector
1330c810d85Skre#
134da010faeSmckusicks|DSW|Port Selector:\
135da010faeSmckusick	:ps:sp#2400:
136dd240206Sralph
137dd240206Sralph#
138dd240206Sralph# Auto-baud speed detect entry for Micom 600.
139dd240206Sralph# Special code in getty will switch this out
140dd240206Sralph# to one of the NNN-baud entries.
141dd240206Sralph#
142dd240206SralphA|Auto-baud:\
143dd240206Sralph	:ab:sp#2400:f0#040:
144