Module Name: src
Committed By: mrg
Date: Thu Aug 22 00:25:18 UTC 2019
Modified Files:
src/sys/dev/usb: if_aue.c
Log Message:
like most things: turn debug off by default, sysctl to enable
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/dev/usb/if_aue.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/if_aue.c
diff -u src/sys/dev/usb/if_aue.c:1.157 src/sys/dev/usb/if_aue.c:1.158
--- src/sys/dev/usb/if_aue.c:1.157 Thu Aug 22 00:24:07 2019
+++ src/sys/dev/usb/if_aue.c Thu Aug 22 00:25:18 2019
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1
#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")
{