From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 14:00:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94AFB16A4C2 for ; Mon, 27 Oct 2003 14:00:09 -0800 (PST) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC1E43F85 for ; Mon, 27 Oct 2003 14:00:08 -0800 (PST) (envelope-from thorsten.greiner@web.de) Received: from [80.141.4.242] (helo=tybalt) by smtp.web.de with asmtp (WEB.DE 4.99 #459) id 1AEFOi-0008Mv-00; Mon, 27 Oct 2003 22:59:36 +0100 Date: Mon, 27 Oct 2003 22:59:10 +0100 From: Thorsten Greiner To: Nate Lawson Message-ID: <20031027215909.GA1108@tybalt> References: <20031023155431.L64034@root.org> <20031024212434.GA8126@tybalt> <20031027123400.N78061@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031027123400.N78061@root.org> User-Agent: Mutt/1.5.4i Sender: thorsten.greiner@web.de cc: current@freebsd.org Subject: Re: ACPI trouble with EPIA-M X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 22:00:09 -0000 * Nate Lawson [2003-10-27 22:13]: > ... What you probably want to do now is do "tr " for the > pids below to see what they're blocked on. Likely culprits are 24 > (since it's on irq 7), 23 (acpi), 29, and 25. The most likely one > is 24 because irq 7 is normally edge triggered/legacy and that > means it cannot be shared. But in your config, it is shared. So > my guess is that acpi is routing interrupts differently than $PIR > mode. OK, here we go: pid 24 ([IWAIT] irq7: fwohci0 uhci1) pid 35 ([IWAIT] irq0: ppc0) pid 32 ([IWAIT] irq15: ata1) pid 31 ([IWAIT] irq14: ata0) stack trace: sched_switch() mi_switch() ithread_loop() fork_exit() fork_trampoline() pid 23 (new [IWAIT] irq9: acpi0) pid 29 (new [IWAIT] irq10: uhci2 pcm0) pid 25 (new [IWAIT] irq11: vr0 uhci0) stack trace (yes, this is just one line): fork_trampoline() Hope that helps... (though I fear it does not) Regards -Thorsten -- There are 10 kinds of people in the world, those who understand binary and those who don't.