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?
Thank you |