[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081108191536.GC28039@colo.lackof.org>
Date: Sat, 8 Nov 2008 12:15:36 -0700
From: Grant Grundler <grundler@...isc-linux.org>
To: Jiri Slaby <jirislaby@...il.com>
Cc: Grant Grundler <grundler@...isc-linux.org>,
Nobin Mathew <nobin.mathew@...il.com>,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org,
Robert Hancock <hancockr@...w.ca>
Subject: Re: sharing interrupt between PCI device
On Sat, Nov 08, 2008 at 08:10:54PM +0100, Jiri Slaby wrote:
> Grant Grundler napsal(a):
> > So I see how the IRQ is enabled and disabled. I still don't see where
> > an interrupt handler is bound to IRQ 225 (output you posted today in
> > another email).
>
> This irq setup is done during pci_enable_device.
Sorry, I wasn't quite correct: pci_enable_device() should only assign IRQs,
not enable them. request_irq() would enable them.
> > Nobin, can you dump /proc/interrupts when both drivers
> > are loaded and also send the dmesg output after both are loaded?
>
> This won't show the hp driver as it doesn't request_irq.
Yup - that's what I expect too. But I was afraid something else might
be calling request_irq() and I'm just not seeing it. :)
grant
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists