Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2009 18:42:54 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r199018 - head/sys/dev/wpi
Message-ID:  <200911071842.nA7IgsNn060380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Sat Nov  7 18:42:53 2009
New Revision: 199018
URL: http://svn.freebsd.org/changeset/base/199018

Log:
  Turn off WPI_DEBUG by default as the driver seems sufficiently stable
  at this point.
  
  Reviewed by:	benjsc, thompsa

Modified:
  head/sys/dev/wpi/if_wpi.c

Modified: head/sys/dev/wpi/if_wpi.c
==============================================================================
--- head/sys/dev/wpi/if_wpi.c	Sat Nov  7 17:29:03 2009	(r199017)
+++ head/sys/dev/wpi/if_wpi.c	Sat Nov  7 18:42:53 2009	(r199018)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911071842.nA7IgsNn060380>