ttys revision 199243
1178768Simp#
2178768Simp# $FreeBSD: head/etc/etc.mips/ttys 199243 2009-11-13 05:54:55Z ed $
3178768Simp#	@(#)ttys	5.1 (Berkeley) 4/17/89
4178768Simp#
5178768Simp# This file specifies various information about terminals on the system.
6178768Simp# It is used by several different programs.  Common entries for the
7178768Simp# various columns include:
8178768Simp#
9178768Simp# name  The name of the terminal device.
10178768Simp#
11178768Simp# getty The program to start running on the terminal.  Typically a
12178768Simp#       getty program, as the name implies.  Other common entries
13178768Simp#       include none, when no getty is needed, and xdm, to start the
14178768Simp#       X Window System.
15178768Simp#
16178768Simp# type The initial terminal type for this port.  For hardwired
17178768Simp#      terminal lines, this will contain the type of terminal used.
18199243Sed#      For virtual consoles, the correct type is typically xterm.
19178768Simp#      Other common values include network for network connections on
20178768Simp#      pseudo-terminals, dialup for incoming modem ports, and unknown
21178768Simp#      when the terminal type cannot be predetermined.
22178768Simp#
23178768Simp# status Must be on or off.  If on, init will run the getty program on
24178768Simp#        the specified port.  If the word "secure" appears, this tty
25178768Simp#        allows root login.
26178768Simp#
27178768Simp# name	getty				type	status		comments
28178768Simp#
29178768Simp# If console is marked "insecure", then init will ask for the root password
30178768Simp# when going to single-user mode.
31178768Simpconsole	none				unknown	off secure
32178768Simp# Serial terminals
33178768Simp# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
34183773Simpttyu0	"/usr/libexec/getty std.115200"	dialup	on  secure
35183773Simpttyu1	"/usr/libexec/getty std.115200"	dialup	off secure
36183773Simpttyu2	"/usr/libexec/getty std.115200"	dialup	off secure
37183773Simpttyu3	"/usr/libexec/getty std.115200"	dialup	off secure
38178768Simp# Pseudo terminals
39182104Sedttyp0	none			network
40182104Sedttyp1	none			network
41182104Sedttyp2	none			network
42182104Sedttyp3	none			network
43182104Sedttyp4	none			network
44182104Sedttyp5	none			network
45182104Sedttyp6	none			network
46182104Sedttyp7	none			network
47182104Sedttyp8	none			network
48182104Sedttyp9	none			network
49182104Sedttypa	none			network
50182104Sedttypb	none			network
51182104Sedttypc	none			network
52182104Sedttypd	none			network
53182104Sedttype	none			network
54182104Sedttypf	none			network
55182104Sedttypg	none			network
56182104Sedttyph	none			network
57182104Sedttypi	none			network
58182104Sedttypj	none			network
59182104Sedttypk	none			network
60182104Sedttypl	none			network
61182104Sedttypm	none			network
62182104Sedttypn	none			network
63182104Sedttypo	none			network
64182104Sedttypp	none			network
65182104Sedttypq	none			network
66182104Sedttypr	none			network
67182104Sedttyps	none			network
68182104Sedttypt	none			network
69182104Sedttypu	none			network
70182104Sedttypv	none			network
71182104Sedttyq0	none			network
72182104Sedttyq1	none			network
73182104Sedttyq2	none			network
74182104Sedttyq3	none			network
75182104Sedttyq4	none			network
76182104Sedttyq5	none			network
77182104Sedttyq6	none			network
78182104Sedttyq7	none			network
79182104Sedttyq8	none			network
80182104Sedttyq9	none			network
81182104Sedttyqa	none			network
82182104Sedttyqb	none			network
83182104Sedttyqc	none			network
84182104Sedttyqd	none			network
85182104Sedttyqe	none			network
86182104Sedttyqf	none			network
87182104Sedttyqg	none			network
88182104Sedttyqh	none			network
89182104Sedttyqi	none			network
90182104Sedttyqj	none			network
91182104Sedttyqk	none			network
92182104Sedttyql	none			network
93182104Sedttyqm	none			network
94182104Sedttyqn	none			network
95182104Sedttyqo	none			network
96182104Sedttyqp	none			network
97182104Sedttyqq	none			network
98182104Sedttyqr	none			network
99182104Sedttyqs	none			network
100182104Sedttyqt	none			network
101182104Sedttyqu	none			network
102182104Sedttyqv	none			network
103182104Sedttyr0	none			network
104182104Sedttyr1	none			network
105182104Sedttyr2	none			network
106182104Sedttyr3	none			network
107182104Sedttyr4	none			network
108182104Sedttyr5	none			network
109182104Sedttyr6	none			network
110182104Sedttyr7	none			network
111182104Sedttyr8	none			network
112182104Sedttyr9	none			network
113182104Sedttyra	none			network
114182104Sedttyrb	none			network
115182104Sedttyrc	none			network
116182104Sedttyrd	none			network
117182104Sedttyre	none			network
118182104Sedttyrf	none			network
119182104Sedttyrg	none			network
120182104Sedttyrh	none			network
121182104Sedttyri	none			network
122182104Sedttyrj	none			network
123182104Sedttyrk	none			network
124182104Sedttyrl	none			network
125182104Sedttyrm	none			network
126182104Sedttyrn	none			network
127182104Sedttyro	none			network
128182104Sedttyrp	none			network
129182104Sedttyrq	none			network
130182104Sedttyrr	none			network
131182104Sedttyrs	none			network
132182104Sedttyrt	none			network
133182104Sedttyru	none			network
134182104Sedttyrv	none			network
135182104Sedttys0	none			network
136182104Sedttys1	none			network
137182104Sedttys2	none			network
138182104Sedttys3	none			network
139182104Sedttys4	none			network
140182104Sedttys5	none			network
141182104Sedttys6	none			network
142182104Sedttys7	none			network
143182104Sedttys8	none			network
144182104Sedttys9	none			network
145182104Sedttysa	none			network
146182104Sedttysb	none			network
147182104Sedttysc	none			network
148182104Sedttysd	none			network
149182104Sedttyse	none			network
150182104Sedttysf	none			network
151182104Sedttysg	none			network
152182104Sedttysh	none			network
153182104Sedttysi	none			network
154182104Sedttysj	none			network
155182104Sedttysk	none			network
156182104Sedttysl	none			network
157182104Sedttysm	none			network
158182104Sedttysn	none			network
159182104Sedttyso	none			network
160182104Sedttysp	none			network
161182104Sedttysq	none			network
162182104Sedttysr	none			network
163182104Sedttyss	none			network
164182104Sedttyst	none			network
165182104Sedttysu	none			network
166182104Sedttysv	none			network
167182104SedttyP0	none			network
168182104SedttyP1	none			network
169182104SedttyP2	none			network
170182104SedttyP3	none			network
171182104SedttyP4	none			network
172182104SedttyP5	none			network
173182104SedttyP6	none			network
174182104SedttyP7	none			network
175182104SedttyP8	none			network
176182104SedttyP9	none			network
177182104SedttyPa	none			network
178182104SedttyPb	none			network
179182104SedttyPc	none			network
180182104SedttyPd	none			network
181182104SedttyPe	none			network
182182104SedttyPf	none			network
183182104SedttyPg	none			network
184182104SedttyPh	none			network
185182104SedttyPi	none			network
186182104SedttyPj	none			network
187182104SedttyPk	none			network
188182104SedttyPl	none			network
189182104SedttyPm	none			network
190182104SedttyPn	none			network
191182104SedttyPo	none			network
192182104SedttyPp	none			network
193182104SedttyPq	none			network
194182104SedttyPr	none			network
195182104SedttyPs	none			network
196182104SedttyPt	none			network
197182104SedttyPu	none			network
198182104SedttyPv	none			network
199182104SedttyQ0	none			network
200182104SedttyQ1	none			network
201182104SedttyQ2	none			network
202182104SedttyQ3	none			network
203182104SedttyQ4	none			network
204182104SedttyQ5	none			network
205182104SedttyQ6	none			network
206182104SedttyQ7	none			network
207182104SedttyQ8	none			network
208182104SedttyQ9	none			network
209182104SedttyQa	none			network
210182104SedttyQb	none			network
211182104SedttyQc	none			network
212182104SedttyQd	none			network
213182104SedttyQe	none			network
214182104SedttyQf	none			network
215182104SedttyQg	none			network
216182104SedttyQh	none			network
217182104SedttyQi	none			network
218182104SedttyQj	none			network
219182104SedttyQk	none			network
220182104SedttyQl	none			network
221182104SedttyQm	none			network
222182104SedttyQn	none			network
223182104SedttyQo	none			network
224182104SedttyQp	none			network
225182104SedttyQq	none			network
226182104SedttyQr	none			network
227182104SedttyQs	none			network
228182104SedttyQt	none			network
229182104SedttyQu	none			network
230182104SedttyQv	none			network
231182104SedttyR0	none			network
232182104SedttyR1	none			network
233182104SedttyR2	none			network
234182104SedttyR3	none			network
235182104SedttyR4	none			network
236182104SedttyR5	none			network
237182104SedttyR6	none			network
238182104SedttyR7	none			network
239182104SedttyR8	none			network
240182104SedttyR9	none			network
241182104SedttyRa	none			network
242182104SedttyRb	none			network
243182104SedttyRc	none			network
244182104SedttyRd	none			network
245182104SedttyRe	none			network
246182104SedttyRf	none			network
247182104SedttyRg	none			network
248182104SedttyRh	none			network
249182104SedttyRi	none			network
250182104SedttyRj	none			network
251182104SedttyRk	none			network
252182104SedttyRl	none			network
253182104SedttyRm	none			network
254182104SedttyRn	none			network
255182104SedttyRo	none			network
256182104SedttyRp	none			network
257182104SedttyRq	none			network
258182104SedttyRr	none			network
259182104SedttyRs	none			network
260182104SedttyRt	none			network
261182104SedttyRu	none			network
262182104SedttyRv	none			network
263182104SedttyS0	none			network
264182104SedttyS1	none			network
265182104SedttyS2	none			network
266182104SedttyS3	none			network
267182104SedttyS4	none			network
268182104SedttyS5	none			network
269182104SedttyS6	none			network
270182104SedttyS7	none			network
271182104SedttyS8	none			network
272182104SedttyS9	none			network
273182104SedttySa	none			network
274182104SedttySb	none			network
275182104SedttySc	none			network
276182104SedttySd	none			network
277182104SedttySe	none			network
278182104SedttySf	none			network
279182104SedttySg	none			network
280182104SedttySh	none			network
281182104SedttySi	none			network
282182104SedttySj	none			network
283182104SedttySk	none			network
284182104SedttySl	none			network
285182104SedttySm	none			network
286182104SedttySn	none			network
287182104SedttySo	none			network
288182104SedttySp	none			network
289182104SedttySq	none			network
290182104SedttySr	none			network
291182104SedttySs	none			network
292182104SedttySt	none			network
293182104SedttySu	none			network
294182104SedttySv	none			network
295