summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2001-09-01 23:06:14 +0000
committern_hibma <n_hibma@FreeBSD.org>2001-09-01 23:06:14 +0000
commit13ecda917f67e984ccb7331e55694b9f11d4fe9a (patch)
tree627f85891205a88091095eb052db03bb03a29dc5 /sys
parent724512f05befa7737a5f87027dc24fa4e6fa60b3 (diff)
downloadFreeBSD-src-13ecda917f67e984ccb7331e55694b9f11d4fe9a.zip
FreeBSD-src-13ecda917f67e984ccb7331e55694b9f11d4fe9a.tar.gz
Small nit: Make both prints use 'at device %d.%d'.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 846b02b..b24b391 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -969,7 +969,7 @@ pci_probe_nomatch(device_t dev, device_t child)
((cp != NULL) && (scp != NULL)) ? ", " : "",
scp ? : "");
}
- printf(" at %d.%d (no driver attached)\n",
+ printf(" at device %d.%d (no driver attached)\n",
pci_get_slot(child),
pci_get_function(child));
return;
OpenPOWER on IntegriCloud