Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/dev Revert debug-related bogon that snuck in...



details:   https://anonhg.NetBSD.org/src/rev/830b29d61c63
branches:  trunk
changeset: 488122:830b29d61c63
user:      scottr <scottr%NetBSD.org@localhost>
date:      Sun Jun 18 22:58:45 2000 +0000

description:
Revert debug-related bogon that snuck in (no change in functionality).

diffstat:

 sys/arch/mac68k/dev/adb.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 07ec8dd24064 -r 830b29d61c63 sys/arch/mac68k/dev/adb.c
--- a/sys/arch/mac68k/dev/adb.c Sun Jun 18 22:47:19 2000 +0000
+++ b/sys/arch/mac68k/dev/adb.c Sun Jun 18 22:58:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: adb.c,v 1.35 2000/03/19 06:07:05 scottr Exp $  */
+/*     $NetBSD: adb.c,v 1.36 2000/06/18 22:58:45 scottr Exp $  */
 
 /*
  * Copyright (C) 1994  Bradley A. Grantham
@@ -65,11 +65,7 @@
  */
 int    adb_polling = 0;        /* Are we polling?  (Debugger mode) */
 #ifdef ADB_DEBUG
-#if 1
-int    adb_debug = 0xff;
-#else
 int    adb_debug = 0;          /* Output debugging messages */
-#endif
 #endif /* ADB_DEBUG */
 
 extern struct  mac68k_machine_S mac68k_machine;



Home | Main Index | Thread Index | Old Index