Annotation of 43BSD/contrib/X/src/etc/gettytab, revision 1.1.1.1

1.1       root        1: #
                      2: # Most of the table entries here are just copies of the
                      3: # old getty table, it is by no means certain, or even likely,
                      4: # then any of them are optimal for any purpose whatever.
                      5: # Nor is it likely that more than a couple are even correct
                      6: #
                      7: 
                      8: #
                      9: # The default gettytab entry, used to set defaults for all other
                     10: # entries, and in cases where getty is called with no table name
                     11: #
                     12: default:\
                     13:        :ap:fd#1000:\
                     14:        :im=\r\n\r\n\r\nProject Athena (%h\072%t, %d)\r\n\r\n:\
                     15:        :sp#1200:
                     16: 
                     17: #
                     18: # Fixed speed entries
                     19: #
                     20: #      the "std.NNN" names are known to the special case
                     21: #      portselector code in getty, however they can
                     22: #      be assigned to any table desired.
                     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:ig
                     36: y|rem.1200|rem-1200-baud:\
                     37:        :fd#1:sp#1200:rm:ig:\
                     38:        :im=\r\n\r\n\r\nAthena Login Server (%h\072%t, %d)\r\n\r\n:
                     39: 6|std.2400|2400-baud:\
                     40:        :sp#2400:ht:ig:
                     41: w|rem.2400|rem-2400-baud:\
                     42:        :sp#2400:rm:ig:\
                     43:        :im=\r\n\r\n\r\nAthena Login Server (%h\072%t, %d)\r\n\r\n:
                     44: 7|std.4800|4800-baud:\
                     45:        :sp#4800:ht:ig:
                     46: x|rem.4800|rem-4800-baud:\
                     47:        :sp#4800:rm:ig:
                     48:        :im=\r\n\r\n\r\nAthena Login Server (%h\072%t, %d)\r\n\r\n:
                     49: 2|std.9600|9600-baud:\
                     50:        :sp#9600:ig:
                     51: z|rem.9600|rem-9600-baud:\
                     52:        :sp#9600:rm:ig:\
                     53:        :im=\r\n\r\n\r\nAthena Login Server (%h\072%t, %d)\r\n\r\n:
                     54: 
                     55: #
                     56: # Dial in rotary tables, speed selection via 'break'
                     57: #
                     58: 0|d300|Dial-300:\
                     59:        :nx=d1200:cd#2:sp#300:
                     60: d1200|Dial-1200:\
                     61:        :nx=d150:fd#1:sp#1200:
                     62: d150|Dial-150:\
                     63:        :nx=d110:lm@:tc=150-baud:
                     64: d110|Dial-110:\
                     65:        :nx=d300:tc=300-baud:
                     66: 
                     67: #
                     68: # Odd special case terminals
                     69: #
                     70: -|tty33|asr33|Pity the poor user of this beast:\
                     71:        :tc=110-baud:
                     72: 
                     73: 4|Console|Console Decwriter II:\
                     74:        :nd@:cd@:rw:tc=300-baud:
                     75: 
                     76: e|Console-1200|Console Decwriter III:\
                     77:        :fd@:nd@:cd@:rw:tc=1200-baud:
                     78:  
                     79: v|Vs100|Xwindow|X window system:\
                     80:        :fd@:nd@:cd@:rw:sp#9600:
                     81: 
                     82: i|Interdata console:\
                     83:        :uc:sp#0:
                     84: 
                     85: l|lsi chess terminal:\
                     86:        :sp#300:
                     87: 
                     88: #
                     89: # Fast dialup terminals, 1200/300 rotary (can start either way)
                     90: #
                     91: 3|D1200|Fast-Dial-1200:\
                     92:        :nx=D300:tc=1200-baud:\
                     93:        :im=\r\n\r\n\r\nAthena Login Server (%h\072%t, %d)\r\n\r\n:
                     94: 5|D300|Fast-Dial-300:\
                     95:        :nx=D1200:tc=300-baud:
                     96:        :im=\r\n\r\n\r\nAthena Login Server (%h\072%t, %d)\r\n\r\n:
                     97: 
                     98: #
                     99: # Wierdo special case for fast crt's with hardcopy devices
                    100: #
                    101: 8|T9600|CRT with hardcopy:\
                    102:        :nx=T300:tc=9600-baud:
                    103: 9|T300|CRT with hardcopy (300):\
                    104:        :nx=T9600:tc=300-baud:
                    105: 
                    106: #
                    107: # Plugboard, and misc other terminals
                    108: #
                    109: p|P9600|Plugboard-9600:\
                    110:        :nx=P300:tc=9600-baud:
                    111: q|P300|Plugboard-300:\
                    112:        :nx=P1200:tc=300-baud:
                    113: r|P1200|Plugboard-1200:\
                    114:        :nx=P9600:tc=1200-baud:
                    115: 
                    116: #
                    117: # XXXX Port selector
                    118: #
                    119: s|Port Selector:\
                    120:        :ps:sp#1200:

unix.superglobalmegacorp.com

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