summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2015-03-12 07:07:41 +0000
committerscottl <scottl@FreeBSD.org>2015-03-12 07:07:41 +0000
commit565f091b88bfa171b05c99de7fc77e5edd26d204 (patch)
treeb212f7aeccabb2f8986ac58f2f7767bee8777143 /sys/dev/pci
parent27912a446f0239656b80c34869f2251d446d63e2 (diff)
downloadFreeBSD-src-565f091b88bfa171b05c99de7fc77e5edd26d204.zip
FreeBSD-src-565f091b88bfa171b05c99de7fc77e5edd26d204.tar.gz
MFC r271889, 272799, 272800, 274976
This brings in bus_get_domain() and the related reporting via devinfo, dmesg, and sysctl. Obtained from: adrian, jhb Sponsored by: Netflix, Inc.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 68028b5..1074e21 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -3781,6 +3781,7 @@ pci_print_child(device_t dev, device_t child)
retval += printf(" at device %d.%d", pci_get_slot(child),
pci_get_function(child));
+ retval += bus_print_child_domain(dev, child);
retval += bus_print_child_footer(dev, child);
return (retval);
OpenPOWER on IntegriCloud