Home | History | Annotate | Line # | Download | only in etc
gettytab revision 1.10
      1 #	$NetBSD: gettytab,v 1.10 1997/07/31 00:38:30 perry 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 	:ce:ck:np: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 std.110|110-baud:\
     26 	:sp#110:
     27 std.300|300-baud:\
     28 	:sp#300:
     29 std.600|600-baud:\
     30 	:sp#600:
     31 std.1200|1200-baud:\
     32 	:sp#1200:
     33 std.2400|2400-baud:\
     34 	:sp#2400:
     35 std.4800|4800-baud:\
     36 	:sp#4800:
     37 std.9600|9600-baud:\
     38 	:sp#9600:
     39 std.19200|19200-baud:\
     40 	:sp#19200:
     41 std.38400|38400-baud:\
     42 	:sp#38400:
     43 std.57600|57600-baud:\
     44 	:sp#57600:
     45 std.115200|115200-baud:\
     46 	:sp#115200:
     47 
     48 #
     49 # Dial in rotary tables, speed selection via 'break'
     50 #
     51 d1200|Dial-1200:\
     52 	:nx=d300:sp#1200:
     53 d300|Dial-300:\
     54 	:nx=d1200:sp#300:
     55 
     56 #
     57 # Fast dialup terminals, 2400/1200/300 rotary (can start either way)
     58 #
     59 D2400|d2400|Fast-Dial-2400:\
     60 	:nx=D1200:tc=2400-baud:
     61 D1200|Fast-Dial-1200:\
     62 	:nx=D300:tc=1200-baud:
     63 D300|Fast-Dial-300:\
     64 	:nx=D2400:tc=300-baud:
     65 
     66 #
     67 #telebit (19200)
     68 #
     69 t19200:\
     70 	:nx=t2400:tc=19200-baud:
     71 t2400:\
     72 	:nx=t1200:tc=2400-baud:
     73 t1200:\
     74 	:nx=t19200:tc=1200-baud:
     75 
     76 #
     77 #telebit (9600)
     78 #
     79 t9600:\
     80 	:nx=t2400a:tc=19200-baud:
     81 t2400a:\
     82 	:nx=t1200a:tc=2400-baud:
     83 t1200a:\
     84 	:nx=t9600:tc=1200-baud:
     85 
     86 #
     87 # Odd special case terminals
     88 #
     89 Console|Console Decwriter II:\
     90 	:rw:tc=300-baud:
     91 
     92 Console-1200|Console Decwriter III:\
     93 	:rw:tc=1200-baud:
     94 
     95 X|Xwindow|X window system:\
     96 	:rw:sp#9600:
     97 
     98 Pc|Pc console:\
     99 	:np:sp#9600:
    100 
    101 # 8 bit clean Sun console
    102 suncons|Sun Console:\
    103 	:np:sp#9600:
    104 
    105 #
    106 # Plugboard, and misc other terminals
    107 #
    108 plug-9600|Plugboard-9600:\
    109 	:pf#1:tc=9600-baud:
    110 P9600|Plugboard-9600-rotary:\
    111 	:pf#1:nx=P300:tc=9600-baud:
    112 P300|Plugboard-300:\
    113 	:pf#1:nx=P1200:tc=300-baud:
    114 P1200|Plugboard-1200:\
    115 	:pf#1:nx=P9600:tc=1200-baud:
    116 
    117 #
    118 # XXXX Port selector
    119 #
    120 DSW|Port Selector:\
    121 	:ps:sp#2400:
    122 
    123 #
    124 # Auto-baud speed detect entry for Micom 600.
    125 # Special code in getty will switch this out
    126 # to one of the NNN-baud entries.
    127 #
    128 Auto-baud:\
    129 	:ab:sp#2400:f0#040:
    130