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

Annotation of src/etc/gettytab, Revision 1.18

1.18    ! dsl         1: #      $NetBSD: gettytab,v 1.17 2003/04/04 16:43:38 perry Exp $
1.8       mikel       2: #      from: @(#)gettytab      8.2 (Berkeley) 4/20/94
1.1       cgd         3: #
                      4: # Most of the table entries here are just copies of the old getty table,
                      5: # it is by no means certain, or even likely, that any of them are optimal
                      6: # for any purpose whatever.  Nor is it likely that more than a couple are
                      7: # even correct.
                      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:\
1.16      thorpej    13:        :ce:ck:np:im=\r\n%s/%m (%h) (%t)\r\n\r\n:
1.1       cgd        14:
                     15: #
                     16: # Fixed speed entries
                     17: #
                     18: #      The "std.NNN" names are known to the special case
                     19: #      portselector code in getty, however they can
                     20: #      be assigned to any table desired.
                     21: #      The "NNN-baud" names are known to the special case
                     22: #      autobaud code in getty, and likewise can
                     23: #      be assigned to any table desired (hopefully the same speed).
                     24: #
1.10      perry      25: std.110|110-baud:\
                     26:        :sp#110:
                     27: std.300|300-baud:\
                     28:        :sp#300:
                     29: std.600|600-baud:\
                     30:        :sp#600:
                     31: std.1200|1200-baud:\
                     32:        :sp#1200:
                     33: std.2400|2400-baud:\
1.1       cgd        34:        :sp#2400:
1.10      perry      35: std.4800|4800-baud:\
1.1       cgd        36:        :sp#4800:
1.10      perry      37: std.9600|9600-baud:\
1.1       cgd        38:        :sp#9600:
1.10      perry      39: std.19200|19200-baud:\
1.1       cgd        40:        :sp#19200:
1.3       mycroft    41: std.38400|38400-baud:\
                     42:        :sp#38400:
                     43: std.57600|57600-baud:\
                     44:        :sp#57600:
                     45: std.115200|115200-baud:\
                     46:        :sp#115200:
1.12      fair       47:
                     48: # PPP network link login
                     49: #
                     50: # these entries can be used by ISPs or others who want to be able
                     51: # to offer both a "shell" and a PPP login on the same port. Setting
                     52: # the "pp" attribute allows getty(8) to recognize a PPP link start
                     53: # negotiation, and invoke the program listed, in addition to normal
                     54: # login(1).
                     55: #
                     56: # N.B.: if PPP is recognized, this bypasses normal login/password
                     57: # exchange; the expectation is that you'll configure pppd (or whatever)
                     58: # to require a PAP or CHAP handshake for authentication after PPP is
                     59: # started up.
                     60: #
                     61: # It is also recommended that you use hardware (CTS/RTS) flow control
                     62: # on the port, and run the port as fast as possible, to allow modems
                     63: # extra time to do data compression, if enabled.
                     64: #
                     65: ppp:np:ce:ck:pp=/usr/sbin/pppd:
                     66: #
                     67: ppp.19200|PPP-19200:sp#19200:tc=ppp:
                     68: ppp.38400|PPP-38400:sp#38400:tc=ppp:
                     69: ppp.57600|PPP-57600:sp#57600:tc=ppp:
                     70: ppp.115200|PPP-115200:sp#115200:tc=ppp:
                     71: ppp.230400|PPP-230400:sp#230400:tc=ppp:
1.1       cgd        72:
                     73: #
                     74: # Dial in rotary tables, speed selection via 'break'
                     75: #
                     76: d1200|Dial-1200:\
1.10      perry      77:        :nx=d300:sp#1200:
                     78: d300|Dial-300:\
                     79:        :nx=d1200:sp#300:
1.1       cgd        80:
                     81: #
                     82: # Fast dialup terminals, 2400/1200/300 rotary (can start either way)
                     83: #
                     84: D2400|d2400|Fast-Dial-2400:\
                     85:        :nx=D1200:tc=2400-baud:
1.10      perry      86: D1200|Fast-Dial-1200:\
1.1       cgd        87:        :nx=D300:tc=1200-baud:
1.10      perry      88: D300|Fast-Dial-300:\
1.1       cgd        89:        :nx=D2400:tc=300-baud:
                     90:
                     91: #
                     92: #telebit (19200)
                     93: #
                     94: t19200:\
                     95:        :nx=t2400:tc=19200-baud:
                     96: t2400:\
                     97:        :nx=t1200:tc=2400-baud:
                     98: t1200:\
                     99:        :nx=t19200:tc=1200-baud:
                    100:
                    101: #
                    102: #telebit (9600)
                    103: #
                    104: t9600:\
                    105:        :nx=t2400a:tc=19200-baud:
                    106: t2400a:\
                    107:        :nx=t1200a:tc=2400-baud:
                    108: t1200a:\
                    109:        :nx=t9600:tc=1200-baud:
                    110:
                    111: #
                    112: # Odd special case terminals
                    113: #
1.10      perry     114: Console|Console Decwriter II:\
                    115:        :rw:tc=300-baud:
1.1       cgd       116:
1.10      perry     117: Console-1200|Console Decwriter III:\
                    118:        :rw:tc=1200-baud:
1.1       cgd       119:
                    120: X|Xwindow|X window system:\
1.10      perry     121:        :rw:sp#9600:
1.1       cgd       122:
1.10      perry     123: Pc|Pc console:\
1.18    ! dsl       124:        :np:ig:ht:
1.6       pk        125:
                    126: # 8 bit clean Sun console
1.10      perry     127: suncons|Sun Console:\
1.6       pk        128:        :np:sp#9600:
1.1       cgd       129:
                    130: #
                    131: # Plugboard, and misc other terminals
                    132: #
                    133: plug-9600|Plugboard-9600:\
                    134:        :pf#1:tc=9600-baud:
1.10      perry     135: P9600|Plugboard-9600-rotary:\
1.1       cgd       136:        :pf#1:nx=P300:tc=9600-baud:
1.10      perry     137: P300|Plugboard-300:\
1.1       cgd       138:        :pf#1:nx=P1200:tc=300-baud:
1.10      perry     139: P1200|Plugboard-1200:\
1.1       cgd       140:        :pf#1:nx=P9600:tc=1200-baud:
                    141:
                    142: #
                    143: # XXXX Port selector
                    144: #
1.10      perry     145: DSW|Port Selector:\
1.1       cgd       146:        :ps:sp#2400:
                    147:
                    148: #
                    149: # Auto-baud speed detect entry for Micom 600.
                    150: # Special code in getty will switch this out
                    151: # to one of the NNN-baud entries.
                    152: #
1.10      perry     153: Auto-baud:\
1.1       cgd       154:        :ab:sp#2400:f0#040:

CVSweb <webmaster@jp.NetBSD.org>