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 debug printf.



details:   https://anonhg.NetBSD.org/src/rev/82d873685cc8
branches:  thorpej_scsipi
changeset: 477351:82d873685cc8
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Dec 16 19:42:18 2000 +0000

description:
Remove debug printf.

diffstat:

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

diffs (21 lines):

diff -r d9d41b8ba8f8 -r 82d873685cc8 sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c     Sat Dec 16 19:40:29 2000 +0000
+++ b/sys/dev/ic/ncr53c9x.c     Sat Dec 16 19:42:18 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr53c9x.c,v 1.36.2.8 2000/12/16 19:40:29 bouyer Exp $ */
+/*     $NetBSD: ncr53c9x.c,v 1.36.2.9 2000/12/16 19:42:18 bouyer Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -1157,10 +1157,8 @@
                } else {
                        xs->resid = ecb->dleft;
                }
-               if (xs->status == SCSI_QUEUE_FULL) {
-                       printf("queue full\n");
+               if (xs->status == SCSI_QUEUE_FULL)
                        xs->error = XS_BUSY;
-               }
        }
 
 #ifdef NCR53C9X_DEBUG



Home | Main Index | Thread Index | Old Index