2 # $NetBSD: ttys,v 1.8 2008/03/07 19:01:44 tnn Exp $
4 # name getty type status comments
6 # In normal operation, getty on the 'console' pseudo-device is disabled, and
7 # is enabled for the correct 'real' device (e.g. one of the serial ports).
8 # If the console is marked insecure, single-user requires the root password.
10 # Console pseudo-device
11 console "/usr/libexec/getty std.9600" vt100 on secure
12 constty "/usr/libexec/getty std.9600" vt100 off secure
14 # "com" serial console port
15 ttyC0 "/usr/libexec/getty std.9600" vt100 off secure
16 ttyC1 "/usr/libexec/getty std.9600" vt100 off secure
18 # Workstation console (framebuffer) ttys
19 ttyE0 "/usr/libexec/getty std.9600" vt100 off secure
20 ttyE1 "/usr/libexec/getty std.9600" vt100 off secure
21 ttyE2 "/usr/libexec/getty std.9600" vt100 off secure
22 ttyE3 "/usr/libexec/getty std.9600" vt100 off secure
24 # "zstty" serial console port
25 ttyZ0 "/usr/libexec/getty std.9600" vt100 off secure
26 ttyZ1 "/usr/libexec/getty std.9600" vt100 off secure