Module Name:    src
Committed By:   pooka
Date:           Fri Jan 28 20:36:06 UTC 2011

Modified Files:
        src/sys/dev/ic: bwi.c

Log Message:
Don't BWI_DEBUG by default + comment cleanup.

requested by Taylor R. Campbell (driver submitter)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/bwi.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/ic/bwi.c
diff -u src/sys/dev/ic/bwi.c:1.16 src/sys/dev/ic/bwi.c:1.17
--- src/sys/dev/ic/bwi.c:1.16	Fri Apr 16 18:59:51 2010
+++ src/sys/dev/ic/bwi.c	Fri Jan 28 20:36:06 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: bwi.c,v 1.16 2010/04/16 18:59:51 dyoung Exp $	*/
+/*	$NetBSD: bwi.c,v 1.17 2011/01/28 20:36:06 pooka Exp $	*/
 /*	$OpenBSD: bwi.c,v 1.74 2008/02/25 21:13:30 mglocker Exp $	*/
 
 /*
@@ -48,7 +48,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.16 2010/04/16 18:59:51 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.17 2011/01/28 20:36:06 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/callout.h>
@@ -81,12 +81,8 @@
 #include <dev/ic/bwireg.h>
 #include <dev/ic/bwivar.h>
 
-#define BWI_DEBUG 1
 #ifdef BWI_DEBUG
-
-int bwi_debug = ~BWI_DBG_INTR;
-
-/* [TRC: XXX I think this is wrong.] */
+int bwi_debug = 0;
 
 #define DPRINTF(sc, dbg, fmt, ...)					\
 do {									\

Reply via email to