Turn off WPI_DEBUG by default as the driver seems sufficiently stable

at this point.

Reviewed by:	benjsc, thompsa
This commit is contained in:
Doug Barton 2009-11-07 18:42:53 +00:00
parent 1c2dee3cc9
commit 5c670c33fc

View File

@ -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)