summaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-11-10 14:04:37 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-11-10 14:04:37 +0000
commit9b86b36df87b8c1230896336873e3ed418bff6a0 (patch)
tree846411cb1a4db0fa1041b94c381beffdc1024777 /sys/dev/firewire
parent723d6e6459073ddd086ec290229d0a7e415de4f9 (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 6f70ed2c643f..da5bb1cb678e 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -1169,7 +1169,9 @@ SBP_DEBUG(1)
END_DEBUG
if ((sdev->flags & ORB_POINTER_ACTIVE) != 0) {
+SBP_DEBUG(0)
printf("%s: orb pointer active\n", __FUNCTION__);
+END_DEBUG
sdev->flags |= ORB_POINTER_NEED;
return;
}