ttys revision 155323
189029Sjhb#
289029Sjhb# $FreeBSD: head/etc/etc.sparc64/ttys 155323 2006-02-04 23:30:09Z marius $
389029Sjhb#	@(#)ttys	5.1 (Berkeley) 4/17/89
489029Sjhb#
589029Sjhb# This file specifies various information about terminals on the system.
689029Sjhb# It is used by several different programs.  Common entries for the
789029Sjhb# various columns include:
889029Sjhb#
989029Sjhb# name  The name of the terminal device.
1089029Sjhb#
1189029Sjhb# getty The program to start running on the terminal.  Typically a
1289029Sjhb#       getty program, as the name implies.  Other common entries
1389029Sjhb#       include none, when no getty is needed, and xdm, to start the
1489029Sjhb#       X Window System.
1589029Sjhb#
1689029Sjhb# type The initial terminal type for this port.  For hardwired
1789029Sjhb#      terminal lines, this will contain the type of terminal used.
1894929Sgerald#      For virtual consoles, the correct type is typically cons25, but
1994929Sgerald#      vt220 will work better if you need interoperability with other
2094929Sgerald#      systems like Solaris or GNU/Linux.
2194929Sgerald#      Other common values include network for network connections on
2289029Sjhb#      pseudo-terminals, dialup for incoming modem ports, and unknown
2389029Sjhb#      when the terminal type cannot be predetermined.
2489029Sjhb#
2589029Sjhb# status Must be on or off.  If on, init will run the getty program on
2689029Sjhb#        the specified port.  If the word "secure" appears, this tty
2789029Sjhb#        allows root login.
2889029Sjhb#
2989029Sjhb# name	getty				type	status		comments
3089029Sjhb#
3189029Sjhb# If console is marked "insecure", then init will ask for the root password
3289029Sjhb# when going to single-user mode.
3389029Sjhbconsole	none				unknown	off secure
34147276Smarius# ofw_console(4)
35147276Smariusscreen	"/usr/libexec/getty Pc"		vt100	off secure
36143311Sobrienttya	"/usr/libexec/getty 3wire.9600"	vt100	off secure
37143311Sobrienttyb	"/usr/libexec/getty 3wire.9600"	vt100	off secure
38147276Smarius# sab(4)
39143311Sobrienttyz0	"/usr/libexec/getty 3wire.9600"	vt100	off secure
40143311Sobrienttyz1	"/usr/libexec/getty 3wire.9600"	vt100	off secure
41147276Smarius# syscons(4)
42147276Smariusttyv0	"/usr/libexec/getty Pc"		cons25	on  secure
4389029Sjhb# Virtual terminals
44147276Smariusttyv1	"/usr/libexec/getty Pc"		cons25	on  secure
45147276Smariusttyv2	"/usr/libexec/getty Pc"		cons25	on  secure
46147276Smariusttyv3	"/usr/libexec/getty Pc"		cons25	on  secure
47147276Smariusttyv4	"/usr/libexec/getty Pc"		cons25	on  secure
48147276Smariusttyv5	"/usr/libexec/getty Pc"		cons25	on  secure
49147276Smariusttyv6	"/usr/libexec/getty Pc"		cons25	on  secure
50147276Smariusttyv7	"/usr/libexec/getty Pc"		cons25	on  secure
51147276Smariusttyv8	"/usr/X11R6/bin/xdm -nodaemon"	xterm	off secure
5289029Sjhb# Serial terminals
5389029Sjhb# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
54147276Smarius# uart(4)
55141034Smarcelttyu0	"/usr/libexec/getty std.9600"	vt100	on  secure
56141034Smarcelttyu1	"/usr/libexec/getty std.9600"	vt100	on  secure
57155323Smariusttyu2	"/usr/libexec/getty std.9600"	vt100	on  secure
58119972Sjakettyu3	"/usr/libexec/getty std.9600"	vt100	off secure
59121468Ssimokawa# Dumb console
60121468Ssimokawadcons	"/usr/libexec/getty std.9600"	vt100	off secure
6189029Sjhb# Pseudo terminals
6289029Sjhbttyp0	none			network
6389029Sjhbttyp1	none			network
6489029Sjhbttyp2	none			network
6589029Sjhbttyp3	none			network
6689029Sjhbttyp4	none			network
6789029Sjhbttyp5	none			network
6889029Sjhbttyp6	none			network
6989029Sjhbttyp7	none			network
7089029Sjhbttyp8	none			network
7189029Sjhbttyp9	none			network
7289029Sjhbttypa	none			network
7389029Sjhbttypb	none			network
7489029Sjhbttypc	none			network
7589029Sjhbttypd	none			network
7689029Sjhbttype	none			network
7789029Sjhbttypf	none			network
7889029Sjhbttypg	none			network
7989029Sjhbttyph	none			network
8089029Sjhbttypi	none			network
8189029Sjhbttypj	none			network
8289029Sjhbttypk	none			network
8389029Sjhbttypl	none			network
8489029Sjhbttypm	none			network
8589029Sjhbttypn	none			network
8689029Sjhbttypo	none			network
8789029Sjhbttypp	none			network
8889029Sjhbttypq	none			network
8989029Sjhbttypr	none			network
9089029Sjhbttyps	none			network
9189029Sjhbttypt	none			network
9289029Sjhbttypu	none			network
9389029Sjhbttypv	none			network
9489029Sjhbttyq0	none			network
9589029Sjhbttyq1	none			network
9689029Sjhbttyq2	none			network
9789029Sjhbttyq3	none			network
9889029Sjhbttyq4	none			network
9989029Sjhbttyq5	none			network
10089029Sjhbttyq6	none			network
10189029Sjhbttyq7	none			network
10289029Sjhbttyq8	none			network
10389029Sjhbttyq9	none			network
10489029Sjhbttyqa	none			network
10589029Sjhbttyqb	none			network
10689029Sjhbttyqc	none			network
10789029Sjhbttyqd	none			network
10889029Sjhbttyqe	none			network
10989029Sjhbttyqf	none			network
11089029Sjhbttyqg	none			network
11189029Sjhbttyqh	none			network
11289029Sjhbttyqi	none			network
11389029Sjhbttyqj	none			network
11489029Sjhbttyqk	none			network
11589029Sjhbttyql	none			network
11689029Sjhbttyqm	none			network
11789029Sjhbttyqn	none			network
11889029Sjhbttyqo	none			network
11989029Sjhbttyqp	none			network
12089029Sjhbttyqq	none			network
12189029Sjhbttyqr	none			network
12289029Sjhbttyqs	none			network
12389029Sjhbttyqt	none			network
12489029Sjhbttyqu	none			network
12589029Sjhbttyqv	none			network
12689029Sjhbttyr0	none			network
12789029Sjhbttyr1	none			network
12889029Sjhbttyr2	none			network
12989029Sjhbttyr3	none			network
13089029Sjhbttyr4	none			network
13189029Sjhbttyr5	none			network
13289029Sjhbttyr6	none			network
13389029Sjhbttyr7	none			network
13489029Sjhbttyr8	none			network
13589029Sjhbttyr9	none			network
13689029Sjhbttyra	none			network
13789029Sjhbttyrb	none			network
13889029Sjhbttyrc	none			network
13989029Sjhbttyrd	none			network
14089029Sjhbttyre	none			network
14189029Sjhbttyrf	none			network
14289029Sjhbttyrg	none			network
14389029Sjhbttyrh	none			network
14489029Sjhbttyri	none			network
14589029Sjhbttyrj	none			network
14689029Sjhbttyrk	none			network
14789029Sjhbttyrl	none			network
14889029Sjhbttyrm	none			network
14989029Sjhbttyrn	none			network
15089029Sjhbttyro	none			network
15189029Sjhbttyrp	none			network
15289029Sjhbttyrq	none			network
15389029Sjhbttyrr	none			network
15489029Sjhbttyrs	none			network
15589029Sjhbttyrt	none			network
15689029Sjhbttyru	none			network
15789029Sjhbttyrv	none			network
15889029Sjhbttys0	none			network
15989029Sjhbttys1	none			network
16089029Sjhbttys2	none			network
16189029Sjhbttys3	none			network
16289029Sjhbttys4	none			network
16389029Sjhbttys5	none			network
16489029Sjhbttys6	none			network
16589029Sjhbttys7	none			network
16689029Sjhbttys8	none			network
16789029Sjhbttys9	none			network
16889029Sjhbttysa	none			network
16989029Sjhbttysb	none			network
17089029Sjhbttysc	none			network
17189029Sjhbttysd	none			network
17289029Sjhbttyse	none			network
17389029Sjhbttysf	none			network
17489029Sjhbttysg	none			network
17589029Sjhbttysh	none			network
17689029Sjhbttysi	none			network
17789029Sjhbttysj	none			network
17889029Sjhbttysk	none			network
17989029Sjhbttysl	none			network
18089029Sjhbttysm	none			network
18189029Sjhbttysn	none			network
18289029Sjhbttyso	none			network
18389029Sjhbttysp	none			network
18489029Sjhbttysq	none			network
18589029Sjhbttysr	none			network
18689029Sjhbttyss	none			network
18789029Sjhbttyst	none			network
18889029Sjhbttysu	none			network
18989029Sjhbttysv	none			network
19089029SjhbttyP0	none			network
19189029SjhbttyP1	none			network
19289029SjhbttyP2	none			network
19389029SjhbttyP3	none			network
19489029SjhbttyP4	none			network
19589029SjhbttyP5	none			network
19689029SjhbttyP6	none			network
19789029SjhbttyP7	none			network
19889029SjhbttyP8	none			network
19989029SjhbttyP9	none			network
20089029SjhbttyPa	none			network
20189029SjhbttyPb	none			network
20289029SjhbttyPc	none			network
20389029SjhbttyPd	none			network
20489029SjhbttyPe	none			network
20589029SjhbttyPf	none			network
20689029SjhbttyPg	none			network
20789029SjhbttyPh	none			network
20889029SjhbttyPi	none			network
20989029SjhbttyPj	none			network
21089029SjhbttyPk	none			network
21189029SjhbttyPl	none			network
21289029SjhbttyPm	none			network
21389029SjhbttyPn	none			network
21489029SjhbttyPo	none			network
21589029SjhbttyPp	none			network
21689029SjhbttyPq	none			network
21789029SjhbttyPr	none			network
21889029SjhbttyPs	none			network
21989029SjhbttyPt	none			network
22089029SjhbttyPu	none			network
22189029SjhbttyPv	none			network
22289029SjhbttyQ0	none			network
22389029SjhbttyQ1	none			network
22489029SjhbttyQ2	none			network
22589029SjhbttyQ3	none			network
22689029SjhbttyQ4	none			network
22789029SjhbttyQ5	none			network
22889029SjhbttyQ6	none			network
22989029SjhbttyQ7	none			network
23089029SjhbttyQ8	none			network
23189029SjhbttyQ9	none			network
23289029SjhbttyQa	none			network
23389029SjhbttyQb	none			network
23489029SjhbttyQc	none			network
23589029SjhbttyQd	none			network
23689029SjhbttyQe	none			network
23789029SjhbttyQf	none			network
23889029SjhbttyQg	none			network
23989029SjhbttyQh	none			network
24089029SjhbttyQi	none			network
24189029SjhbttyQj	none			network
24289029SjhbttyQk	none			network
24389029SjhbttyQl	none			network
24489029SjhbttyQm	none			network
24589029SjhbttyQn	none			network
24689029SjhbttyQo	none			network
24789029SjhbttyQp	none			network
24889029SjhbttyQq	none			network
24989029SjhbttyQr	none			network
25089029SjhbttyQs	none			network
25189029SjhbttyQt	none			network
25289029SjhbttyQu	none			network
25389029SjhbttyQv	none			network
25489029SjhbttyR0	none			network
25589029SjhbttyR1	none			network
25689029SjhbttyR2	none			network
25789029SjhbttyR3	none			network
25889029SjhbttyR4	none			network
25989029SjhbttyR5	none			network
26089029SjhbttyR6	none			network
26189029SjhbttyR7	none			network
26289029SjhbttyR8	none			network
26389029SjhbttyR9	none			network
26489029SjhbttyRa	none			network
26589029SjhbttyRb	none			network
26689029SjhbttyRc	none			network
26789029SjhbttyRd	none			network
26889029SjhbttyRe	none			network
26989029SjhbttyRf	none			network
27089029SjhbttyRg	none			network
27189029SjhbttyRh	none			network
27289029SjhbttyRi	none			network
27389029SjhbttyRj	none			network
27489029SjhbttyRk	none			network
27589029SjhbttyRl	none			network
27689029SjhbttyRm	none			network
27789029SjhbttyRn	none			network
27889029SjhbttyRo	none			network
27989029SjhbttyRp	none			network
28089029SjhbttyRq	none			network
28189029SjhbttyRr	none			network
28289029SjhbttyRs	none			network
28389029SjhbttyRt	none			network
28489029SjhbttyRu	none			network
28589029SjhbttyRv	none			network
28689029SjhbttyS0	none			network
28789029SjhbttyS1	none			network
28889029SjhbttyS2	none			network
28989029SjhbttyS3	none			network
29089029SjhbttyS4	none			network
29189029SjhbttyS5	none			network
29289029SjhbttyS6	none			network
29389029SjhbttyS7	none			network
29489029SjhbttyS8	none			network
29589029SjhbttyS9	none			network
29689029SjhbttySa	none			network
29789029SjhbttySb	none			network
29889029SjhbttySc	none			network
29989029SjhbttySd	none			network
30089029SjhbttySe	none			network
30189029SjhbttySf	none			network
30289029SjhbttySg	none			network
30389029SjhbttySh	none			network
30489029SjhbttySi	none			network
30589029SjhbttySj	none			network
30689029SjhbttySk	none			network
30789029SjhbttySl	none			network
30889029SjhbttySm	none			network
30989029SjhbttySn	none			network
31089029SjhbttySo	none			network
31189029SjhbttySp	none			network
31289029SjhbttySq	none			network
31389029SjhbttySr	none			network
31489029SjhbttySs	none			network
31589029SjhbttySt	none			network
31689029SjhbttySu	none			network
31789029SjhbttySv	none			network
318