Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.x68k Device nodes for zs serial have been renamed fr...
details: https://anonhg.NetBSD.org/src/rev/f7e0274f0e71
branches: trunk
changeset: 765195:f7e0274f0e71
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat May 21 11:56:00 2011 +0000
description:
Device nodes for zs serial have been renamed from tty0[0-3] to ttyZ[0-3].
There are still compat symlinks but it looks ttys(5) doesn't like it.
XXX: no /dev/com[01] nodes for in MAKEDEV.
diffstat:
etc/etc.x68k/ttys | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 9ced20b7e1ac -r f7e0274f0e71 etc/etc.x68k/ttys
--- a/etc/etc.x68k/ttys Sat May 21 11:52:29 2011 +0000
+++ b/etc/etc.x68k/ttys Sat May 21 11:56:00 2011 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ttys,v 1.10 2008/10/07 10:00:03 abs Exp $
+# $NetBSD: ttys,v 1.11 2011/05/21 11:56:00 tsutsui Exp $
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
@@ -10,9 +10,9 @@
console "/usr/libexec/getty Pc" x68k off secure
constty "/usr/libexec/getty Pc" x68k off secure
ttye0 "/usr/libexec/getty std.9600" x68k on secure # ITE
-tty00 "/usr/libexec/getty std.9600" vt100 on secure # int. serial.
-#tty00 none unknown off rtcsts # dialup PPP.
-tty02 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
-tty03 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
+ttyZ0 "/usr/libexec/getty std.9600" vt100 on secure # int. serial.
+#ttyZ0 none unknown off rtcsts # dialup PPP.
+ttyZ2 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
+ttyZ3 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
com0 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
com1 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
Home |
Main Index |
Thread Index |
Old Index