Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 01:15:35 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r302106 - head/sys/dev/bhnd/bhndb
Message-ID:  <201606230115.u5N1FZVI084245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Jun 23 01:15:35 2016
New Revision: 302106
URL: https://svnweb.freebsd.org/changeset/base/302106

Log:
  revert error commit from previous commit. my bad!
  
  Approved by:	re (implicit)

Modified:
  head/sys/dev/bhnd/bhndb/bhndb.c

Modified: head/sys/dev/bhnd/bhndb/bhndb.c
==============================================================================
--- head/sys/dev/bhnd/bhndb/bhndb.c	Thu Jun 23 01:14:33 2016	(r302105)
+++ head/sys/dev/bhnd/bhndb/bhndb.c	Thu Jun 23 01:15:35 2016	(r302106)
@@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$");
 #include "bhndb_private.h"
 
 /* Debugging flags */
-static u_long bhndb_debug = -1;
+static u_long bhndb_debug = 0;
 TUNABLE_ULONG("hw.bhndb.debug", &bhndb_debug);
 
 enum {



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