...
By changing the view in the device manager to "ressources by type", the assigned IRQ number for each device is shown:
...
Assign Interrupt Exclusive
...
Da es Sache des BIOS und des Betriebssystems ist Hardware-Resourcen zu verteilen gibt es hier, soweit uns bekannt ist, keine Möglichkeit dies manuell zu machen.
Suchen eine freien Interrupts
...
Since it is part of the BIOS and the operating system to distribute hardware resources, there is no way to do this manually.
Searching for a free Interrupt
Changing card slots can work to a limited extent. In general there are 4 legacy interrupt lines (A / B / C / D), die abwechseln den PCI Geräten und auch den PCI-Slot auf einem Main-Board zu geordnet sind.
Zu diesen generellen Leitungen gibt es dann eine Mapping-Matrix auf der Hardware, wo diesen Leitungen einer Interrupt-Nummer zugeordnet werden.
Sollte sich nun ein Karten-Slot mit anderen PCI Geräte in einem Rechner den Interrupt teilen, dann kann versucht werden die anderen Geräte zu deaktivieren.
Dies funktioniert natürlich nur insoweit, wie die Geräte die zu deaktivieren sind nicht vom System benötigt werden.
In diesem Beispiel könnte man versuchen das "Intel Active Management" Gerät zu deaktivieren.
Aber es kann dann auch passieren, das beim nächsten Start, das System einen anderes Gerät so umkonfiguriert das es dann wieder ein Interrupt-sharing gibtwhich are alternately assigned to the PCI devices and also to the PCI slot on a main board.
There is then a mapping matrix on the hardware for these general lines, where an interrupt number is assigned to these lines.
If a card slot now shares the interrupt with other PCI devices in a computer, an attempt can be made to deactivate the other devices.
Of course, this only works insofar as the devices that are to be deactivated are not required by the system.
In this example you could try to deactivate the "Intel Active Management" device.
But it can then also happen that the next time the system is started, the system reconfigures another device in such a way that there is interrupt sharing again.
Interrupt and CIFX Device Driver (INtime)
...
Therefore only 0 or interrupt numbers from 1 to 19 are important here.
Zu den Informationen von der Hardware liest der Treiber auch noch die User-Settings zu jeder Karte aus der Registry aus, um zu entscheiden ob der Interrupt eingeschaltet werden soll oder nichtIn addition to the information from the hardware, the driver reads the user settings for each card from the registry in order to decide whether the interrupt should be switched on or not.
For the Handling of the Interrupt, a so called Interrupt Thread is needed and the Interrupt needs to be registered to the system.
...