summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/firewire.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/firewire.c')
-rw-r--r--sys/dev/firewire/firewire.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c
index 11919df..2775b0f 100644
--- a/sys/dev/firewire/firewire.c
+++ b/sys/dev/firewire/firewire.c
@@ -1772,8 +1772,10 @@ fw_rcv(struct firewire_comm *fc, struct iovec *vec, int nvec, u_int sub, u_int s
fw_xfer_done(xfer);
break;
case FWXF_START:
+#if 0
if (firewire_debug)
printf("not sent yet tl=%x\n", xfer->tl);
+#endif
break;
default:
printf("unexpected state %d\n", xfer->state);
OpenPOWER on IntegriCloud