summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-09 09:37:07 +0000
committermsmith <msmith@FreeBSD.org>2000-12-09 09:37:07 +0000
commitb010dd915757f9b97f10d341fcb18ec6bacd1e56 (patch)
tree02e0afaf6a0dce47df1e9c83d5a6cbb7cd847f5d /sys
parentc2ee1dcc02035d781d6c70f06df7106979a9f870 (diff)
downloadFreeBSD-src-b010dd915757f9b97f10d341fcb18ec6bacd1e56.zip
FreeBSD-src-b010dd915757f9b97f10d341fcb18ec6bacd1e56.tar.gz
Cosmetic nit; separate slot/function with '.' not ':'
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 4395646..a609e66 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1171,7 +1171,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 %d.%d (no driver attached)\n",
pci_get_slot(child),
pci_get_function(child));
return;
OpenPOWER on IntegriCloud