From owner-freebsd-acpi@FreeBSD.ORG Tue Jan 30 22:36:12 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 7F11316A505 for ; Tue, 30 Jan 2007 22:36:12 +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 2C98613C4A6 for ; Tue, 30 Jan 2007 22:36:11 +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.6/8.13.6) with ESMTP id l0UMa9QA072006; Tue, 30 Jan 2007 17:36:09 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Tue, 30 Jan 2007 15:10:44 -0500 User-Agent: KMail/1.9.1 References: <499c70c0701240044q32162e40ye8f923bf758e8633@mail.gmail.com> <20070124184828.GC12197@poupinou.org> <20070126002955.GA927@turion.vk2pj.dyndns.org> In-Reply-To: <20070126002955.GA927@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701301510.45130.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]); Tue, 30 Jan 2007 17:36:10 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2506/Tue Jan 30 14:50:40 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: Peter Jeremy , freebsd-mobile@freebsd.org Subject: Re: AMD Turion64 X2 works with PowerNow! thank you Bruno 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: Tue, 30 Jan 2007 22:36:12 -0000 On Thursday 25 January 2007 19:29, Peter Jeremy wrote: > On Wed, Jan 24, 2007 at 07:48:28PM +0100, Bruno Ducrot wrote: > >acpi_throttle is broken ATM on your machine. BTW if you boot with > >hint.apic.0.disabled="1" > >into /boot/loader.conf > >does this solve the acpi_throttle issue? > > No. I can no longer boot. ACPI reports "ACPI-0210 Unable to install > System Control Interrupt Handler, AE_ALREADY_EXISTS". Everything else > reports "unable to allocate interrupt" or "couldn't map interrupt" > though they list valid IRQ numbers. > > Having checked, this is probably because I've not got 'atpic' in my > kernel. I might try changing this if I have some spare time. Yes, 'device atpic' should fix this. -- John Baldwin