From owner-freebsd-acpi@FreeBSD.ORG Tue Mar 11 15:54:59 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10BA01065673 for ; Tue, 11 Mar 2008 15:54:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 72B9F8FC41 for ; Tue, 11 Mar 2008 15:54:57 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 235074545-1834499 for multiple; Tue, 11 Mar 2008 11:56:35 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m2BFsgwk099696; Tue, 11 Mar 2008 11:54:45 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org, Leon Kos Date: Tue, 11 Mar 2008 11:52:19 -0400 User-Agent: KMail/1.9.7 References: <200803111520.m2BFK3mS034251@freefall.freebsd.org> In-Reply-To: <200803111520.m2BFK3mS034251@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803111152.20094.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, 11 Mar 2008 11:54:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/6199/Tue Mar 11 10:26:43 2008 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: kern/121558: Supermicro X7SB4 Fatal trap 12 when ACPI disabled 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, 11 Mar 2008 15:54:59 -0000 On Tuesday 11 March 2008 11:20:03 am Leon Kos wrote: > The following reply was made to PR kern/121558; it has been noted by GNATS. > > From: Leon Kos > To: Dan Lukes > Cc: John Baldwin , bug-followup@freebsd.org > Subject: Re: kern/121558: Supermicro X7SB4 Fatal trap 12 when ACPI disabled > Date: Tue, 11 Mar 2008 16:11:45 +0100 (CET) > > I do have latest BIOS 1.0a. > > How can I manually specify the routing? The hw.pci settings (in /boot/loader.conf or /boot/device.hints) I mentioned in my previous e-mail manually specify the routing. > Kind regards! > > Leon Kos, CAD lab, Mech.Eng., University of Ljubljana, Slovenia > (http://www.lecad.uni-lj.si/~leon) > > > On Tue, 11 Mar 2008, Dan Lukes wrote: > > > John Baldwin napsal/wrote, On 03/11/08 15:03: > >> Your MPTable is broken. It has 3 entries which use an I/O APIC ID of 0, > >> but you don't have an I/O APIC with an ID of 0: > > > >> You can work around this by manually specifying the routing > > > > You shall update BIOS also unless you have the latest version (1.0a) > > > > Dan > > > > > _______________________________________________ > freebsd-acpi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@freebsd.org" > -- John Baldwin