• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Very interesting IRQ table

Braxus

Golden Member
Seems like I have around 21 IRQs available. At least that's what W2K lists them as. Guess that ACPI stuff really does wierd stuff to resource control! Check this out. If memory serves me right, there is genreally 16 IRQs available from 0-15.

IRQ Listing
 
Although the IRQ numbers are not sequential, if only count the number of IRQs used in your system, it's only 15. Don't know if that means anything but I'm sure someone can provide an explanation.
 
Supposedly Win2K can use IRQ9 as a gateway to other virtual IRQs above IRQ15.
 
the standard hw assigned limit on irq's is 1 - 15.

however, with acpi support, win2k allow for up to 254 irq's i believe. these are "virtual irq's". this is a good. it eliminates the hassle of trying to fit all those hw devices inside your machine and trying to work out the damn irq conflicts. win2k does this for you.

so be happy
 
Back
Top