From owner-freebsd-current@FreeBSD.ORG Tue Jul 20 02:42:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A4816A4CE; Tue, 20 Jul 2004 02:42:13 +0000 (GMT) Received: from tora.nunu.org (YahooBB219003182029.bbtec.net [219.3.182.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D0A43D55; Tue, 20 Jul 2004 02:42:13 +0000 (GMT) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from tora.nunu.org (unknown [192.168.1.2]) by tora.nunu.org (Postfix) with ESMTP id 672BA4E50E; Tue, 20 Jul 2004 11:42:12 +0900 (JST) Date: Tue, 20 Jul 2004 11:42:12 +0900 Message-ID: <87fz7npfgb.wl@tora.nunu.org> From: Hidetoshi Shimokawa To: Shizuka Kudo In-Reply-To: <200407191937.04398.dfr@nlsystems.com> References: <20040719161949.17114.qmail@web11405.mail.yahoo.com> <200407191937.04398.dfr@nlsystems.com> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: simokawa@freebsd.org cc: freebsd-current@freebsd.org cc: Andrew Gallatin Subject: Re: Excellent job on the firewire support! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 02:42:13 -0000 (sorry for resending) At Mon, 19 Jul 2004 19:37:04 +0100, Doug Rabson wrote: > > On Monday 19 July 2004 17:19, Shizuka Kudo wrote: > > Hi, > > > > Anyone has experience with the newly added IP over 1394 support, i.e. > > fwip? > > > > I compiled it in with the latest kernel at 17 July, but the box > > cannot ping with a M$ & linux box. > > I have that fixed locally but I want to fix some other problems with the > firewire driver - mainly that my freebsd boxes often go haywire when I > plug a windows box into the bus. I also want to finish writing the code > for freebsd to be a fully functional isochronous bus manager. Try this patch for temporary fix. --- //depot/vendor/freebsd/src/sys/dev/firewire/if_fwip.c 2004/06/14 09:36:01 +++ //depot/user/simokawa/firewire/sys/dev/firewire/if_fwip.c 2004/07/11 06:47:39 @@ -91,7 +91,7 @@ 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; /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html