|
|
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.9 (Berkeley) 12/22/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: ! 45: 7|std.4800|4800-baud:\ ! 46: :sp#4800: ! 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: # Fast dialup terminals, 2400/1200/300 rotary (can start either way) ! 66: # ! 67: D2400|d2400|Fast-Dial-2400:\ ! 68: :nx=D1200:tc=2400-baud: ! 69: 3|D1200|Fast-Dial-1200:\ ! 70: :nx=D300:tc=1200-baud: ! 71: 5|D300|Fast-Dial-300:\ ! 72: :nx=D2400:tc=300-baud: ! 73: ! 74: # ! 75: # Odd special case terminals ! 76: # ! 77: -|tty33|asr33|Pity the poor user of this beast:\ ! 78: :tc=110-baud: ! 79: ! 80: 4|Console|Console Decwriter II:\ ! 81: :nd@:cd@:rw:tc=300-baud: ! 82: ! 83: e|Console-1200|Console Decwriter III:\ ! 84: :fd@:nd@:cd@:rw:tc=1200-baud: ! 85: ! 86: i|Interdata console:\ ! 87: :uc:sp#0: ! 88: ! 89: l|lsi chess terminal:\ ! 90: :sp#300: ! 91: ! 92: X|Xwindow|X window system:\ ! 93: :fd@:nd@:cd@:rw:sp#9600: ! 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: plug-9600|Plugboard-9600:\ ! 107: :pf#1:tc=9600-baud: ! 108: p|P9600|Plugboard-9600-rotary:\ ! 109: :pf#1:nx=P300:tc=9600-baud: ! 110: q|P300|Plugboard-300:\ ! 111: :pf#1:nx=P1200:tc=300-baud: ! 112: r|P1200|Plugboard-1200:\ ! 113: :pf#1:nx=P9600:tc=1200-baud: ! 114: ! 115: # ! 116: # XXXX Port selector ! 117: # ! 118: s|DSW|Port Selector:\ ! 119: :ps:sp#2400: ! 120: ! 121: # ! 122: # Auto-baud speed detect entry for Micom 600. ! 123: # Special code in getty will switch this out ! 124: # to one of the NNN-baud entries. ! 125: # ! 126: A|Auto-baud:\ ! 127: :ab:sp#2400:f0#040:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.