On Wed, Feb 22, 2006 at 05:14:05PM -0500, Medeiros Edward M NPRI wrote: > Hello, > > > > I have a PCI driver that controls a board that is capable of > generating interrupts. The interrupt vector I get is shared with the > SCSI controller. A lot of interrupts are being generated and there > not all from my PCI board. Is there a way to get another interrupt > vector instead of using the one the kernel assigns me? Nope. Your driver should be able to share an interrupt just fine, with no problems, if you use the proper logic in your driver. What problems is this causing you? thanks, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/