1 # $NetBSD: gettytab,v 1.18 2006/01/08 22:23:46 dsl Exp $
2 # from: @(#)gettytab 8.2 (Berkeley) 4/20/94
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
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
13 :ce:ck:np:im=\r\n%s/%m (%h) (%t)\r\n\r\n:
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).
39 std.19200|19200-baud:\
41 std.38400|38400-baud:\
43 std.57600|57600-baud:\
45 std.115200|115200-baud:\
48 # PPP network link login
50 # these entries can be used by ISPs or others who want to be able
51 # to offer both a "shell" and a PPP login on the same port. Setting
52 # the "pp" attribute allows getty(8) to recognize a PPP link start
53 # negotiation, and invoke the program listed, in addition to normal
56 # N.B.: if PPP is recognized, this bypasses normal login/password
57 # exchange; the expectation is that you'll configure pppd (or whatever)
58 # to require a PAP or CHAP handshake for authentication after PPP is
61 # It is also recommended that you use hardware (CTS/RTS) flow control
62 # on the port, and run the port as fast as possible, to allow modems
63 # extra time to do data compression, if enabled.
65 ppp:np:ce:ck:pp=/usr/sbin/pppd:
67 ppp.19200|PPP-19200:sp#19200:tc=ppp:
68 ppp.38400|PPP-38400:sp#38400:tc=ppp:
69 ppp.57600|PPP-57600:sp#57600:tc=ppp:
70 ppp.115200|PPP-115200:sp#115200:tc=ppp:
71 ppp.230400|PPP-230400:sp#230400:tc=ppp:
74 # Dial in rotary tables, speed selection via 'break'
82 # Fast dialup terminals, 2400/1200/300 rotary (can start either way)
84 D2400|d2400|Fast-Dial-2400:\
85 :nx=D1200:tc=2400-baud:
86 D1200|Fast-Dial-1200:\
87 :nx=D300:tc=1200-baud:
89 :nx=D2400:tc=300-baud:
95 :nx=t2400:tc=19200-baud:
97 :nx=t1200:tc=2400-baud:
99 :nx=t19200:tc=1200-baud:
105 :nx=t2400a:tc=19200-baud:
107 :nx=t1200a:tc=2400-baud:
109 :nx=t9600:tc=1200-baud:
112 # Odd special case terminals
114 Console|Console Decwriter II:\
117 Console-1200|Console Decwriter III:\
120 X|Xwindow|X window system:\
126 # 8 bit clean Sun console
127 suncons|Sun Console:\
131 # Plugboard, and misc other terminals
133 plug-9600|Plugboard-9600:\
135 P9600|Plugboard-9600-rotary:\
136 :pf#1:nx=P300:tc=9600-baud:
138 :pf#1:nx=P1200:tc=300-baud:
139 P1200|Plugboard-1200:\
140 :pf#1:nx=P9600:tc=1200-baud:
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.