summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/acpica/acpi_isa.c2
-rw-r--r--sys/dev/acpica/acpi_pcib.c2
-rw-r--r--sys/dev/acpica/acpi_pcib_acpi.c2
-rw-r--r--sys/dev/acpica/acpi_powerres.c2
-rw-r--r--sys/dev/acpica/acpi_resource.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/acpica/acpi_isa.c b/sys/dev/acpica/acpi_isa.c
index 6670927..a686bc7 100644
--- a/sys/dev/acpica/acpi_isa.c
+++ b/sys/dev/acpica/acpi_isa.c
@@ -46,7 +46,7 @@
/*
* Hooks for the ACPI CA debugging infrastructure
*/
-#define _COMPONENT ACPI_BUS_MANAGER
+#define _COMPONENT ACPI_BUS
MODULE_NAME("ISA")
#define PNP_HEXTONUM(c) ((c) >= 'a' \
diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c
index 6fc5e2b..4da4ac0 100644
--- a/sys/dev/acpica/acpi_pcib.c
+++ b/sys/dev/acpica/acpi_pcib.c
@@ -42,7 +42,7 @@
/*
* Hooks for the ACPI CA debugging infrastructure
*/
-#define _COMPONENT ACPI_BUS_MANAGER
+#define _COMPONENT ACPI_BUS
MODULE_NAME("PCI")
struct acpi_pcib_softc {
diff --git a/sys/dev/acpica/acpi_pcib_acpi.c b/sys/dev/acpica/acpi_pcib_acpi.c
index 6fc5e2b..4da4ac0 100644
--- a/sys/dev/acpica/acpi_pcib_acpi.c
+++ b/sys/dev/acpica/acpi_pcib_acpi.c
@@ -42,7 +42,7 @@
/*
* Hooks for the ACPI CA debugging infrastructure
*/
-#define _COMPONENT ACPI_BUS_MANAGER
+#define _COMPONENT ACPI_BUS
MODULE_NAME("PCI")
struct acpi_pcib_softc {
diff --git a/sys/dev/acpica/acpi_powerres.c b/sys/dev/acpica/acpi_powerres.c
index b5a4b6b..58285f9 100644
--- a/sys/dev/acpica/acpi_powerres.c
+++ b/sys/dev/acpica/acpi_powerres.c
@@ -74,7 +74,7 @@ MALLOC_DEFINE(M_ACPIPWR, "acpipwr", "ACPI power resources");
/*
* Hooks for the ACPI CA debugging infrastructure
*/
-#define _COMPONENT ACPI_POWER_CONTROL
+#define _COMPONENT ACPI_POWER
MODULE_NAME("POWERRES")
/*
diff --git a/sys/dev/acpica/acpi_resource.c b/sys/dev/acpica/acpi_resource.c
index 9fb1509..db27675 100644
--- a/sys/dev/acpica/acpi_resource.c
+++ b/sys/dev/acpica/acpi_resource.c
@@ -41,7 +41,7 @@
/*
* Hooks for the ACPI CA debugging infrastructure
*/
-#define _COMPONENT ACPI_BUS_MANAGER
+#define _COMPONENT ACPI_BUS
MODULE_NAME("RESOURCE")
/*
OpenPOWER on IntegriCloud