Annotation of 43BSD/etc/getty/gettytab, revision 1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.