Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/conf Correct zstty interface attribute (cf fi...
details: https://anonhg.NetBSD.org/src/rev/0e09f8f27e39
branches: trunk
changeset: 538490:0e09f8f27e39
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Oct 21 15:25:42 2002 +0000
description:
Correct zstty interface attribute (cf files.sparc64 1.69).
Comment out unused kbd_tty and ms_tty attachments.
diffstat:
sys/arch/sparc/conf/files.sparc | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r 7e75dad27275 -r 0e09f8f27e39 sys/arch/sparc/conf/files.sparc
--- a/sys/arch/sparc/conf/files.sparc Mon Oct 21 15:22:03 2002 +0000
+++ b/sys/arch/sparc/conf/files.sparc Mon Oct 21 15:25:42 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sparc,v 1.119 2002/10/15 13:49:52 jdc Exp $
+# $NetBSD: files.sparc,v 1.120 2002/10/21 15:25:42 uwe Exp $
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
# sparc-specific configuration info
@@ -127,8 +127,7 @@
file arch/sparc/dev/zs.c zs needs-count
file dev/ic/z8530sc.c zs
-define zstty {}
-device zstty: tty
+device zstty {}: tty
attach zstty at zs
file dev/ic/z8530tty.c zstty needs-flag
file arch/sparc/dev/zs_kgdb.c kgdb
@@ -174,9 +173,9 @@
file dev/sun/kbd_zs.c kbd_zs # kbd lower layer
# sun keyboard at a tty line discipline
-# only used by sparc64, but we can test-compile it here (pretend kbd_zs)
-attach kbd at zstty with kbd_tty
-file dev/sun/sunkbd.c kbd_tty # kbd lower layer
+# only used by sparc64, but we can test-compile it here
+#attach kbd at zstty with kbd_tty
+#file dev/sun/sunkbd.c kbd_tty # kbd lower layer
# shared middle layer for serial keyboard
file dev/sun/kbdsun.c kbd_zs | kbd_tty # kbd middle layer
@@ -191,9 +190,9 @@
file dev/sun/ms_zs.c ms_zs # mouse lower layer
# sun (mouse systems) mouse at a tty line discipline
-# only used by sparc64, but we can test-compile it here (pretend ms_zs)
-attach ms at zstty with ms_tty
-file dev/sun/sunms.c ms_tty # mouse lower layer
+# only used by sparc64, but we can test-compile it here
+#attach ms at zstty with ms_tty
+#file dev/sun/sunms.c ms_tty # mouse lower layer
# XXX: middle layer for sun (mouse systems) serial mice consists of
# just one function in dev/sun/ms.c (upper layer). Split it out?
Home |
Main Index |
Thread Index |
Old Index