From owner-freebsd-acpi@FreeBSD.ORG Thu Apr 19 15:46:45 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C5E116A406 for ; Thu, 19 Apr 2007 15:46:45 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id C64B413C4C1 for ; Thu, 19 Apr 2007 15:46:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l3JFkbCb009009; Thu, 19 Apr 2007 11:46:39 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Thu, 19 Apr 2007 11:25:26 -0400 User-Agent: KMail/1.9.6 References: <200704191141.23799.Thomas.Sparrevohn@btinternet.com> In-Reply-To: <200704191141.23799.Thomas.Sparrevohn@btinternet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704191125.26484.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 19 Apr 2007 11:46:40 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/3130/Thu Apr 19 11:31:36 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: Allocations Errors X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2007 15:46:45 -0000 On Thursday 19 April 2007 06:41:23 am Thomas Sparrevohn wrote: > Hi > > When I boot the system I get the following 3 errors > > acpi0: on motherboard > acpi0: [ITHREAD] > acpi0: Power Button (fixed) > acpi0: reservation of 0, a0000 (3) failed > acpi0: reservation of 100000, f00000 (3) failed > acpi0: reservation of 1000000, 9edbcc00 (3) failed > > I don't what it means or whether it does any harm - > > S3 and S1 states does not seem to work when I try > with acpiconf -s1 and -s3 but that does not surprise > me as "shutdown -p" does not work either On recent current? Try disabling the 'ram0' device via 'hint.ram.0.disabled=1' -- John Baldwin