Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2005 10:58:57 -0700
From:      "Cai, Quanqing" <caiquanqing@gmail.com>
To:        freebsd-current@freebsd.org, freebsd-drivers@freebsd.org,  freebsd-firewire@freebsd.org, freebsd-net@freebsd.org
Cc:        kiyohara@kk.iij4u.or.jp
Subject:   Regarding kern/73852, please help to apply the patch thus we can close this bug.
Message-ID:  <2b22951e0510121058u49cccf20kddd55352543c2304@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi guys,

I noticed there is bug filed by KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
with a patch, link is here:
http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/73852, I tested if_fwip w=
ith
this patch, it works great for me. When we switch byte-order two times on
i386, the byte-order will back to original. if you look at the files
src/lib/libc/i386/net/ntohl.S and src/lib/libc/i386/net/htonl.S, you will
find exact same code:

movl 4(%esp),%eax
bswap %eax
ret

This tells everything.

So I hope somebody can apply the patch made by KIYOHARA Takashi and close
this bug.

Thanks
Cai, Quanqing



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2b22951e0510121058u49cccf20kddd55352543c2304>