Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Don't print messages about pccbb_intr_disestabli...



details:   https://anonhg.NetBSD.org/src/rev/c3bcf4d31e04
branches:  trunk
changeset: 538410:c3bcf4d31e04
user:      atatat <atatat%NetBSD.org@localhost>
date:      Sat Oct 19 18:01:59 2002 +0000

description:
Don't print messages about pccbb_intr_disestablish() unless debugging
is actually enabled.

diffstat:

 sys/dev/pci/pccbb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 81db7df10728 -r c3bcf4d31e04 sys/dev/pci/pccbb.c
--- a/sys/dev/pci/pccbb.c       Sat Oct 19 16:05:23 2002 +0000
+++ b/sys/dev/pci/pccbb.c       Sat Oct 19 18:01:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pccbb.c,v 1.82 2002/10/02 16:51:48 thorpej Exp $       */
+/*     $NetBSD: pccbb.c,v 1.83 2002/10/19 18:01:59 atatat Exp $        */
 
 /*
  * Copyright (c) 1998, 1999 and 2000
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.82 2002/10/02 16:51:48 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.83 2002/10/19 18:01:59 atatat Exp $");
 
 /*
 #define CBB_DEBUG
@@ -1853,7 +1853,7 @@
 #ifdef DIAGNOSTIC
        for (pil = LIST_FIRST(&sc->sc_pil); pil != NULL;
             pil = LIST_NEXT(pil, pil_next)) {
-               printf("pccbb_intr_disestablish: pil %p\n", pil);
+               DPRINTF(("pccbb_intr_disestablish: pil %p\n", pil));
                if (pil == ih) {
                        DPRINTF(("pccbb_intr_disestablish frees one pil\n"));
                        break;



Home | Main Index | Thread Index | Old Index