From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 15:38:58 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 A564516A4B3 for ; Mon, 27 Oct 2003 15:38:58 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D453643F3F for ; Mon, 27 Oct 2003 15:38:57 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 78544 invoked by uid 1000); 27 Oct 2003 23:38:59 -0000 Date: Mon, 27 Oct 2003 15:38:59 -0800 (PST) From: Nate Lawson To: Thorsten Greiner In-Reply-To: <20031027215909.GA1108@tybalt> Message-ID: <20031027153650.E78542@root.org> References: <20031023155431.L64034@root.org> <20031024212434.GA8126@tybalt> <20031027123400.N78061@root.org> <20031027215909.GA1108@tybalt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 23:38:58 -0000 On Mon, 27 Oct 2003, Thorsten Greiner wrote: > * 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) ^^^^^^^^^^ No such irq. As a workaround, try disabling your parallel port drivers (lpt, ppc, plip, ppi, etc.) If things work then with ACPI enabled, we're certain it's the parallel port irq routing. But I'm pretty certain that's the case. Please send me a link to the output of acpidump -t -d > thorsten.asl I'll look at the _PRT entry. -Nate