From owner-freebsd-hardware@FreeBSD.ORG Thu May 24 11:32:38 2007 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94A1F16A469 for ; Thu, 24 May 2007 11:32:38 +0000 (UTC) (envelope-from cs@schug.net) Received: from schug.net (s0.schug.net [194.97.148.170]) by mx1.freebsd.org (Postfix) with ESMTP id 583AD13C468 for ; Thu, 24 May 2007 11:32:38 +0000 (UTC) (envelope-from cs@schug.net) Received: by schug.net (Postfix, from userid 10000) id 8DFFAC59FB; Thu, 24 May 2007 13:07:11 +0200 (CEST) Date: Thu, 24 May 2007 13:07:11 +0200 From: Christoph Schug To: jonathan michaels Message-ID: <20070524110711.GB19316@voodoo.schug.net> References: <20070515150921.13486@caamora.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070515150921.13486@caamora.com.au> Organization: SpaceNet AG User-Agent: Mutt/1.5.13 OpenPKG/2-STABLE (2006-08-11) Cc: freebsd-hardware@freebsd.org Subject: Re: compaq proliant 1850r X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 11:32:38 -0000 On Tue, May 15, 2007, jonathan michaels wrote: > i have recently aquired a compaq proliant 1850r it has 640 mb dram (i > hape to upgrade this to 4 gb, if this is possible) a PIII 600 mhz cpu > (this to be replace by a pair of xeon 550 mhz PIII, again if possible) [...] > currently it has a problem, freebsd boots and reports all as it shout, > except for an acpi error and an RSVD error bad checksum error (224) ?? Have you tried to disable ACPI? In the boot loader menu choose to boot without ACPI. To make this permanent, add hint.acpi.0.disabled="1" to /boot/loader.conf (it's likely that this file does not exist in your case, so just create it). In general, the 1850R should work with FreeBSD 6.2/i386 as I had such a box up and running til several weeks ago. -cs