From owner-freebsd-current@FreeBSD.ORG Mon Jan 5 19:25:45 2004 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 661F616A4CE for ; Mon, 5 Jan 2004 19:25:45 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E5B43D2F for ; Mon, 5 Jan 2004 19:25:43 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 57246652FE; Tue, 6 Jan 2004 03:25:41 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 80309-02-6; Tue, 6 Jan 2004 03:25:40 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.189]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 242BA652EC; Tue, 6 Jan 2004 03:25:40 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 9ED8CB7; Tue, 6 Jan 2004 03:25:38 +0000 (GMT) Date: Tue, 6 Jan 2004 03:25:38 +0000 From: Bruce M Simpson To: dwhite@gumbysoft.com Message-ID: <20040106032538.GA2084@saboteur.dek.spc.org> References: <20040105181456.L85414@carver.gumbysoft.com> <20040105.201823.01024697.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040105.201823.01024697.imp@bsdimp.com> cc: current@freebsd.org Subject: Re: IRQ routing debugging help 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: Tue, 06 Jan 2004 03:25:45 -0000 On Mon, Jan 05, 2004 at 08:18:23PM -0700, M. Warner Losh wrote: > The next step is to find the $PIR table. This will give you one set > of information. Here's a sample PIR table, the format may be a little > different than what I've presented here: If you need to recover this information when the dmesg buffer has since filled up:- http://www.incunabulum.com/code/projects/pci/freebsd/pirtool/ BMS