From owner-freebsd-hackers Fri Nov 3 18:48:12 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from tomts6-srv.bellnexxia.net (smtp.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id 37EF937B4C5 for ; Fri, 3 Nov 2000 18:48:10 -0800 (PST) Received: from dusty.galima.2y.net ([64.229.80.160]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001104024805.XHBJ10530.tomts6-srv.bellnexxia.net@dusty.galima.2y.net> for ; Fri, 3 Nov 2000 21:48:05 -0500 Received: (from cactoos@localhost) by dusty.galima.2y.net (8.9.3/8.9.3) id VAA00253 for freebsd-hackers@freebsd.org; Fri, 3 Nov 2000 21:49:13 -0500 (EST) (envelope-from cactoos) Date: Fri, 3 Nov 2000 21:49:13 -0500 From: Alexander Anderson To: freebsd-hackers@freebsd.org Subject: Re: irq status Message-ID: <20001103214913.A201@dusty.galima.2y.net> References: <8tq9e7$esi$1@FreeBSD.csie.NCTU.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <8tq9e7$esi$1@FreeBSD.csie.NCTU.edu.tw> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In mailing.freebsd.hackers, you wrote: > > Is their a tool out their or does anyone have a quick bit of code / > > hack that will "probe" all of the irqs on my box and tell me which > > ones are used / available?? > > No. You can glean some of this information from various > metaconfiguration interface, but the question you're asking suggests > that you're trying to do something wrong anyway. > > Why don't you tell us a bit more about what you want this information > for? I got curious too and decided to join. If you have dealt with Linux, it has 'interrupts' file in /proc filesystem. It tells you what IRQs are currently in use and what's using them. Is there something similar on FreeBSD? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message