diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-12-09 09:37:07 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-09 09:37:07 +0000 |
| commit | fc3438d892238d1ef3cfd9a4107475ae4c1fbb59 (patch) | |
| tree | 30a398415e4ccff5fdecd27e67914ff47b089669 /sys | |
| parent | 1a37aa566b347fbb2d2196786e1e84a79ffea9d5 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 4395646bcb8c6..a609e66030e22 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; |
