21 lines
704 B
Plaintext
21 lines
704 B
Plaintext
#
|
|
# $NetBSD: ttys,v 1.6 2004/06/20 21:30:26 christos Exp $
|
|
#
|
|
# name getty type status comments
|
|
|
|
# In normal operation, getty on 'console' pseudo-device is disabled, and is
|
|
# enabled for the correct 'real' device (e.g. one of the serial ports).
|
|
|
|
# console pseudo-device
|
|
console "/usr/libexec/getty std.9600" vt220 on secure
|
|
|
|
# Workstation console
|
|
ttyE0 "/usr/libexec/getty std.9600" vt220 off secure
|
|
ttyE1 "/usr/libexec/getty std.9600" vt220 off secure
|
|
ttyE2 "/usr/libexec/getty std.9600" vt220 off secure
|
|
ttyE3 "/usr/libexec/getty std.9600" vt220 off secure
|
|
|
|
# NS16550 ("com") serial ports
|
|
tty00 "/usr/libexec/getty std.9600" unknown off secure
|
|
tty01 "/usr/libexec/getty std.9600" unknown off secure
|