aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-01-01 08:22:29 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-01-01 08:22:29 +0000
commit6faac3ac96a1020e3610588e3ba8c66d3343de55 (patch)
treec42f4dd843692df917b6b9a3bff8387f4659d84a /sys/dev/firewire
parent1f2361f8f8560ab812dbd4c7a795f986ce2fefd0 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/sbp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c
index 2317e99ce81d..681442a7d0e3 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -1665,7 +1665,9 @@ sbp_detach_target(struct sbp_target *target)
struct sbp_dev *sdev;
if (target->luns != NULL) {
+SBP_DEBUG(0)
printf("sbp_detach_target %d\n", target->target_id);
+END_DEBUG
for (i=0; i < target->num_lun; i++) {
sdev = &target->luns[i];
if (sdev->status == SBP_DEV_RESET ||