Re: Excellent job on the firewire support!

From: Hidetoshi Shimokawa (simokawa_at_sat.t.u-tokyo.ac.jp)
Date: 07/20/04

  • Next message: Craig Rodrigues: "Re: Unloading USB driver while device is attached."
    Date: Tue, 20 Jul 2004 11:42:12 +0900
    To: Shizuka Kudo <shizukakudo_99@yahoo.com>
    
    

    (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
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Craig Rodrigues: "Re: Unloading USB driver while device is attached."

    Relevant Pages

    • Re: Excellent job on the firewire support!
      ... > firewire driver - mainly that my freebsd boxes often go haywire when I ... > for freebsd to be a fully functional isochronous bus manager. ... Try this patch for temporary fix. ... static int fwipdebug = 0; ...
      (freebsd-current)
    • please pull from the trivial tree
      ... Spelling fix in IPW2100 and IPW2200 Kconfig entries ... better list for "POSIX CLOCKS and TIMERS" ... static int users = 0; ... static void stl_cd1400setreg ...
      (Linux-Kernel)
    • Re: [PATCH] Add nid sanity on alloc_pages_node
      ... On Thu, 12 Jul 2007, Andrew Morton wrote: ... It'd be much better to fix the race within alloc_fresh_huge_page. ... static int alloc_fresh_huge_page ...
      (Linux-Kernel)
    • Re: [PATCH] vt: Do not clear UTF when resetting console
      ... will drop the console back to legacy (non-UTF-8) mode. ... Fix this by leaving the ... +static int default_utf8; ...
      (Linux-Kernel)
    • Re: Excellent job on the firewire support!
      ... >> plug a windows box into the bus. ... >> for freebsd to be a fully functional isochronous bus manager. ... > Try this patch for temporary fix. ... New and Improved Yahoo! ...
      (freebsd-current)