Bug Report

Hidetoshi Shimokawa simokawa at sat.t.u-tokyo.ac.jp
Mon Apr 21 19:34:37 PDT 2003


At Mon, 21 Apr 2003 12:58:34 -0700 (PDT),
Buzz Slye wrote:
> 
> In module fwdev.c, the following code -
..
> 			xfer->dst = fwdev->dst;
> 			fp->mode.hdr.dst = htons(FWLOCALBUS | xfer->dst);
...

> 			xfer->dst = FWLOCALBUS | fwdev->dst;
> 			fp->mode.hdr.dst = htons(xfer->dst);

Thanks, committed.

Please note because latest code uses the natural endian for packet
headers, we don't need htons() anymore.

/\ Hidetoshi Shimokawa
\/  simokawa at sat.t.u-tokyo.ac.jp
PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html



More information about the freebsd-firewire mailing list