aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-10-12 21:33:08 +0000
committerNate Lawson <njl@FreeBSD.org>2004-10-12 21:33:08 +0000
commit9e0dd54fea793db2ca912e6f7fb7eeab196bb781 (patch)
treea72fcb5803a637d84874cc338c1f7bb9efea08e5 /sys/dev
parentc5c5a2ad8a2b91bedc88237adfbe17a88efb873c (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpica/acpi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 6769b063d2585..de8b1ee74ded1 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1169,6 +1169,9 @@ acpi_isa_pnp_probe(device_t bus, device_t child, struct isa_pnp_id *ids)
}
out:
+ if (result == 0 && ids->ip_desc)
+ device_set_desc(child, ids->ip_desc);
+
return_VALUE (result);
}