From owner-freebsd-acpi@FreeBSD.ORG Mon Feb 13 17:10:26 2006 Return-Path: X-Original-To: freebsd-acpi@hub.freebsd.org Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C7E16A420 for ; Mon, 13 Feb 2006 17:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C2E43D90 for ; Mon, 13 Feb 2006 17:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1DHAEYM096906 for ; Mon, 13 Feb 2006 17:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1DHAExG096905; Mon, 13 Feb 2006 17:10:14 GMT (envelope-from gnats) Date: Mon, 13 Feb 2006 17:10:14 GMT Message-Id: <200602131710.k1DHAExG096905@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: John Baldwin Cc: Subject: Re: i386/80426: [APIC] [panic] 5.4-RC3 still panic when boot on ASUS P2B-DS M/B X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 17:10:26 -0000 The following reply was made to PR i386/80426; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, g_jin@lbl.gov Cc: Subject: Re: i386/80426: [APIC] [panic] 5.4-RC3 still panic when boot on ASUS P2B-DS M/B Date: Mon, 13 Feb 2006 10:14:48 -0500 The problem is that your BIOS is marked as buggy by the ACPI code. Unfortunately the MADT code doesn't check the blacklist until it is too late to revert back to not using ACPI. You will just need to use the 'hint.acpi.0.disabled=1' loader tunable to disable ACPI altogether. Given how few blacklisted BIOSes are present in SMP machines, trying to make the quirk checking happen earlier is probably not going to happen anytime soon, so it's probably best to just disable ACPI as the panic message told you to. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org