Date: Wed, 12 Oct 2005 11:50: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: Re: Regarding kern/73852, please help to apply the patch thus we can close this bug. Message-ID: <2b22951e0510121150o7be85033ic054cabed7e94e5e@mail.gmail.com> In-Reply-To: <2b22951e0510121058u49cccf20kddd55352543c2304@mail.gmail.com> References: <2b22951e0510121058u49cccf20kddd55352543c2304@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Forget to mention that my test machines, one is 7.0-CURRENT, another one is FreeBSD 6.0-RC1. So I think we can MFC to 6.x too. Cai, Quanqing On 10/12/05, Cai, Quanqing <caiquanqing@gmail.com> wrote: > > 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 > with this patch, it works great for me. When we switch byte-order two tim= es > 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?2b22951e0510121150o7be85033ic054cabed7e94e5e>