mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
If flags are present, print them like ISA does.
MFC after: 1 day
This commit is contained in:
parent
a21137f7ad
commit
a91c5fa830
1 changed files with 2 additions and 0 deletions
|
|
@ -618,6 +618,8 @@ acpi_print_child(device_t bus, device_t child)
|
|||
retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ, "%ld");
|
||||
retval += resource_list_print_type(rl, "drq", SYS_RES_DRQ, "%ld");
|
||||
retval += bus_print_child_footer(bus, child);
|
||||
if (device_get_flags(child))
|
||||
retval += printf(" flags %#x", device_get_flags(child));
|
||||
|
||||
return (retval);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue