Add ttyE1-ttyE3 for wscons.

Use serial devices tty00, tty01, tty10 and tty11, which are configured
by MAKEDEV.
This commit is contained in:
phx 2010-12-21 19:18:46 +00:00
parent a5d3c47de7
commit faa62f01c6
1 changed files with 10 additions and 11 deletions

View File

@ -1,17 +1,16 @@
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
# $NetBSD: ttys,v 1.6 2008/10/07 10:00:02 abs Exp $
# $NetBSD: ttys,v 1.7 2010/12/21 19:18:46 phx Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty std.9600" vt100 on secure
console "/usr/libexec/getty std.9600" vt100 off secure
constty "/usr/libexec/getty std.9600" vt100 off secure
ttyE0 "/usr/libexec/getty std.9600" vt100 off secure
tty00 "/usr/libexec/getty std.9600" vt100 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
ttyE0 "/usr/libexec/getty std.9600" vt220 on secure
ttyE1 "/usr/libexec/getty std.9600" vt220 on secure
ttyE2 "/usr/libexec/getty std.9600" vt220 on secure
ttyE3 "/usr/libexec/getty std.9600" vt220 on secure
tty00 "/usr/libexec/getty std.38400" vt100 off secure
tty01 "/usr/libexec/getty std.38400" vt100 off secure
tty10 "/usr/libexec/getty std.38400" vt100 off secure
tty11 "/usr/libexec/getty std.38400" vt100 off secure