Source-Changes-HG archive

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

[src/netbsd-2]: src/sys/arch/sun2/conf Pull up revision 1.15 (requested by ts...



details:   https://anonhg.NetBSD.org/src/rev/71a02ffe5dc0
branches:  netbsd-2
changeset: 563694:71a02ffe5dc0
user:      riz <riz%NetBSD.org@localhost>
date:      Tue May 31 21:29:13 2005 +0000

description:
Pull up revision 1.15 (requested by tsutsui in ticket #1875):
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 debecdaf7694 -r 71a02ffe5dc0 sys/arch/sun2/conf/files.sun2
--- a/sys/arch/sun2/conf/files.sun2     Tue May 31 21:26:39 2005 +0000
+++ b/sys/arch/sun2/conf/files.sun2     Tue May 31 21:29:13 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sun2,v 1.13 2003/07/27 01:19:32 thorpej Exp $
+#      $NetBSD: files.sun2,v 1.13.4.1 2005/05/31 21:29:13 riz Exp $
 
 #
 # sun2-specific configuration info
@@ -72,8 +72,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