Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).
MFC after: 3 days
This commit is contained in:
parent
09835a9a0e
commit
cc6455afff
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 20, 2012
|
||||
.Dd March 22, 2012
|
||||
.Dt ACPI 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -491,6 +491,8 @@ Initialization progress
|
||||
Stores to objects
|
||||
.It Li ACPI_LV_INFO
|
||||
General information and progress
|
||||
.It Li ACPI_LV_REPAIR
|
||||
Repair a common problem with predefined methods
|
||||
.It Li ACPI_LV_ALL_EXCEPTIONS
|
||||
All the previous levels
|
||||
.It Li ACPI_LV_PARSE
|
||||
|
@ -3540,6 +3540,7 @@ static struct debugtag dbg_level[] = {
|
||||
{"ACPI_LV_INIT", ACPI_LV_INIT},
|
||||
{"ACPI_LV_DEBUG_OBJECT", ACPI_LV_DEBUG_OBJECT},
|
||||
{"ACPI_LV_INFO", ACPI_LV_INFO},
|
||||
{"ACPI_LV_REPAIR", ACPI_LV_REPAIR},
|
||||
{"ACPI_LV_ALL_EXCEPTIONS", ACPI_LV_ALL_EXCEPTIONS},
|
||||
|
||||
/* Trace verbosity level 1 [Standard Trace Level] */
|
||||
|
Loading…
x
Reference in New Issue
Block a user