From owner-freebsd-net@FreeBSD.ORG Tue May 22 04:34:23 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 6320D16A46B for ; Tue, 22 May 2007 04:34:23 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id F2A9F13C448 for ; Tue, 22 May 2007 04:34:22 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so119375ugh for ; Mon, 21 May 2007 21:34:21 -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=NmSDq7muu/gvA5N2PxP6vrSe7CZI1buc717qIzfHk0z80X8/xP8KymLBDvT/9hAdJsgumWsLujPvB7D4lG2iHzZ9RPBZ69mH1/qEBagX8+XmyLU2YIpqL8pABBIXfjTFuCp+8R0GR2GTqLRokymbXwAWhn7bFpS1QWyrqH/vMqg= 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=FIL2JBRAUBTEUTOHPuJDqEsvfcvEQByYkFwCMnSFkE/RtPpbwtx+TFJs5A30GYgdt8adem82QSYeHqX1ukXmMWOusvSiQympTsOdj4qHNnC/NLw7uBLR6V6u4OF5pcCRGcTiHy4ZMyY8tXlFaSMJuTOl34QnEJEuPFfG7azECeE= Received: by 10.78.138.14 with SMTP id l14mr1297678hud.1179808461673; Mon, 21 May 2007 21:34:21 -0700 (PDT) Received: by 10.78.107.13 with HTTP; Mon, 21 May 2007 21:34:21 -0700 (PDT) Message-ID: Date: Mon, 21 May 2007 21:34:21 -0700 From: "Kip Macy" To: Brad In-Reply-To: <20070522003246.0f5de4b2@booyah.home.comstyle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070522003246.0f5de4b2@booyah.home.comstyle.com> Cc: freebsd-net , Jack Vogel 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 04:34:23 -0000 Ours did too prior to the recent import :D On 5/21/07, Brad wrote: > On Mon, 21 May 2007 20:59:15 -0700 > "Kip Macy" wrote: > > > Hi Jack - > > I believe I've fixed the sun4v breakage caused by the interrupt filter > > changes but it appears that em still isn't working. Does Intel test at > > all on big endian hardware? If not, what do you do to avoid breaking > > e1000 on Linux? > > > > Thanks. > > > > -Kip > > I cannot comment about FreeBSD, but the em(4) driver in OpenBSD works > on macppc, sparc64, hppa and most likely sgi as well. >