summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2004-07-14 06:58:39 +0000
committertakawata <takawata@FreeBSD.org>2004-07-14 06:58:39 +0000
commit429743400fb43885f8f4d7529d6e49c858c3c216 (patch)
tree3a2974d591f70172b2bd748d83f4699f5ead1a6e /sys/dev/acpica
parent40198e98a155d97a1b0b77d73580497a3c1c20ec (diff)
downloadFreeBSD-src-429743400fb43885f8f4d7529d6e49c858c3c216.zip
FreeBSD-src-429743400fb43885f8f4d7529d6e49c858c3c216.tar.gz
Follow PnP location string change in acpi.c.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_pci.c b/sys/dev/acpica/acpi_pci.c
index 822b581..a2864be 100644
--- a/sys/dev/acpica/acpi_pci.c
+++ b/sys/dev/acpica/acpi_pci.c
@@ -167,7 +167,7 @@ acpi_pci_child_location_str_method(device_t cbdev, device_t child, char *buf,
pci_child_location_str_method(cbdev, child, buf, buflen);
if (dinfo->ap_handle) {
- strlcat(buf, " path=", buflen);
+ strlcat(buf, " handle=", buflen);
strlcat(buf, acpi_name(dinfo->ap_handle), buflen);
}
return (0);
OpenPOWER on IntegriCloud