aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bhnd/bhnd.c')
-rw-r--r--sys/dev/bhnd/bhnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bhnd/bhnd.c b/sys/dev/bhnd/bhnd.c
index 3e42c141dd86..f9935385d3f4 100644
--- a/sys/dev/bhnd/bhnd.c
+++ b/sys/dev/bhnd/bhnd.c
@@ -892,8 +892,8 @@ bhnd_generic_probe_nomatch(device_t dev, device_t child)
return;
/* Print the non-matched device info */
- device_printf(dev, "<%s %s>", bhnd_get_vendor_name(child),
- bhnd_get_device_name(child));
+ device_printf(dev, "<%s %s, rev %hhu>", bhnd_get_vendor_name(child),
+ bhnd_get_device_name(child), bhnd_get_hwrev(child));
rl = BUS_GET_RESOURCE_LIST(dev, child);
if (rl != NULL) {