aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-11-07 18:42:53 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-11-07 18:42:53 +0000
commit5c670c33fc4574daa9a316afd2b10e05aa23d880 (patch)
treecb0298bd65622b8b083bc74009724bb1156ad064 /sys/dev/wpi
parent1c2dee3cc97ddec00e1f21b034adf3cd4c11c2de (diff)
downloadsrc-5c670c33fc4574daa9a316afd2b10e05aa23d880.tar.gz
src-5c670c33fc4574daa9a316afd2b10e05aa23d880.zip
Turn off WPI_DEBUG by default as the driver seems sufficiently stable
at this point. Reviewed by: benjsc, thompsa
Notes
Notes: svn path=/head/; revision=199018
Diffstat (limited to 'sys/dev/wpi')
-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 af51f60269c5..2ef4865e2b5a 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)