mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Attach the device description for ISA devices on the ACPI bus.
MFC after: 1 day
This commit is contained in:
parent
c5c5a2ad8a
commit
9e0dd54fea
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue