summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-06-29 20:32:29 +0000
committermsmith <msmith@FreeBSD.org>2001-06-29 20:32:29 +0000
commit5b5c35cec2d5c28ad8f700ff0189f419f2045f52 (patch)
tree65cbd408086697757e6221beb69d050f5e6d1c69
parentf84733f8b10bb6eef182757644a15d4c583a0547 (diff)
downloadFreeBSD-src-5b5c35cec2d5c28ad8f700ff0189f419f2045f52.zip
FreeBSD-src-5b5c35cec2d5c28ad8f700ff0189f419f2045f52.tar.gz
Update for new debug layer constant names in the ACPI CA 20010615
import.
-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