Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/dev/ic Remove debugging code.



details:   https://anonhg.NetBSD.org/src/rev/0a12481751ea
branches:  thorpej_scsipi
changeset: 477402:0a12481751ea
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Fri Mar 23 11:31:42 2001 +0000

description:
Remove debugging code.

diffstat:

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

diffs (18 lines):

diff -r e131491b2d5e -r 0a12481751ea sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c     Tue Mar 20 23:27:05 2001 +0000
+++ b/sys/dev/ic/ncr53c9x.c     Fri Mar 23 11:31:42 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr53c9x.c,v 1.36.2.13 2001/02/11 19:15:35 bouyer Exp $        */
+/*     $NetBSD: ncr53c9x.c,v 1.36.2.14 2001/03/23 11:31:42 bouyer Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -880,8 +880,6 @@
                        ti->flags |= T_NEGOTIATE;
                        ti->period = sc->sc_minsync;
                }
-               printf("target %d flags 0x%x sc_minsync %d period %d\n", 
-                   xm->xm_target, ti->flags, sc->sc_minsync, ti->period);
                /*
                 * If we're not going to negotiate, send the notification
                 * now, since it won't happen later.



Home | Main Index | Thread Index | Old Index