summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-11-10 14:04:37 +0000
committersimokawa <simokawa@FreeBSD.org>2003-11-10 14:04:37 +0000
commit88eb0432d98be3721e5a193c491c617d09d22035 (patch)
tree846411cb1a4db0fa1041b94c381beffdc1024777 /sys/dev/firewire
parenta5fa8ea082b527a4d0618918d83dd7e12f00a68e (diff)
downloadFreeBSD-src-88eb0432d98be3721e5a193c491c617d09d22035.zip
FreeBSD-src-88eb0432d98be3721e5a193c491c617d09d22035.tar.gz
Reduce debug message.
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 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;
}
OpenPOWER on IntegriCloud