ttys revision 170088
1171095Ssam#
2171095Ssam# $FreeBSD: head/etc/etc.sparc64/ttys 170088 2007-05-29 06:37:58Z dougb $
3171095Ssam#	@(#)ttys	5.1 (Berkeley) 4/17/89
4171095Ssam#
5171095Ssam# This file specifies various information about terminals on the system.
6171095Ssam# It is used by several different programs.  Common entries for the
7171095Ssam# various columns include:
8171095Ssam#
9171095Ssam# name  The name of the terminal device.
10171095Ssam#
11171095Ssam# getty The program to start running on the terminal.  Typically a
12171095Ssam#       getty program, as the name implies.  Other common entries
13171095Ssam#       include none, when no getty is needed, and xdm, to start the
14171095Ssam#       X Window System.
15171095Ssam#
16171095Ssam# type The initial terminal type for this port.  For hardwired
17171095Ssam#      terminal lines, this will contain the type of terminal used.
18171095Ssam#      For virtual consoles, the correct type is typically cons25, but
19171095Ssam#      vt220 will work better if you need interoperability with other
20171095Ssam#      systems like Solaris or GNU/Linux.
21171095Ssam#      Other common values include network for network connections on
22171095Ssam#      pseudo-terminals, dialup for incoming modem ports, and unknown
23171095Ssam#      when the terminal type cannot be predetermined.
24171095Ssam#
25171095Ssam# status Must be on or off.  If on, init will run the getty program on
26171095Ssam#        the specified port.  If the word "secure" appears, this tty
27171095Ssam#        allows root login.
28171095Ssam#
29171095Ssam# name	getty				type	status		comments
30171095Ssam#
31171095Ssam# If console is marked "insecure", then init will ask for the root password
32171095Ssam# when going to single-user mode.
33171095Ssamconsole	none				unknown	off secure
34171095Ssam# ofw_console(4)
35171095Ssamscreen	"/usr/libexec/getty Pc"		vt100	off secure
36171095Ssamttya	"/usr/libexec/getty 3wire.9600"	vt100	off secure
37171095Ssamttyb	"/usr/libexec/getty 3wire.9600"	vt100	off secure
38171095Ssam# syscons(4)
39171095Ssamttyv0	"/usr/libexec/getty Pc"		cons25	on  secure
40173139Srwatson# Virtual terminals
41171095Ssamttyv1	"/usr/libexec/getty Pc"		cons25	on  secure
42171095Ssamttyv2	"/usr/libexec/getty Pc"		cons25	on  secure
43171095Ssamttyv3	"/usr/libexec/getty Pc"		cons25	on  secure
44171095Ssamttyv4	"/usr/libexec/getty Pc"		cons25	on  secure
45171095Ssamttyv5	"/usr/libexec/getty Pc"		cons25	on  secure
46171095Ssamttyv6	"/usr/libexec/getty Pc"		cons25	on  secure
47171095Ssamttyv7	"/usr/libexec/getty Pc"		cons25	on  secure
48173139Srwatsonttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
49173139Srwatson# Serial terminals
50173139Srwatson# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
51173139Srwatson# uart(4)
52171095Ssamttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
53171095Ssamttyu1	"/usr/libexec/getty std.9600"	vt100	on  secure
54171095Ssamttyu2	"/usr/libexec/getty std.9600"	vt100	on  secure
55171095Ssamttyu3	"/usr/libexec/getty std.9600"	vt100	off secure
56173139Srwatson# Dumb console
57173139Srwatsondcons	"/usr/libexec/getty std.9600"	vt100	off secure
58173139Srwatson# Pseudo terminals
59173139Srwatsonttyp0	none			network
60173139Srwatsonttyp1	none			network
61173139Srwatsonttyp2	none			network
62173139Srwatsonttyp3	none			network
63171095Ssamttyp4	none			network
64173139Srwatsonttyp5	none			network
65171095Ssamttyp6	none			network
66173139Srwatsonttyp7	none			network
67171095Ssamttyp8	none			network
68173139Srwatsonttyp9	none			network
69171095Ssamttypa	none			network
70171095Ssamttypb	none			network
71173139Srwatsonttypc	none			network
72173139Srwatsonttypd	none			network
73173139Srwatsonttype	none			network
74173139Srwatsonttypf	none			network
75173139Srwatsonttypg	none			network
76173139Srwatsonttyph	none			network
77173139Srwatsonttypi	none			network
78173139Srwatsonttypj	none			network
79173139Srwatsonttypk	none			network
80173139Srwatsonttypl	none			network
81173139Srwatsonttypm	none			network
82173139Srwatsonttypn	none			network
83173139Srwatsonttypo	none			network
84173139Srwatsonttypp	none			network
85171095Ssamttypq	none			network
86173139Srwatsonttypr	none			network
87173139Srwatsonttyps	none			network
88173139Srwatsonttypt	none			network
89173139Srwatsonttypu	none			network
90173139Srwatsonttypv	none			network
91173139Srwatsonttyq0	none			network
92173139Srwatsonttyq1	none			network
93173139Srwatsonttyq2	none			network
94173139Srwatsonttyq3	none			network
95173139Srwatsonttyq4	none			network
96173139Srwatsonttyq5	none			network
97173139Srwatsonttyq6	none			network
98173139Srwatsonttyq7	none			network
99173139Srwatsonttyq8	none			network
100173139Srwatsonttyq9	none			network
101173139Srwatsonttyqa	none			network
102173139Srwatsonttyqb	none			network
103173139Srwatsonttyqc	none			network
104173139Srwatsonttyqd	none			network
105173139Srwatsonttyqe	none			network
106173139Srwatsonttyqf	none			network
107173139Srwatsonttyqg	none			network
108171095Ssamttyqh	none			network
109173139Srwatsonttyqi	none			network
110173139Srwatsonttyqj	none			network
111173139Srwatsonttyqk	none			network
112173139Srwatsonttyql	none			network
113173139Srwatsonttyqm	none			network
114173139Srwatsonttyqn	none			network
115171095Ssamttyqo	none			network
116173139Srwatsonttyqp	none			network
117171095Ssamttyqq	none			network
118173139Srwatsonttyqr	none			network
119171095Ssamttyqs	none			network
120173139Srwatsonttyqt	none			network
121173139Srwatsonttyqu	none			network
122173139Srwatsonttyqv	none			network
123173139Srwatsonttyr0	none			network
124173139Srwatsonttyr1	none			network
125173139Srwatsonttyr2	none			network
126173139Srwatsonttyr3	none			network
127173139Srwatsonttyr4	none			network
128173139Srwatsonttyr5	none			network
129173139Srwatsonttyr6	none			network
130173139Srwatsonttyr7	none			network
131173139Srwatsonttyr8	none			network
132171095Ssamttyr9	none			network
133173139Srwatsonttyra	none			network
134173139Srwatsonttyrb	none			network
135173139Srwatsonttyrc	none			network
136171095Ssamttyrd	none			network
137173139Srwatsonttyre	none			network
138173139Srwatsonttyrf	none			network
139173139Srwatsonttyrg	none			network
140171095Ssamttyrh	none			network
141173139Srwatsonttyri	none			network
142173139Srwatsonttyrj	none			network
143171095Ssamttyrk	none			network
144173139Srwatsonttyrl	none			network
145173139Srwatsonttyrm	none			network
146173139Srwatsonttyrn	none			network
147171095Ssamttyro	none			network
148173139Srwatsonttyrp	none			network
149173139Srwatsonttyrq	none			network
150173139Srwatsonttyrr	none			network
151173139Srwatsonttyrs	none			network
152173139Srwatsonttyrt	none			network
153173139Srwatsonttyru	none			network
154173139Srwatsonttyrv	none			network
155173139Srwatsonttys0	none			network
156173139Srwatsonttys1	none			network
157171095Ssamttys2	none			network
158173139Srwatsonttys3	none			network
159173139Srwatsonttys4	none			network
160171095Ssamttys5	none			network
161173139Srwatsonttys6	none			network
162171095Ssamttys7	none			network
163173139Srwatsonttys8	none			network
164171095Ssamttys9	none			network
165173139Srwatsonttysa	none			network
166173139Srwatsonttysb	none			network
167173139Srwatsonttysc	none			network
168173139Srwatsonttysd	none			network
169173139Srwatsonttyse	none			network
170173139Srwatsonttysf	none			network
171173139Srwatsonttysg	none			network
172173139Srwatsonttysh	none			network
173171095Ssamttysi	none			network
174173139Srwatsonttysj	none			network
175173139Srwatsonttysk	none			network
176173139Srwatsonttysl	none			network
177173139Srwatsonttysm	none			network
178173139Srwatsonttysn	none			network
179173139Srwatsonttyso	none			network
180173139Srwatsonttysp	none			network
181173139Srwatsonttysq	none			network
182173139Srwatsonttysr	none			network
183173139Srwatsonttyss	none			network
184173139Srwatsonttyst	none			network
185173139Srwatsonttysu	none			network
186173139Srwatsonttysv	none			network
187173139SrwatsonttyP0	none			network
188173139SrwatsonttyP1	none			network
189173139SrwatsonttyP2	none			network
190173139SrwatsonttyP3	none			network
191171095SsamttyP4	none			network
192173139SrwatsonttyP5	none			network
193173139SrwatsonttyP6	none			network
194171095SsamttyP7	none			network
195173139SrwatsonttyP8	none			network
196173139SrwatsonttyP9	none			network
197173139SrwatsonttyPa	none			network
198173139SrwatsonttyPb	none			network
199173139SrwatsonttyPc	none			network
200171095SsamttyPd	none			network
201173139SrwatsonttyPe	none			network
202171095SsamttyPf	none			network
203173139SrwatsonttyPg	none			network
204173139SrwatsonttyPh	none			network
205173139SrwatsonttyPi	none			network
206173139SrwatsonttyPj	none			network
207171095SsamttyPk	none			network
208171095SsamttyPl	none			network
209171095SsamttyPm	none			network
210171095SsamttyPn	none			network
211171095SsamttyPo	none			network
212171095SsamttyPp	none			network
213171095SsamttyPq	none			network
214171095SsamttyPr	none			network
215171095SsamttyPs	none			network
216171095SsamttyPt	none			network
217171095SsamttyPu	none			network
218171095SsamttyPv	none			network
219171095SsamttyQ0	none			network
220171095SsamttyQ1	none			network
221171095SsamttyQ2	none			network
222171095SsamttyQ3	none			network
223171095SsamttyQ4	none			network
224171095SsamttyQ5	none			network
225171095SsamttyQ6	none			network
226171095SsamttyQ7	none			network
227171095SsamttyQ8	none			network
228171095SsamttyQ9	none			network
229171095SsamttyQa	none			network
230171095SsamttyQb	none			network
231173139SrwatsonttyQc	none			network
232173139SrwatsonttyQd	none			network
233173139SrwatsonttyQe	none			network
234171095SsamttyQf	none			network
235171095SsamttyQg	none			network
236171095SsamttyQh	none			network
237171095SsamttyQi	none			network
238171095SsamttyQj	none			network
239171095SsamttyQk	none			network
240171095SsamttyQl	none			network
241173139SrwatsonttyQm	none			network
242173139SrwatsonttyQn	none			network
243173139SrwatsonttyQo	none			network
244173139SrwatsonttyQp	none			network
245171095SsamttyQq	none			network
246171095SsamttyQr	none			network
247171095SsamttyQs	none			network
248173139SrwatsonttyQt	none			network
249171095SsamttyQu	none			network
250173139SrwatsonttyQv	none			network
251173139SrwatsonttyR0	none			network
252171095SsamttyR1	none			network
253171095SsamttyR2	none			network
254171095SsamttyR3	none			network
255173139SrwatsonttyR4	none			network
256173139SrwatsonttyR5	none			network
257173139SrwatsonttyR6	none			network
258173139SrwatsonttyR7	none			network
259173139SrwatsonttyR8	none			network
260173139SrwatsonttyR9	none			network
261173139SrwatsonttyRa	none			network
262173139SrwatsonttyRb	none			network
263173139SrwatsonttyRc	none			network
264171095SsamttyRd	none			network
265171095SsamttyRe	none			network
266171095SsamttyRf	none			network
267171095SsamttyRg	none			network
268171095SsamttyRh	none			network
269171095SsamttyRi	none			network
270173139SrwatsonttyRj	none			network
271171095SsamttyRk	none			network
272171095SsamttyRl	none			network
273171095SsamttyRm	none			network
274173139SrwatsonttyRn	none			network
275171095SsamttyRo	none			network
276173139SrwatsonttyRp	none			network
277173139SrwatsonttyRq	none			network
278173139SrwatsonttyRr	none			network
279171095SsamttyRs	none			network
280171095SsamttyRt	none			network
281173139SrwatsonttyRu	none			network
282171095SsamttyRv	none			network
283171095SsamttyS0	none			network
284171095SsamttyS1	none			network
285173139SrwatsonttyS2	none			network
286171095SsamttyS3	none			network
287173139SrwatsonttyS4	none			network
288173139SrwatsonttyS5	none			network
289173139SrwatsonttyS6	none			network
290171095SsamttyS7	none			network
291171095SsamttyS8	none			network
292173139SrwatsonttyS9	none			network
293171095SsamttySa	none			network
294171095SsamttySb	none			network
295171095SsamttySc	none			network
296173139SrwatsonttySd	none			network
297173139SrwatsonttySe	none			network
298171095SsamttySf	none			network
299171095SsamttySg	none			network
300173139SrwatsonttySh	none			network
301173139SrwatsonttySi	none			network
302173139SrwatsonttySj	none			network
303171095SsamttySk	none			network
304171095SsamttySl	none			network
305173139SrwatsonttySm	none			network
306171095SsamttySn	none			network
307171095SsamttySo	none			network
308171095SsamttySp	none			network
309173139SrwatsonttySq	none			network
310171095SsamttySr	none			network
311173139SrwatsonttySs	none			network
312173139SrwatsonttySt	none			network
313173139SrwatsonttySu	none			network
314171095SsamttySv	none			network
315171095Ssam