summaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2004-07-20 08:58:27 +0000
committerDoug Rabson <dfr@FreeBSD.org>2004-07-20 08:58:27 +0000
commit2f8e2ebbe20494761f183ae774bbe231694fabcb (patch)
tree21c14b519f9041eedd1419031953d6b2772e7ba5 /sys/dev/firewire
parente231995bb972cf3eed2e5a0e0046746510684962 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/if_fwip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c
index 3ce186cdb4ba..874e3ecfbb7e 100644
--- a/sys/dev/firewire/if_fwip.c
+++ b/sys/dev/firewire/if_fwip.c
@@ -91,7 +91,7 @@ static void fwip_stream_input (struct fw_xferq *);
static void fwip_unicast_input(struct fw_xfer *);
static int fwipdebug = 0;
-static int broadcast_channel = 31; /* XXX */
+static int broadcast_channel = 0xc0 | 0x1f; /* tag | channel(XXX) */
static int tx_speed = 2;
static int rx_queue_len = FWMAXQUEUE;