Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi add normal debug level
details: https://anonhg.NetBSD.org/src/rev/2483de16f7d1
branches: trunk
changeset: 995786:2483de16f7d1
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 05 20:40:26 2019 +0000
description:
add normal debug level
diffstat:
sys/dev/acpi/acpi_debug.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 47c7932c55da -r 2483de16f7d1 sys/dev/acpi/acpi_debug.c
--- a/sys/dev/acpi/acpi_debug.c Sat Jan 05 20:40:05 2019 +0000
+++ b/sys/dev/acpi/acpi_debug.c Sat Jan 05 20:40:26 2019 +0000
@@ -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 <jruohonen%iki.fi@localhost>
@@ -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_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.
*/
Home |
Main Index |
Thread Index |
Old Index