From owner-freebsd-arch@freebsd.org Wed Aug 26 01:17:44 2015 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EDF99C274A for ; Wed, 26 Aug 2015 01:17:44 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31908C28 for ; Wed, 26 Aug 2015 01:17:43 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 61F662811A0 for ; Wed, 26 Aug 2015 11:17:41 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wvJCTlb2tpZO for ; Wed, 26 Aug 2015 11:17:41 +1000 (AEST) Received: from Peters-MacBook-Pro.local (unknown [64.245.0.210]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id E30F6280F8B; Wed, 26 Aug 2015 11:17:31 +1000 (AEST) Subject: Re: Devices with 36-bit paddr on 32-bit system To: John-Mark Gurney , Justin Hibbits References: <20150826011434.GO33167@funkthat.com> Cc: "freebsd-arch@freebsd.org" From: Peter Grehan Message-ID: <55DD13A9.9070005@freebsd.org> Date: Tue, 25 Aug 2015 18:17:29 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150826011434.GO33167@funkthat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2015 01:17:44 -0000 > I'd look at how i386's PAE does it, as this is exactly the same type > of issue that PAE has... i386 PAE doesn't have any h/w resources at addresses > 4GB, which is the problem Justin is seeing on his ppc platform. later, Peter.