From owner-freebsd-current@FreeBSD.ORG Sun Jul 6 11:01:03 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52682106567D; Sun, 6 Jul 2008 11:01:03 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 79EF98FC15; Sun, 6 Jul 2008 11:01:02 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=ywGvsW0yCX0A:10 a=be0l799Llq4A:10 a=NMGBx6iLSXY/3qZKdJo9Bw==:17 a=FZ1FRupOBxy0YMaDUWIA:9 a=9tZDJXQOZ6AjPMbABJUKDsc6k1sA:4 a=50e4U0PicR4A:10 Received: from [62.113.135.207] (account mc467741@c2i.net [62.113.135.207] verified) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.4b) with ESMTPA id 1003480341; Sun, 06 Jul 2008 13:00:52 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sun, 6 Jul 2008 13:02:27 +0200 User-Agent: KMail/1.9.7 References: <20080704191043.87CFE5B4B@mail.bitblocks.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807061302.28853.hselasky@c2i.net> Cc: gnn@freebsd.org, current@freebsd.org Subject: Re: Has anyone else seen any form of in memory or on disk corruption? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2008 11:01:03 -0000 Hi, Maybe you have some piece of hardware in the box that does not support 32 address lines. You were using 4GB of RAM? I've seen USB controllers for example that does not support more than 2GB of ram, even though the OHCI, UHCI and EHCI specifications are all 32-bits at least. And when you program a too high addresses things go wrong simply put :-) --HPS