Home | History | Annotate | Line # | Download | only in etc
gettytab revision 1.10
      1  1.10    perry #	$NetBSD: gettytab,v 1.10 1997/07/31 00:38:30 perry Exp $
      2   1.8    mikel #	from: @(#)gettytab	8.2 (Berkeley) 4/20/94
      3   1.1      cgd #
      4   1.1      cgd # Most of the table entries here are just copies of the old getty table,
      5   1.1      cgd # it is by no means certain, or even likely, that any of them are optimal
      6   1.1      cgd # for any purpose whatever.  Nor is it likely that more than a couple are
      7   1.1      cgd # even correct.
      8   1.1      cgd #
      9   1.1      cgd # The default gettytab entry, used to set defaults for all other
     10   1.1      cgd # entries, and in cases where getty is called with no table name
     11   1.1      cgd #
     12   1.1      cgd default:\
     13  1.10    perry 	:ce:ck:np:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:
     14   1.1      cgd 
     15   1.1      cgd #
     16   1.1      cgd # Fixed speed entries
     17   1.1      cgd #
     18   1.1      cgd #	The "std.NNN" names are known to the special case
     19   1.1      cgd #	portselector code in getty, however they can
     20   1.1      cgd #	be assigned to any table desired.
     21   1.1      cgd #	The "NNN-baud" names are known to the special case
     22   1.1      cgd #	autobaud code in getty, and likewise can
     23   1.1      cgd #	be assigned to any table desired (hopefully the same speed).
     24   1.1      cgd #
     25  1.10    perry std.110|110-baud:\
     26  1.10    perry 	:sp#110:
     27  1.10    perry std.300|300-baud:\
     28  1.10    perry 	:sp#300:
     29  1.10    perry std.600|600-baud:\
     30  1.10    perry 	:sp#600:
     31  1.10    perry std.1200|1200-baud:\
     32  1.10    perry 	:sp#1200:
     33  1.10    perry std.2400|2400-baud:\
     34   1.1      cgd 	:sp#2400:
     35  1.10    perry std.4800|4800-baud:\
     36   1.1      cgd 	:sp#4800:
     37  1.10    perry std.9600|9600-baud:\
     38   1.1      cgd 	:sp#9600:
     39  1.10    perry std.19200|19200-baud:\
     40   1.1      cgd 	:sp#19200:
     41   1.3  mycroft std.38400|38400-baud:\
     42   1.3  mycroft 	:sp#38400:
     43   1.3  mycroft std.57600|57600-baud:\
     44   1.3  mycroft 	:sp#57600:
     45   1.3  mycroft std.115200|115200-baud:\
     46   1.3  mycroft 	:sp#115200:
     47   1.1      cgd 
     48   1.1      cgd #
     49   1.1      cgd # Dial in rotary tables, speed selection via 'break'
     50   1.1      cgd #
     51   1.1      cgd d1200|Dial-1200:\
     52  1.10    perry 	:nx=d300:sp#1200:
     53  1.10    perry d300|Dial-300:\
     54  1.10    perry 	:nx=d1200:sp#300:
     55   1.1      cgd 
     56   1.1      cgd #
     57   1.1      cgd # Fast dialup terminals, 2400/1200/300 rotary (can start either way)
     58   1.1      cgd #
     59   1.1      cgd D2400|d2400|Fast-Dial-2400:\
     60   1.1      cgd 	:nx=D1200:tc=2400-baud:
     61  1.10    perry D1200|Fast-Dial-1200:\
     62   1.1      cgd 	:nx=D300:tc=1200-baud:
     63  1.10    perry D300|Fast-Dial-300:\
     64   1.1      cgd 	:nx=D2400:tc=300-baud:
     65   1.1      cgd 
     66   1.1      cgd #
     67   1.1      cgd #telebit (19200)
     68   1.1      cgd #
     69   1.1      cgd t19200:\
     70   1.1      cgd 	:nx=t2400:tc=19200-baud:
     71   1.1      cgd t2400:\
     72   1.1      cgd 	:nx=t1200:tc=2400-baud:
     73   1.1      cgd t1200:\
     74   1.1      cgd 	:nx=t19200:tc=1200-baud:
     75   1.1      cgd 
     76   1.1      cgd #
     77   1.1      cgd #telebit (9600)
     78   1.1      cgd #
     79   1.1      cgd t9600:\
     80   1.1      cgd 	:nx=t2400a:tc=19200-baud:
     81   1.1      cgd t2400a:\
     82   1.1      cgd 	:nx=t1200a:tc=2400-baud:
     83   1.1      cgd t1200a:\
     84   1.1      cgd 	:nx=t9600:tc=1200-baud:
     85   1.1      cgd 
     86   1.1      cgd #
     87   1.1      cgd # Odd special case terminals
     88   1.1      cgd #
     89  1.10    perry Console|Console Decwriter II:\
     90  1.10    perry 	:rw:tc=300-baud:
     91   1.1      cgd 
     92  1.10    perry Console-1200|Console Decwriter III:\
     93  1.10    perry 	:rw:tc=1200-baud:
     94   1.1      cgd 
     95   1.1      cgd X|Xwindow|X window system:\
     96  1.10    perry 	:rw:sp#9600:
     97   1.1      cgd 
     98  1.10    perry Pc|Pc console:\
     99   1.9  mycroft 	:np:sp#9600:
    100   1.6       pk 
    101   1.6       pk # 8 bit clean Sun console
    102  1.10    perry suncons|Sun Console:\
    103   1.6       pk 	:np:sp#9600:
    104   1.1      cgd 
    105   1.1      cgd #
    106   1.1      cgd # Plugboard, and misc other terminals
    107   1.1      cgd #
    108   1.1      cgd plug-9600|Plugboard-9600:\
    109   1.1      cgd 	:pf#1:tc=9600-baud:
    110  1.10    perry P9600|Plugboard-9600-rotary:\
    111   1.1      cgd 	:pf#1:nx=P300:tc=9600-baud:
    112  1.10    perry P300|Plugboard-300:\
    113   1.1      cgd 	:pf#1:nx=P1200:tc=300-baud:
    114  1.10    perry P1200|Plugboard-1200:\
    115   1.1      cgd 	:pf#1:nx=P9600:tc=1200-baud:
    116   1.1      cgd 
    117   1.1      cgd #
    118   1.1      cgd # XXXX Port selector
    119   1.1      cgd #
    120  1.10    perry DSW|Port Selector:\
    121   1.1      cgd 	:ps:sp#2400:
    122   1.1      cgd 
    123   1.1      cgd #
    124   1.1      cgd # Auto-baud speed detect entry for Micom 600.
    125   1.1      cgd # Special code in getty will switch this out
    126   1.1      cgd # to one of the NNN-baud entries.
    127   1.1      cgd #
    128  1.10    perry Auto-baud:\
    129   1.1      cgd 	:ab:sp#2400:f0#040:
    130