From owner-freebsd-arm@FreeBSD.ORG Fri Oct 10 17:39:18 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42F211065686 for ; Fri, 10 Oct 2008 17:39:18 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout019.mac.com (asmtpout019.mac.com [17.148.16.94]) by mx1.freebsd.org (Postfix) with ESMTP id 31FA48FC16 for ; Fri, 10 Oct 2008 17:39:18 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp019.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0K8J00EZPADG6O20@asmtp019.mac.com> for freebsd-arm@freebsd.org; Fri, 10 Oct 2008 10:39:18 -0700 (PDT) Message-id: From: Marcel Moolenaar To: "M. Warner Losh" In-reply-to: <20081010.111120.-1704377131.imp@bsdimp.com> Date: Fri, 10 Oct 2008 10:39:16 -0700 References: <48DA31B3.5040906@semihalf.com> <48EF2481.2010307@semihalf.com> <20081010.111120.-1704377131.imp@bsdimp.com> X-Mailer: Apple Mail (2.929.2) Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD/arm support for Marvell chips -- please review X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 17:39:18 -0000 On Oct 10, 2008, at 10:11 AM, M. Warner Losh wrote: > : I have some tweaks to add later. For example: > : FPA support on little endian ARM (FPA has the words in > : big-endian, irrespective of the byte order). We have > : 4 places where we define the IEEE representation and > : where we need to account for this. > > FPA? The original FP format used by some ARM processors. Obsoleted by VFP AFAICT. VFP is like FPA, except that VFP has the words of a double in the native byte order. FPA always has the words in big-endian order. -- Marcel Moolenaar xcllnt@mac.com