Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.ofppc Add ttyE1-ttyE3 for wscons.
details: https://anonhg.NetBSD.org/src/rev/e03f8f927772
branches: trunk
changeset: 759951:e03f8f927772
user: phx <phx%NetBSD.org@localhost>
date: Tue Dec 21 19:18:46 2010 +0000
description:
Add ttyE1-ttyE3 for wscons.
Use serial devices tty00, tty01, tty10 and tty11, which are configured
by MAKEDEV.
diffstat:
etc/etc.ofppc/ttys | 21 ++++++++++-----------
1 files changed, 10 insertions(+), 11 deletions(-)
diffs (31 lines):
diff -r e6402a18bae0 -r e03f8f927772 etc/etc.ofppc/ttys
--- a/etc/etc.ofppc/ttys Tue Dec 21 18:35:49 2010 +0000
+++ b/etc/etc.ofppc/ttys Tue Dec 21 19:18:46 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index