summaryrefslogtreecommitdiff
path: root/sys/amd64
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/amd64
parente5979322ba19bf6972057bbd2020b03d31f0120e (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/nexus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/amd64/nexus.c b/sys/amd64/amd64/nexus.c
index 0b6fdfa7bd3e..cb31f911f344 100644
--- a/sys/amd64/amd64/nexus.c
+++ b/sys/amd64/amd64/nexus.c
@@ -259,6 +259,8 @@ nexus_print_child(device_t bus, device_t child)
retval += bus_print_child_header(bus, child);
retval += nexus_print_all_resources(child);
+ if (device_get_flags(child))
+ retval += printf(" flags %#x", device_get_flags(child));
retval += printf(" on motherboard\n"); /* XXX "motherboard", ick */
return (retval);