Deleted Added
full compact
gettytab (289) gettytab (646)
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#
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# cb, ce and ck are desirable on most crt's. The non-crt entries need to
12# be changed to turn them off (ce@:ce@:ck@:).
13#
14# Parity defaults to even. There ought to be more alternative entries with
15# no parity. The Pc entry already has no parity.. The different parities
16# are:
17# (none): same as even except -inpck instead of inpck for login.
18# ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and
19# fake parity. login will use even parity (cs7 parenb -parodd).
20# op: same as ep except odd parity (cs7 parenb parodd) for login.
21# op overrides ep.
22# ap: same as ep except -inpck instead of inpck for login.
23# ap overrides op and ep.
24# np: 1. don't fake parity in getty. The fake parity garbles
25# characters on non-terminals (like pccons) that don't
26# support parity. It would probably better for getty not to
27# try to fake parity. It could just use cbreak mode so as
28# as not to force cs8 and let the hardware handle the parity.
29# login has to be rely on the hardware anyway.
30# 2. set PASS8, giving cs8 -parenb -istrip -inpck.
31# np:ep: same as np except inpck.
32# np:op: same as np:ep except for parodd (but parodd is overridden).
33# np:ap: same as np except istrip.
34#
11default:\
35default:\
12 :ap:fd#1000:im=\r\n FreeBSD (%h) (%t)\r\n\r\n:sp#1200:
36 :cb:ce:ck:fd#1000:im=\r\n FreeBSD (%h) (%t)\r\n\r\n:sp#1200:
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

--- 86 unchanged lines hidden (view full) ---

107
108l|lsi chess terminal:\
109 :sp#300:
110
111X|Xwindow|X window system:\
112 :fd@:nd@:cd@:rw:sp#9600:
113
114P|Pc|Pc console:\
37
38#
39# Fixed speed entries
40#
41# The "std.NNN" names are known to the special case
42# portselector code in getty, however they can
43# be assigned to any table desired.
44# The "NNN-baud" names are known to the special case

--- 86 unchanged lines hidden (view full) ---

131
132l|lsi chess terminal:\
133 :sp#300:
134
135X|Xwindow|X window system:\
136 :fd@:nd@:cd@:rw:sp#9600:
137
138P|Pc|Pc console:\
115 :np:ap:sp#9600:
139 :np:sp#115200:
116
117#
118# Wierdo special case for fast crt's with hardcopy devices
119#
1208|T9600|CRT with hardcopy:\
121 :nx=T300:tc=9600-baud:
1229|T300|CRT with hardcopy (300):\
123 :nx=T9600:tc=300-baud:

--- 26 unchanged lines hidden ---
140
141#
142# Wierdo special case for fast crt's with hardcopy devices
143#
1448|T9600|CRT with hardcopy:\
145 :nx=T300:tc=9600-baud:
1469|T300|CRT with hardcopy (300):\
147 :nx=T9600:tc=300-baud:

--- 26 unchanged lines hidden ---