aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/sbp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/sbp.c')
-rw-r--r--sys/dev/firewire/sbp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c
index 681442a7d0e3..ed53d03891cc 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -458,7 +458,9 @@ END_DEBUG
if (reg == NULL)
break;
lun = reg->val & 0xff;
- printf("lun %d found\n", lun);
+SBP_DEBUG(0)
+ printf("target %d lun %d found\n", target->target_id, lun);
+END_DEBUG
if (maxlun < lun)
maxlun = lun;
crom_next(&cc);