From owner-freebsd-arch@FreeBSD.ORG Tue Feb 14 04:07:40 2006 Return-Path: X-Original-To: arch@FreeBSD.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B3016A420; Tue, 14 Feb 2006 04:07:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648E843D45; Tue, 14 Feb 2006 04:07:39 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k1E454OU046758; Mon, 13 Feb 2006 21:05:05 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Feb 2006 21:05:10 -0700 (MST) Message-Id: <20060213.210510.89039143.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20060214083530.K22079@epsplex.bde.org> References: <43F04494.4030900@freebsd.org> <20060213.094336.118368793.imp@bsdimp.com> <20060214083530.K22079@epsplex.bde.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 13 Feb 2006 21:05:05 -0700 (MST) Cc: keramida@ceid.upatras.gr, arch@FreeBSD.org, stefanf@FreeBSD.org, cperciva@FreeBSD.org, des@des.no Subject: Re: [releng_6 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 04:07:40 -0000 In message: <20060214083530.K22079@epsplex.bde.org> Bruce Evans writes: : > It won't matter given how I'm going to fix this problem... : : Why not just access the object as an array of unsigned chars as someone : wrote? Write it out 1 unsigned char at a time for the simple version. : This avoids the complications. Because it has to be fed to the hardware 4 bytes at a time. Warner