Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).

MFC after:	3 days
This commit is contained in:
Jung-uk Kim 2012-03-22 17:01:25 +00:00
parent 09835a9a0e
commit cc6455afff
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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] */