summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-11-07 18:42:53 +0000
committerdougb <dougb@FreeBSD.org>2009-11-07 18:42:53 +0000
commit254f71520c601b41f441f0ac45c842496b189db7 (patch)
treecb0298bd65622b8b083bc74009724bb1156ad064
parentebaba37e4e46ce660e012599184659b60eeebb7c (diff)
downloadFreeBSD-src-254f71520c601b41f441f0ac45c842496b189db7.zip
FreeBSD-src-254f71520c601b41f441f0ac45c842496b189db7.tar.gz
Turn off WPI_DEBUG by default as the driver seems sufficiently stable
at this point. Reviewed by: benjsc, thompsa
-rw-r--r--sys/dev/wpi/if_wpi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c
index af51f60..2ef4865 100644
--- a/sys/dev/wpi/if_wpi.c
+++ b/sys/dev/wpi/if_wpi.c
@@ -103,8 +103,6 @@ __FBSDID("$FreeBSD$");
#include <dev/wpi/if_wpireg.h>
#include <dev/wpi/if_wpivar.h>
-#define WPI_DEBUG
-
#ifdef WPI_DEBUG
#define DPRINTF(x) do { if (wpi_debug != 0) printf x; } while (0)
#define DPRINTFN(n, x) do { if (wpi_debug & n) printf x; } while (0)
OpenPOWER on IntegriCloud