summaryrefslogtreecommitdiff
path: root/sys/ia64
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-10-14 22:36:47 +0000
committerNate Lawson <njl@FreeBSD.org>2004-10-14 22:36:47 +0000
commit8f528832e5a6debeb93fd02c02ac48b9698f250c (patch)
tree550ca3dd71fab96921e94c5acd612bfcd3ec9ecb /sys/ia64
parente5979322ba19bf6972057bbd2020b03d31f0120e (diff)
Notes
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/nexus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/ia64/nexus.c b/sys/ia64/ia64/nexus.c
index 4522314d8095..af679961fb9e 100644
--- a/sys/ia64/ia64/nexus.c
+++ b/sys/ia64/ia64/nexus.c
@@ -286,6 +286,8 @@ nexus_print_child(device_t bus, device_t child)
retval += nexus_print_all_resources(child);
if (ndev->nx_pcibus != -1)
retval += printf(" pcibus %d", ndev->nx_pcibus);
+ if (device_get_flags(child))
+ retval += printf(" flags %#x", device_get_flags(child));
retval += printf(" on motherboard\n"); /* XXX "motherboard", ick */
return (retval);