blob: fb8b8086421e473d7913ef16faf7e4ffa1032535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#
# $OpenBSD: ttys,v 1.9 2012/01/09 18:54:12 miod Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty std.9600" vt220 on secure
# graphics console
ttyC0 "/usr/libexec/getty std.9600" vt220 off secure
# apci(4) serial lines
ttya0 "/usr/libexec/getty std.9600" unknown off secure
ttya1 "/usr/libexec/getty std.9600" unknown off secure
ttya2 "/usr/libexec/getty std.9600" unknown off secure
# dca(4) serial lines
tty0 "/usr/libexec/getty std.9600" unknown off secure
tty1 "/usr/libexec/getty std.9600" unknown off secure
tty2 "/usr/libexec/getty std.9600" unknown off secure
tty3 "/usr/libexec/getty std.9600" unknown off secure
# dcm(4) serial lines
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off secure
tty02 "/usr/libexec/getty std.9600" unknown off secure
tty03 "/usr/libexec/getty std.9600" unknown off secure
tty04 "/usr/libexec/getty std.9600" unknown off secure
tty05 "/usr/libexec/getty std.9600" unknown off secure
tty06 "/usr/libexec/getty std.9600" unknown off secure
tty07 "/usr/libexec/getty std.9600" unknown off secure
tty08 "/usr/libexec/getty std.9600" unknown off secure
tty09 "/usr/libexec/getty std.9600" unknown off secure
tty0a "/usr/libexec/getty std.9600" unknown off secure
tty0b "/usr/libexec/getty std.9600" unknown off secure
tty0c "/usr/libexec/getty std.9600" unknown off secure
tty0d "/usr/libexec/getty std.9600" unknown off secure
tty0e "/usr/libexec/getty std.9600" unknown off secure
tty0f "/usr/libexec/getty std.9600" unknown off secure
|