gettytab revision 1.8 1 # $NetBSD: gettytab,v 1.8 1997/02/15 10:02:14 mikel Exp $
2 # from: @(#)gettytab 8.2 (Berkeley) 4/20/94
3 #
4 # Most of the table entries here are just copies of the old getty table,
5 # it is by no means certain, or even likely, that any of them are optimal
6 # for any purpose whatever. Nor is it likely that more than a couple are
7 # even correct.
8 #
9 # The default gettytab entry, used to set defaults for all other
10 # entries, and in cases where getty is called with no table name
11 #
12 default:\
13 :ap:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:
14
15 #
16 # Fixed speed entries
17 #
18 # The "std.NNN" names are known to the special case
19 # portselector code in getty, however they can
20 # be assigned to any table desired.
21 # The "NNN-baud" names are known to the special case
22 # autobaud code in getty, and likewise can
23 # be assigned to any table desired (hopefully the same speed).
24 #
25 a|std.110|110-baud:\
26 :nd#1:cd#1:uc:sp#110:
27 b|std.134|134.5-baud:\
28 :ep:nd#1:cd#2:ff#1:td#1:sp#134:ht:nl:
29 1|std.150|150-baud:\
30 :ep:nd#1:cd#2:td#1:fd#1:sp#150:ht:nl:lm=\E\72\6\6\17login\72 :
31 c|std.300|300-baud:\
32 :nd#1:cd#1:sp#300:
33 d|std.600|600-baud:\
34 :nd#1:cd#1:sp#600:
35 f|std.1200|1200-baud:\
36 :fd#1:sp#1200:
37 6|std.2400|2400-baud:\
38 :sp#2400:
39 7|std.4800|4800-baud:\
40 :sp#4800:
41 2|std.9600|9600-baud:\
42 :sp#9600:
43 g|std.19200|19200-baud:\
44 :sp#19200:
45 std.38400|38400-baud:\
46 :sp#38400:
47 std.57600|57600-baud:\
48 :sp#57600:
49 std.115200|115200-baud:\
50 :sp#115200:
51
52 #
53 # Dial in rotary tables, speed selection via 'break'
54 #
55 0|d300|Dial-300:\
56 :nx=d1200:cd#2:sp#300:
57 d1200|Dial-1200:\
58 :nx=d150:fd#1:sp#1200:
59 d150|Dial-150:\
60 :nx=d110:lm@:tc=150-baud:
61 d110|Dial-110:\
62 :nx=d300:tc=300-baud:
63
64 #
65 # Fast dialup terminals, 2400/1200/300 rotary (can start either way)
66 #
67 D2400|d2400|Fast-Dial-2400:\
68 :nx=D1200:tc=2400-baud:
69 3|D1200|Fast-Dial-1200:\
70 :nx=D300:tc=1200-baud:
71 5|D300|Fast-Dial-300:\
72 :nx=D2400:tc=300-baud:
73
74 #
75 #telebit (19200)
76 #
77 t19200:\
78 :nx=t2400:tc=19200-baud:
79 t2400:\
80 :nx=t1200:tc=2400-baud:
81 t1200:\
82 :nx=t19200:tc=1200-baud:
83
84 #
85 #telebit (9600)
86 #
87 t9600:\
88 :nx=t2400a:tc=19200-baud:
89 t2400a:\
90 :nx=t1200a:tc=2400-baud:
91 t1200a:\
92 :nx=t9600:tc=1200-baud:
93
94 #
95 # Odd special case terminals
96 #
97 -|tty33|asr33|Pity the poor user of this beast:\
98 :tc=110-baud:
99
100 4|Console|Console Decwriter II:\
101 :nd@:cd@:rw:tc=300-baud:
102
103 e|Console-1200|Console Decwriter III:\
104 :fd@:nd@:cd@:rw:tc=1200-baud:
105
106 i|Interdata console:\
107 :uc:sp#0:
108
109 l|lsi chess terminal:\
110 :sp#300:
111
112 X|Xwindow|X window system:\
113 :fd@:nd@:cd@:rw:sp#9600:
114
115 P|Pc|Pc console:\
116 :np:ap:sp#9600:
117
118 # 8 bit clean Sun console
119 S|suncons|Sun Console:\
120 :np:sp#9600:
121
122 #
123 # Wierdo special case for fast crt's with hardcopy devices
124 #
125 8|T9600|CRT with hardcopy:\
126 :nx=T300:tc=9600-baud:
127 9|T300|CRT with hardcopy (300):\
128 :nx=T9600:tc=300-baud:
129
130 #
131 # Plugboard, and misc other terminals
132 #
133 plug-9600|Plugboard-9600:\
134 :pf#1:tc=9600-baud:
135 p|P9600|Plugboard-9600-rotary:\
136 :pf#1:nx=P300:tc=9600-baud:
137 q|P300|Plugboard-300:\
138 :pf#1:nx=P1200:tc=300-baud:
139 r|P1200|Plugboard-1200:\
140 :pf#1:nx=P9600:tc=1200-baud:
141
142 #
143 # XXXX Port selector
144 #
145 s|DSW|Port Selector:\
146 :ps:sp#2400:
147
148 #
149 # Auto-baud speed detect entry for Micom 600.
150 # Special code in getty will switch this out
151 # to one of the NNN-baud entries.
152 #
153 A|Auto-baud:\
154 :ab:sp#2400:f0#040:
155