Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf nothing attaches to a "sabtty", so the...



details:   https://anonhg.NetBSD.org/src/rev/b21306932def
branches:  trunk
changeset: 569914:b21306932def
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Sep 13 14:29:38 2004 +0000

description:
nothing attaches to a "sabtty", so there is no need for an
interface attribute

diffstat:

 sys/arch/sparc64/conf/files.sparc64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5d0bcd44be7f -r b21306932def sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Mon Sep 13 14:08:39 2004 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Mon Sep 13 14:29:38 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.93 2004/03/22 00:43:37 martin Exp $
+#      $NetBSD: files.sparc64,v 1.94 2004/09/13 14:29:38 drochner Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -113,7 +113,7 @@
 file dev/ic/z8530tty.c                 zstty needs-flag
 # file arch/sparc/dev/zs_kgdb.c                kgdb
 
-device sabtty {}: tty
+device sabtty: tty
 attach sabtty at sab
 
 file arch/sparc64/dev/kd.c             kbd



Home | Main Index | Thread Index | Old Index