From owner-freebsd-net@FreeBSD.ORG Tue May 22 23:17:55 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8D0A16A400 for ; Tue, 22 May 2007 23:17:55 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 7732113C483 for ; Tue, 22 May 2007 23:17:55 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so16351nze for ; Tue, 22 May 2007 16:17:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m7zQ1Qbo8503uuIa74/CdnrjqOx9ALGp5m8l6S65HYxjQgWETc3pJH9sYy+kjCFWc/MsHcdG26+/rGs+ptYn4VlVz1Ou2YctJt+Uh2ZrUXHtmGsK66ag3hCjGcsivWVQmBsYeegNqGj9RfmqnQdBCXLWhbolyAGHVsxOMhTvU5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i1fxwiw77vLJ1419rXHRDbo0ONdN0P9+iv7/Up/wqZ6/yQJxCnx9tTRv/XDMaftB58aDYDpjwNY5jqOjFSvNWcM826wzWLKBKJvHp3pvN4bu2Ksk+z6m2QtLIkMISKU9sxJPNpXZ4rmwTTHj4BKJgznrlBzbXJhb9L2kdd4jtCA= Received: by 10.115.79.1 with SMTP id g1mr3525009wal.1179875874129; Tue, 22 May 2007 16:17:54 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Tue, 22 May 2007 16:17:54 -0700 (PDT) Message-ID: <2a41acea0705221617s5429d116xc8afbe1a30382a92@mail.gmail.com> Date: Tue, 22 May 2007 16:17:54 -0700 From: "Jack Vogel" To: "Kip Macy" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0705220045p68b59df7iff7689ec2f7e19f4@mail.gmail.com> <2a41acea0705221017s77167f1bu8d6e5d8f7bcbc4cd@mail.gmail.com> Cc: freebsd-net Subject: Re: Is em endian-clean? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 23:17:55 -0000 On 5/22/07, Kip Macy wrote: > On 5/22/07, Jack Vogel wrote: > > On 5/22/07, Jack Vogel wrote: > > > Yes, Linux is tested on big endian, however FreeBSD testing > > > is limited. I would expect the shared code to be ok but the > > > core code is tested on little endian only. Do you have some > > > notion of where the problem is? I'm pretty busy with another > > > issue right at the moment. > > > > > > Jack > > > > I am setting up an older MAC our test group had, adding at least > > basic traffic passing test to our test cycle. > > > > Thank you. I appreciate this. Turns out they gave me a T2000 to use, just what everyone needs in their cubicle :) Now I just have to get it installed. Jack