Module Name:    src
Committed By:   christos
Date:           Sat Jan  5 20:40:26 UTC 2019

Modified Files:
        src/sys/dev/acpi: acpi_debug.c

Log Message:
add normal debug level


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/acpi_debug.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/acpi/acpi_debug.c
diff -u src/sys/dev/acpi/acpi_debug.c:1.5 src/sys/dev/acpi/acpi_debug.c:1.6
--- src/sys/dev/acpi/acpi_debug.c:1.5	Tue Feb 25 13:30:09 2014
+++ src/sys/dev/acpi/acpi_debug.c	Sat Jan  5 15:40:26 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_debug.c,v 1.5 2014/02/25 18:30:09 pooka Exp $ */
+/* $NetBSD: acpi_debug.c,v 1.6 2019/01/05 20:40:26 christos Exp $ */
 
 /*-
  * Copyright (c) 2010 Jukka Ruohonen <jruoho...@iki.fi>
@@ -27,7 +27,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_debug.c,v 1.5 2014/02/25 18:30:09 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_debug.c,v 1.6 2019/01/05 20:40:26 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/sysctl.h>
@@ -219,6 +219,8 @@ acpi_debug_create(void)
 	ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_EVENTS);
 	ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_VERBOSE);
 
+	ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_NORMAL_DEFAULT);
+
 	/*
 	 * The default debug level.
 	 */

Reply via email to