[BACK]Return to gettytab CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Annotation of src/etc/gettytab, Revision 1.2

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

CVSweb <webmaster@jp.NetBSD.org>