Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/acpica/dist/include PR/56544: Andreas Gusta...
details: https://anonhg.NetBSD.org/src/rev/8834a80a864f
branches: trunk
changeset: 1029035:8834a80a864f
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 19 17:51:08 2021 +0000
description:
PR/56544: Andreas Gustafsson: Disable ACPI_LV_DEBUG_OBJECT; it is too chatty,
and was disabled in the previous version.
diffstat:
sys/external/bsd/acpica/dist/include/acoutput.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r fde6dea4b749 -r 8834a80a864f sys/external/bsd/acpica/dist/include/acoutput.h
--- a/sys/external/bsd/acpica/dist/include/acoutput.h Sun Dec 19 16:01:29 2021 +0000
+++ b/sys/external/bsd/acpica/dist/include/acoutput.h Sun Dec 19 17:51:08 2021 +0000
@@ -187,7 +187,7 @@
/* Defaults for DebugLevel, debug and normal */
#define ACPI_DEBUG_DEFAULT (ACPI_LV_INIT | ACPI_LV_DEBUG_OBJECT | ACPI_LV_EVALUATION | ACPI_LV_REPAIR)
-#define ACPI_NORMAL_DEFAULT (ACPI_LV_INIT | ACPI_LV_DEBUG_OBJECT | ACPI_LV_REPAIR)
+#define ACPI_NORMAL_DEFAULT (ACPI_LV_INIT | ACPI_LV_REPAIR)
#define ACPI_DEBUG_ALL (ACPI_LV_AML_DISASSEMBLE | ACPI_LV_ALL_EXCEPTIONS | ACPI_LV_ALL)
Home |
Main Index |
Thread Index |
Old Index