Module Name:    src
Committed By:   jruoho
Date:           Tue Jan  4 10:40:18 UTC 2011

Modified Files:
        src/sys/dev/pci: pccbb.c

Log Message:
Stop using aprint_debug(9) in an interrupt handler.


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/sys/dev/pci/pccbb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pccbb.c
diff -u src/sys/dev/pci/pccbb.c:1.200 src/sys/dev/pci/pccbb.c:1.201
--- src/sys/dev/pci/pccbb.c:1.200	Mon Dec 27 19:02:32 2010
+++ src/sys/dev/pci/pccbb.c	Tue Jan  4 10:40:17 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: pccbb.c,v 1.200 2010/12/27 19:02:32 phx Exp $	*/
+/*	$NetBSD: pccbb.c,v 1.201 2011/01/04 10:40:17 jruoho Exp $	*/
 
 /*
  * Copyright (c) 1998, 1999 and 2000
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.200 2010/12/27 19:02:32 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.201 2011/01/04 10:40:17 jruoho Exp $");
 
 /*
 #define CBB_DEBUG
@@ -1034,8 +1034,8 @@
 	Pcic_read(sc, PCIC_CSC);
 
 	if (sockevent != 0) {
-		aprint_debug("%s: enter sockevent %" PRIx32 "\n", __func__,
-		    sockevent);
+		DPRINTF(("%s: enter sockevent %" PRIx32 "\n",
+			__func__, sockevent));
 	}
 
 	/* XXX sockevent == CB_SOCKET_EVENT_CSTS|CB_SOCKET_EVENT_POWER

Reply via email to