diff options
-rw-r--r-- | sys/dev/firewire/sbp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 6f70ed2..da5bb1c 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; } |