Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/sun2/conf Pull up revision 1.15 (requested by ts...
details: https://anonhg.NetBSD.org/src/rev/a3edd1c8d0f9
branches: netbsd-3
changeset: 575952:a3edd1c8d0f9
user: snj <snj%NetBSD.org@localhost>
date: Tue May 31 22:05:08 2005 +0000
description:
Pull up revision 1.15 (requested by tsutsui in ticket #360):
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 8c76466fcd81 -r a3edd1c8d0f9 sys/arch/sun2/conf/files.sun2
--- a/sys/arch/sun2/conf/files.sun2 Tue May 31 22:00:28 2005 +0000
+++ b/sys/arch/sun2/conf/files.sun2 Tue May 31 22:05:08 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.14.10.1 2005/05/31 22:05:08 snj 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