Date: Wed, 2 Jun 1999 21:58:11 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Stephen Hocking-Senior Programmer PGS Tensor Perth <shocking@prth.pgs.com> Cc: current@freebsd.org, hackers@freebsd.org Subject: Re: Finding out what function an interrupt is tied to.. Message-ID: <Pine.BSF.4.05.9906022157210.8650-100000@herring.nlsystems.com> In-Reply-To: <199906021425.WAA02267@bandicoot.prth.tensor.pgs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Jun 1999, Stephen Hocking-Senior Programmer PGS Tensor Perth wrote: > > I'm having some problems since when the newbus code went in, in that > my sound card doesn't seem to be interrupting anymore (PAS16, Voxware > drivers). So what I'd like to do is look at the kernel and see > if an interrupt actually has a function associated with it, and if > it's being masked out. Any ideas? Of course, this would have to happen > just as I learnt to rip my music CD's into mp3s. I suggest that you start by putting print statements (or using the kernel debugger) to find out what is going on in nexus_setup_intr() (i386/i386/nexus.c). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9906022157210.8650-100000>