diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-10-13 07:27:21 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-10-13 07:27:21 +0000 |
| commit | a91c5fa830c88beb7d2adb60e0905d4ce80ea452 (patch) | |
| tree | 2f15af07dde3a227ee68bed637988f76e9415692 /sys | |
| parent | a21137f7ad6c0c6080deb30aa25cd465cda9cf46 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/acpica/acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index de8b1ee74ded1..0823d29cb067c 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -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); } |
