Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun2/conf Don't define zstty as an attribute so tha...



details:   https://anonhg.NetBSD.org/src/rev/b604731e45c7
branches:  trunk
changeset: 581253:b604731e45c7
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon May 30 15:16:51 2005 +0000

description:
Don't define zstty as an attribute so that children of zstty (kbd and ms)
are attached properly. Tested on tme.

diffstat:

 sys/arch/sun2/conf/files.sun2 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e260c9f57266 -r b604731e45c7 sys/arch/sun2/conf/files.sun2
--- a/sys/arch/sun2/conf/files.sun2     Mon May 30 13:10:14 2005 +0000
+++ b/sys/arch/sun2/conf/files.sun2     Mon May 30 15:16:51 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sun2,v 1.14 2004/12/07 04:33:24 chs Exp $
+#      $NetBSD: files.sun2,v 1.15 2005/05/30 15:16:51 tsutsui Exp $
 
 #
 # sun2-specific configuration info
@@ -73,8 +73,7 @@
 file dev/ic/z8530sc.c                  zs
 file arch/sun2/dev/zs_kgdb.c           kgdb
 
-define zstty {}
-device zstty: tty
+device zstty {}: tty
 attach zstty at zs
 file dev/ic/z8530tty.c                 zstty needs-flag
 



Home | Main Index | Thread Index | Old Index