aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-08-22 07:30:41 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-08-22 07:30:41 +0000
commit1a75370022444c0cd74aa168a2cc990ce67fdb99 (patch)
tree5bd873ab527be1abf7941c513fbd4cd018e99c8e /sys/dev/firewire
parent19b7ffd1b891310afc81453dc772086e51fadcb1 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/firewire.c2
-rw-r--r--sys/dev/firewire/fwohci.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c
index 11919df857b3a..2775b0f84ed9f 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);
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c
index 15e48ca220e63..3b71c47c54f63 100644
--- a/sys/dev/firewire/fwohci.c
+++ b/sys/dev/firewire/fwohci.c
@@ -1110,8 +1110,10 @@ fwohci_txd(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
if (tr->xfer != NULL) {
xfer = tr->xfer;
if (xfer->state == FWXF_RCVD) {
+#if 0
if (firewire_debug)
printf("already rcvd\n");
+#endif
fw_xfer_done(xfer);
} else {
xfer->state = FWXF_SENT;