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