Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic nuke a debug printout I thought was already gone



details:   https://anonhg.NetBSD.org/src/rev/3846e3508ac8
branches:  trunk
changeset: 477661:3846e3508ac8
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Tue Oct 26 22:23:20 1999 +0000

description:
nuke a debug printout I thought was already gone

diffstat:

 sys/dev/ic/isp.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r b68067a09774 -r 3846e3508ac8 sys/dev/ic/isp.c
--- a/sys/dev/ic/isp.c  Tue Oct 26 22:16:48 1999 +0000
+++ b/sys/dev/ic/isp.c  Tue Oct 26 22:23:20 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp.c,v 1.40 1999/10/22 17:06:12 mjacob Exp $ */
+/* $NetBSD: isp.c,v 1.41 1999/10/26 22:23:20 mjacob Exp $ */
 /*
  * Copyright (C) 1997, 1998, 1999 National Aeronautics & Space Administration
  * All rights reserved.
@@ -3142,8 +3142,6 @@
                                SYS_DELAY(100);
                                goto command_known;
                        }
-                       PRINTF("%s: isp_mboxcmd sees mailbox int with 0x%x in "
-                           "mbox0\n", isp->isp_name, mbox);
                }
                SYS_DELAY(100);
                if (--loops < 0) {



Home | Main Index | Thread Index | Old Index