From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 29 19:21:33 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 381F716A49E; Fri, 29 Sep 2006 19:21:33 +0000 (UTC) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85FD643D8D; Fri, 29 Sep 2006 19:20:35 +0000 (GMT) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id k8TJKXRh010628; Sat, 30 Sep 2006 03:20:33 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id k8TJKWgj010625; Sat, 30 Sep 2006 03:20:32 +0800 (KRAST) (envelope-from eugen) Date: Sat, 30 Sep 2006 03:20:31 +0800 From: Eugene Grosbein To: Martin Kammerhofer Message-ID: <20060929192031.GA9600@svzserv.kemerovo.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060929154449.xwuy9ut74csgk048@webmail.tugraz.at> User-Agent: Mutt/1.4.2.1i Cc: freebsd-bugs@FreeBSD.org, "Bruce M. Simpson" Subject: Re: kern/51352: panic: malloc(M_WAITOK) in interrupt context X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2006 19:21:33 -0000 > It's the same hardware (except now larger IDE disks) that produced the > original panic. An Intel BX440 based motherboard, the Asus P2B-S. The > BIOS is the latest 1013. > ACPI does not work with this board, Linux automatically disables it at boot > with a message like "P2B-S Rev. 0 motherboards have a known PCI > interrupt routing problem". However APM works fine (except with a > FreeBSD kernel with > INVARIANTS). I've experienced PCI routing problem with another Intel BX440 based motherboard, the Iwill BD100+ using ACPI and FreeBSD >=5.x I've found workaround for 6.x, use in /boot/loader.conf: debug.acpi.disabled="pci_link" Then 6.1/ACPI works fine with this 440BX motherboard. For details see: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/91408 Hope this helps. Eugene Grosbein