Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb like most things: turn debug off by default, sys...



details:   https://anonhg.NetBSD.org/src/rev/cb43c1ae0a14
branches:  trunk
changeset: 459052:cb43c1ae0a14
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Aug 22 00:25:18 2019 +0000

description:
like most things: turn debug off by default, sysctl to enable

diffstat:

 sys/dev/usb/if_aue.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r aff5ed4709c4 -r cb43c1ae0a14 sys/dev/usb/if_aue.c
--- a/sys/dev/usb/if_aue.c      Thu Aug 22 00:24:07 2019 +0000
+++ b/sys/dev/usb/if_aue.c      Thu Aug 22 00:25:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_aue.c,v 1.157 2019/08/22 00:24:07 mrg Exp $ */
+/*     $NetBSD: if_aue.c,v 1.158 2019/08/22 00:25:18 mrg Exp $ */
 
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.157 2019/08/22 00:24:07 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.158 2019/08/22 00:25:18 mrg Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -127,7 +127,7 @@
 #ifndef AUE_DEBUG
 #define auedebug 0
 #else
-static int auedebug = 10;
+static int auedebug = 0;
 
 SYSCTL_SETUP(sysctl_hw_aue_setup, "sysctl hw.aue setup")
 {



Home | Main Index | Thread Index | Old Index