summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci.c
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-08-22 07:30:41 +0000
committersimokawa <simokawa@FreeBSD.org>2003-08-22 07:30:41 +0000
commitae2b85209fb31ff9398f75f02bf6601577ba72c2 (patch)
tree5bd873ab527be1abf7941c513fbd4cd018e99c8e /sys/dev/firewire/fwohci.c
parentfdead9512587da3ad5cfe523e152993acb0eb4ca (diff)
downloadFreeBSD-src-ae2b85209fb31ff9398f75f02bf6601577ba72c2.zip
FreeBSD-src-ae2b85209fb31ff9398f75f02bf6601577ba72c2.tar.gz
Comment out verbose debug messages.
Diffstat (limited to 'sys/dev/firewire/fwohci.c')
-rw-r--r--sys/dev/firewire/fwohci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c
index 15e48ca..3b71c47 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;
OpenPOWER on IntegriCloud