Home | History | Annotate | Line # | Download | only in etc
gettytab revision 1.1.1.2
      1  1.1.1.2  mikel #	@(#)gettytab	8.2 (Berkeley) 4/20/94
      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.1.1.2  mikel 	:ap:fd#1000:im=\r\n\r\n4.4BSD-Lite (%h) (%t)\r\n\r\r\n\r: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.1    cgd 
     45      1.1    cgd #
     46      1.1    cgd # Dial in rotary tables, speed selection via 'break'
     47      1.1    cgd #
     48      1.1    cgd 0|d300|Dial-300:\
     49      1.1    cgd 	:nx=d1200:cd#2:sp#300:
     50      1.1    cgd d1200|Dial-1200:\
     51      1.1    cgd 	:nx=d150:fd#1:sp#1200:
     52      1.1    cgd d150|Dial-150:\
     53      1.1    cgd 	:nx=d110:lm@:tc=150-baud:
     54      1.1    cgd d110|Dial-110:\
     55      1.1    cgd 	:nx=d300:tc=300-baud:
     56      1.1    cgd 
     57      1.1    cgd #
     58      1.1    cgd # Fast dialup terminals, 2400/1200/300 rotary (can start either way)
     59      1.1    cgd #
     60      1.1    cgd D2400|d2400|Fast-Dial-2400:\
     61      1.1    cgd 	:nx=D1200:tc=2400-baud:
     62      1.1    cgd 3|D1200|Fast-Dial-1200:\
     63      1.1    cgd 	:nx=D300:tc=1200-baud:
     64      1.1    cgd 5|D300|Fast-Dial-300:\
     65      1.1    cgd 	:nx=D2400:tc=300-baud:
     66      1.1    cgd 
     67      1.1    cgd #
     68      1.1    cgd #telebit (19200)
     69      1.1    cgd #
     70      1.1    cgd t19200:\
     71      1.1    cgd 	:nx=t2400:tc=19200-baud:
     72      1.1    cgd t2400:\
     73      1.1    cgd 	:nx=t1200:tc=2400-baud:
     74      1.1    cgd t1200:\
     75      1.1    cgd 	:nx=t19200:tc=1200-baud:
     76      1.1    cgd 
     77      1.1    cgd #
     78      1.1    cgd #telebit (9600)
     79      1.1    cgd #
     80      1.1    cgd t9600:\
     81      1.1    cgd 	:nx=t2400a:tc=19200-baud:
     82      1.1    cgd t2400a:\
     83      1.1    cgd 	:nx=t1200a:tc=2400-baud:
     84      1.1    cgd t1200a:\
     85      1.1    cgd 	:nx=t9600:tc=1200-baud:
     86      1.1    cgd 
     87      1.1    cgd #
     88      1.1    cgd # Odd special case terminals
     89      1.1    cgd #
     90      1.1    cgd -|tty33|asr33|Pity the poor user of this beast:\
     91      1.1    cgd 	:tc=110-baud:
     92      1.1    cgd 
     93      1.1    cgd 4|Console|Console Decwriter II:\
     94      1.1    cgd 	:nd@:cd@:rw:tc=300-baud:
     95      1.1    cgd 
     96      1.1    cgd e|Console-1200|Console Decwriter III:\
     97      1.1    cgd 	:fd@:nd@:cd@:rw:tc=1200-baud:
     98      1.1    cgd 
     99      1.1    cgd i|Interdata console:\
    100      1.1    cgd 	:uc:sp#0:
    101      1.1    cgd 
    102      1.1    cgd l|lsi chess terminal:\
    103      1.1    cgd 	:sp#300:
    104      1.1    cgd 
    105      1.1    cgd X|Xwindow|X window system:\
    106      1.1    cgd 	:fd@:nd@:cd@:rw:sp#9600:
    107      1.1    cgd 
    108      1.1    cgd P|Pc|Pc console:\
    109      1.1    cgd 	:np:ap:sp#9600:
    110      1.1    cgd 
    111      1.1    cgd #
    112      1.1    cgd # Wierdo special case for fast crt's with hardcopy devices
    113      1.1    cgd #
    114      1.1    cgd 8|T9600|CRT with hardcopy:\
    115      1.1    cgd 	:nx=T300:tc=9600-baud:
    116      1.1    cgd 9|T300|CRT with hardcopy (300):\
    117      1.1    cgd 	:nx=T9600:tc=300-baud:
    118      1.1    cgd 
    119      1.1    cgd #
    120      1.1    cgd # Plugboard, and misc other terminals
    121      1.1    cgd #
    122      1.1    cgd plug-9600|Plugboard-9600:\
    123      1.1    cgd 	:pf#1:tc=9600-baud:
    124      1.1    cgd p|P9600|Plugboard-9600-rotary:\
    125      1.1    cgd 	:pf#1:nx=P300:tc=9600-baud:
    126      1.1    cgd q|P300|Plugboard-300:\
    127      1.1    cgd 	:pf#1:nx=P1200:tc=300-baud:
    128      1.1    cgd r|P1200|Plugboard-1200:\
    129      1.1    cgd 	:pf#1:nx=P9600:tc=1200-baud:
    130      1.1    cgd 
    131      1.1    cgd #
    132      1.1    cgd # XXXX Port selector
    133      1.1    cgd #
    134      1.1    cgd s|DSW|Port Selector:\
    135      1.1    cgd 	:ps:sp#2400:
    136      1.1    cgd 
    137      1.1    cgd #
    138      1.1    cgd # Auto-baud speed detect entry for Micom 600.
    139      1.1    cgd # Special code in getty will switch this out
    140      1.1    cgd # to one of the NNN-baud entries.
    141      1.1    cgd #
    142      1.1    cgd A|Auto-baud:\
    143      1.1    cgd 	:ab:sp#2400:f0#040:
    144