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.
This commit is contained in:
tsutsui 2011-05-21 11:56:00 +00:00
parent c0ea166021
commit 063351d547

View File

@ -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.