Attach the device description for ISA devices on the ACPI bus.

MFC after:	1 day
This commit is contained in:
Nate Lawson 2004-10-12 21:33:08 +00:00
parent c5c5a2ad8a
commit 9e0dd54fea

View File

@ -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);
}