diff options
author | msmith <msmith@FreeBSD.org> | 2001-06-29 20:32:29 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-06-29 20:32:29 +0000 |
commit | 5b5c35cec2d5c28ad8f700ff0189f419f2045f52 (patch) | |
tree | 65cbd408086697757e6221beb69d050f5e6d1c69 /sys/dev/acpica/acpi_pcib_acpi.c | |
parent | f84733f8b10bb6eef182757644a15d4c583a0547 (diff) | |
download | FreeBSD-src-5b5c35cec2d5c28ad8f700ff0189f419f2045f52.zip FreeBSD-src-5b5c35cec2d5c28ad8f700ff0189f419f2045f52.tar.gz |
Update for new debug layer constant names in the ACPI CA 20010615
import.
Diffstat (limited to 'sys/dev/acpica/acpi_pcib_acpi.c')
-rw-r--r-- | sys/dev/acpica/acpi_pcib_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |