From owner-freebsd-acpi@FreeBSD.ORG Thu Jan 18 15:14:54 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 287B116A51C for ; Thu, 18 Jan 2007 15:14:54 +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 CBFA213C474 for ; Thu, 18 Jan 2007 15:14:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l0IFEnHP063289; Thu, 18 Jan 2007 10:14:49 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Thu, 18 Jan 2007 10:14:46 -0500 User-Agent: KMail/1.9.4 References: <86irf44nu5.fsf@dwp.des.no> In-Reply-To: <86irf44nu5.fsf@dwp.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200701181014.46798.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Thu, 18 Jan 2007 10:14:50 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2462/Thu Jan 18 05:07:46 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: Dag-Erling =?iso-8859-15?q?Sm=F8rgrav?= Subject: Re: Asus P5B-V 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, 18 Jan 2007 15:14:54 -0000 On Thursday 18 January 2007 05:43, Dag-Erling Sm=F8rgrav wrote: > I have some ACPI issues with an Asus P5B-V (Intel G965-based) > motherboard running amd64 -CURRENT: >=20 > - no thermal information: The BIOS doesn't provide an ACPI thermal zone. There's nothing for ACPI to do. Have you tried using mbmon? > - all on-board devices seem to share the same interrupt: >=20 > root@dma ~# vmstat -i > interrupt total rate > irq1: atkbd0 8 0 > irq19: skc0 uhci3* 5161490 52 > irq21: ral0 1209462 12 > cpu0: timer 194998438 1999 > cpu1: timer 194998251 1999 > Total 396367649 4064 >=20 > (ral0 is the only PCI card in the system, everything else is > integrated on the motherboard) This is how your motherboard manufacturer hard-wired the interrupt routing for APIC. It's physically wired this way and there's nothing any OS can do about it. =2D-=20 John Baldwin