summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-09-26 04:32:40 +0000
committernjl <njl@FreeBSD.org>2003-09-26 04:32:40 +0000
commit1e9a7a2d2d4ca5fce37c54a0da58fc3beb992266 (patch)
tree8471970246660f517277a3d4eb8765f8e3b3dec2 /sys/dev/acpica
parentf89495ae82b5f2c2cbda952187c3cfa8b25be42c (diff)
downloadFreeBSD-src-1e9a7a2d2d4ca5fce37c54a0da58fc3beb992266.zip
FreeBSD-src-1e9a7a2d2d4ca5fce37c54a0da58fc3beb992266.tar.gz
Sort debugging levels and update the man page to match reality. Also
update man page to reflect iasl(8) import.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index a6c1108..cc1c0e8 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -2081,6 +2081,7 @@ static struct debugtag dbg_layer[] = {
{"ACPI_CA_DEBUGGER", ACPI_CA_DEBUGGER},
{"ACPI_OS_SERVICES", ACPI_OS_SERVICES},
{"ACPI_CA_DISASSEMBLER", ACPI_CA_DISASSEMBLER},
+ {"ACPI_ALL_COMPONENTS", ACPI_ALL_COMPONENTS},
{"ACPI_BUS", ACPI_BUS},
{"ACPI_SYSTEM", ACPI_SYSTEM},
@@ -2092,9 +2093,7 @@ static struct debugtag dbg_layer[] = {
{"ACPI_PROCESSOR", ACPI_PROCESSOR},
{"ACPI_THERMAL", ACPI_THERMAL},
{"ACPI_FAN", ACPI_FAN},
-
{"ACPI_ALL_DRIVERS", ACPI_ALL_DRIVERS},
- {"ACPI_ALL_COMPONENTS", ACPI_ALL_COMPONENTS},
{NULL, 0}
};
@@ -2107,6 +2106,7 @@ static struct debugtag dbg_level[] = {
{"ACPI_LV_ALL_EXCEPTIONS", ACPI_LV_ALL_EXCEPTIONS},
/* Trace verbosity level 1 [Standard Trace Level] */
+ {"ACPI_LV_INIT_NAMES", ACPI_LV_INIT_NAMES},
{"ACPI_LV_PARSE", ACPI_LV_PARSE},
{"ACPI_LV_LOAD", ACPI_LV_LOAD},
{"ACPI_LV_DISPATCH", ACPI_LV_DISPATCH},
@@ -2120,7 +2120,6 @@ static struct debugtag dbg_level[] = {
{"ACPI_LV_RESOURCES", ACPI_LV_RESOURCES},
{"ACPI_LV_USER_REQUESTS", ACPI_LV_USER_REQUESTS},
{"ACPI_LV_PACKAGE", ACPI_LV_PACKAGE},
- {"ACPI_LV_INIT_NAMES", ACPI_LV_INIT_NAMES},
{"ACPI_LV_VERBOSITY1", ACPI_LV_VERBOSITY1},
/* Trace verbosity level 2 [Function tracing and memory allocation] */
OpenPOWER on IntegriCloud