Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Vista IRQ management

Reply
 
Old 04-25-2007   #1 (permalink)
Dave


 
 

Vista IRQ management

My Vista resources map shows the below 3 internal devices on my Platinum P6N
SLI Platinum motherboard with an E6600 Core Duo Intel CPU sharing the same
IRQ "(PCI) 20". I have nothing plugged into any PCI slots. One graphics
adapter in the PCIe x16 slot.

- High Definition Audio Controller
- NVIDIA nForce 430/410 SATA Controller
- Standard OpenHCD USB Host controller

Why is this? Does it not matter anymore to share an IRQ rather than have a
dedicated IRQ? Why would PnP or ACPI or whomever not spread the IRQ's out
more?

I've also got a whole lot of IRQ's showing "(ISA) xx Microsoft
ACPI-Compliant System" which I'm guessing are unused IRQs.

I even have a couple IRQs showing (PCI) -2, -3 and -4 and don't understand
why some would be negative or why some are ISA and others PCI.

Where can I learn more about this and is this an issue?

Thanks,
Dave

P.S. I have cross posted this to general and hardware_devices.



My System SpecsSystem Spec
Old 04-25-2007   #2 (permalink)
Rick Rogers


 
 

Re: Vista IRQ management

Hi Dave,

IRQ 20 is a virtual IRQ created by the system to handle those devices, and
IRQ sharing has been the norm since Win98. While those particular devices
may be onboard, they still are on the PCI bus, which is why it shows that
designation. A negative number may result when the first bit is a 1 rather
than 0, the system is interpreting it as a signed number rather than
unsigned large number. Many virtual interrupt requests can be created to
handle the various pieces of hardware's demand for the cpu's attention. I
would only be concerned if system information shows a resource conflict.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Dave" <REMOVETHISDaveAtHome@earthlink.net> wrote in message
news:eDJwj65hHHA.4032@TK2MSFTNGP02.phx.gbl...
> My Vista resources map shows the below 3 internal devices on my Platinum
> P6N SLI Platinum motherboard with an E6600 Core Duo Intel CPU sharing the
> same IRQ "(PCI) 20". I have nothing plugged into any PCI slots. One
> graphics adapter in the PCIe x16 slot.
>
> - High Definition Audio Controller
> - NVIDIA nForce 430/410 SATA Controller
> - Standard OpenHCD USB Host controller
>
> Why is this? Does it not matter anymore to share an IRQ rather than have a
> dedicated IRQ? Why would PnP or ACPI or whomever not spread the IRQ's out
> more?
>
> I've also got a whole lot of IRQ's showing "(ISA) xx Microsoft
> ACPI-Compliant System" which I'm guessing are unused IRQs.
>
> I even have a couple IRQs showing (PCI) -2, -3 and -4 and don't understand
> why some would be negative or why some are ISA and others PCI.
>
> Where can I learn more about this and is this an issue?
>
> Thanks,
> Dave
>
> P.S. I have cross posted this to general and hardware_devices.
>


My System SpecsSystem Spec
Old 04-25-2007   #3 (permalink)
Dave


 
 

Re: Vista IRQ management

OK thanks. Perhaps does not matter with the newer integrated APIC rather
than the old cascaded PIC chips that could only do 15 interrupts total and
had to share. Still curious about what the ISA vs. PCI status really means
underneath. I show no conflicts but just thought it would be more efficient
for devices to have their own IRQ whether physical or virtual rather than
share.

I found this article
http://www.e-articles.info/e/a/title...CI-interrupts/
but it does not currently work as their database appears down.

Thanks,
Dave

"Rick Rogers" <rick@mvps.org> wrote in message
news:e$QlyM6hHHA.1048@TK2MSFTNGP04.phx.gbl...
> Hi Dave,
>
> IRQ 20 is a virtual IRQ created by the system to handle those devices, and
> IRQ sharing has been the norm since Win98. While those particular devices
> may be onboard, they still are on the PCI bus, which is why it shows that
> designation. A negative number may result when the first bit is a 1 rather
> than 0, the system is interpreting it as a signed number rather than
> unsigned large number. Many virtual interrupt requests can be created to
> handle the various pieces of hardware's demand for the cpu's attention. I
> would only be concerned if system information shows a resource conflict.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "Dave" <REMOVETHISDaveAtHome@earthlink.net> wrote in message
> news:eDJwj65hHHA.4032@TK2MSFTNGP02.phx.gbl...
>> My Vista resources map shows the below 3 internal devices on my Platinum
>> P6N SLI Platinum motherboard with an E6600 Core Duo Intel CPU sharing the
>> same IRQ "(PCI) 20". I have nothing plugged into any PCI slots. One
>> graphics adapter in the PCIe x16 slot.
>>
>> - High Definition Audio Controller
>> - NVIDIA nForce 430/410 SATA Controller
>> - Standard OpenHCD USB Host controller
>>
>> Why is this? Does it not matter anymore to share an IRQ rather than have
>> a dedicated IRQ? Why would PnP or ACPI or whomever not spread the IRQ's
>> out more?
>>
>> I've also got a whole lot of IRQ's showing "(ISA) xx Microsoft
>> ACPI-Compliant System" which I'm guessing are unused IRQs.
>>
>> I even have a couple IRQs showing (PCI) -2, -3 and -4 and don't
>> understand why some would be negative or why some are ISA and others PCI.
>>
>> Where can I learn more about this and is this an issue?
>>
>> Thanks,
>> Dave
>>
>> P.S. I have cross posted this to general and hardware_devices.
>>

>



My System SpecsSystem Spec
Old 04-25-2007   #4 (permalink)
Dave


 
 

Re: Vista IRQ management

Nevermind that article. It is talking about the real ISA and PCI boards from
way back. Makes me even more curious though why they still classify current
IRQs in that fashion...Dave

"Dave" <REMOVETHISDaveAtHome@earthlink.net> wrote in message
news:%23xJkVS6hHHA.392@TK2MSFTNGP06.phx.gbl...
> OK thanks. Perhaps does not matter with the newer integrated APIC rather
> than the old cascaded PIC chips that could only do 15 interrupts total and
> had to share. Still curious about what the ISA vs. PCI status really means
> underneath. I show no conflicts but just thought it would be more
> efficient for devices to have their own IRQ whether physical or virtual
> rather than share.
>
> I found this article
> http://www.e-articles.info/e/a/title...CI-interrupts/
> but it does not currently work as their database appears down.
>
> Thanks,
> Dave
>
> "Rick Rogers" <rick@mvps.org> wrote in message
> news:e$QlyM6hHHA.1048@TK2MSFTNGP04.phx.gbl...
>> Hi Dave,
>>
>> IRQ 20 is a virtual IRQ created by the system to handle those devices,
>> and IRQ sharing has been the norm since Win98. While those particular
>> devices may be onboard, they still are on the PCI bus, which is why it
>> shows that designation. A negative number may result when the first bit
>> is a 1 rather than 0, the system is interpreting it as a signed number
>> rather than unsigned large number. Many virtual interrupt requests can be
>> created to handle the various pieces of hardware's demand for the cpu's
>> attention. I would only be concerned if system information shows a
>> resource conflict.
>>
>> --
>> Best of Luck,
>>
>> Rick Rogers, aka "Nutcase" - Microsoft MVP
>> http://mvp.support.microsoft.com/
>> Windows help - www.rickrogers.org
>> My thoughts http://rick-mvp.blogspot.com
>>
>> "Dave" <REMOVETHISDaveAtHome@earthlink.net> wrote in message
>> news:eDJwj65hHHA.4032@TK2MSFTNGP02.phx.gbl...
>>> My Vista resources map shows the below 3 internal devices on my Platinum
>>> P6N SLI Platinum motherboard with an E6600 Core Duo Intel CPU sharing
>>> the same IRQ "(PCI) 20". I have nothing plugged into any PCI slots. One
>>> graphics adapter in the PCIe x16 slot.
>>>
>>> - High Definition Audio Controller
>>> - NVIDIA nForce 430/410 SATA Controller
>>> - Standard OpenHCD USB Host controller
>>>
>>> Why is this? Does it not matter anymore to share an IRQ rather than have
>>> a dedicated IRQ? Why would PnP or ACPI or whomever not spread the IRQ's
>>> out more?
>>>
>>> I've also got a whole lot of IRQ's showing "(ISA) xx Microsoft
>>> ACPI-Compliant System" which I'm guessing are unused IRQs.
>>>
>>> I even have a couple IRQs showing (PCI) -2, -3 and -4 and don't
>>> understand why some would be negative or why some are ISA and others
>>> PCI.
>>>
>>> Where can I learn more about this and is this an issue?
>>>
>>> Thanks,
>>> Dave
>>>
>>> P.S. I have cross posted this to general and hardware_devices.
>>>

>>

>
>



My System SpecsSystem Spec
Old 04-26-2007   #5 (permalink)
Rick Rogers


 
 

Re: Vista IRQ management

Hi Dave,

Not 100% on this, but I think that it shows that legacy designation because
of the range of the addresses used, not because it's actually an ISA device.
If you run msinfo32 and look at the hardware resources, you'll see that the
designation does not carry over here.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Dave" <REMOVETHISDaveAtHome@earthlink.net> wrote in message
news:evsaVc6hHHA.4516@TK2MSFTNGP03.phx.gbl...
> Nevermind that article. It is talking about the real ISA and PCI boards
> from way back. Makes me even more curious though why they still classify
> current IRQs in that fashion...Dave
>
> "Dave" <REMOVETHISDaveAtHome@earthlink.net> wrote in message
> news:%23xJkVS6hHHA.392@TK2MSFTNGP06.phx.gbl...
>> OK thanks. Perhaps does not matter with the newer integrated APIC rather
>> than the old cascaded PIC chips that could only do 15 interrupts total
>> and had to share. Still curious about what the ISA vs. PCI status really
>> means underneath. I show no conflicts but just thought it would be more
>> efficient for devices to have their own IRQ whether physical or virtual
>> rather than share.
>>
>> I found this article
>> http://www.e-articles.info/e/a/title...CI-interrupts/
>> but it does not currently work as their database appears down.
>>
>> Thanks,
>> Dave
>>
>> "Rick Rogers" <rick@mvps.org> wrote in message
>> news:e$QlyM6hHHA.1048@TK2MSFTNGP04.phx.gbl...
>>> Hi Dave,
>>>
>>> IRQ 20 is a virtual IRQ created by the system to handle those devices,
>>> and IRQ sharing has been the norm since Win98. While those particular
>>> devices may be onboard, they still are on the PCI bus, which is why it
>>> shows that designation. A negative number may result when the first bit
>>> is a 1 rather than 0, the system is interpreting it as a signed number
>>> rather than unsigned large number. Many virtual interrupt requests can
>>> be created to handle the various pieces of hardware's demand for the
>>> cpu's attention. I would only be concerned if system information shows a
>>> resource conflict.
>>>
>>> --
>>> Best of Luck,
>>>
>>> Rick Rogers, aka "Nutcase" - Microsoft MVP
>>> http://mvp.support.microsoft.com/
>>> Windows help - www.rickrogers.org
>>> My thoughts http://rick-mvp.blogspot.com
>>>
>>> "Dave" <REMOVETHISDaveAtHome@earthlink.net> wrote in message
>>> news:eDJwj65hHHA.4032@TK2MSFTNGP02.phx.gbl...
>>>> My Vista resources map shows the below 3 internal devices on my
>>>> Platinum P6N SLI Platinum motherboard with an E6600 Core Duo Intel CPU
>>>> sharing the same IRQ "(PCI) 20". I have nothing plugged into any PCI
>>>> slots. One graphics adapter in the PCIe x16 slot.
>>>>
>>>> - High Definition Audio Controller
>>>> - NVIDIA nForce 430/410 SATA Controller
>>>> - Standard OpenHCD USB Host controller
>>>>
>>>> Why is this? Does it not matter anymore to share an IRQ rather than
>>>> have a dedicated IRQ? Why would PnP or ACPI or whomever not spread the
>>>> IRQ's out more?
>>>>
>>>> I've also got a whole lot of IRQ's showing "(ISA) xx Microsoft
>>>> ACPI-Compliant System" which I'm guessing are unused IRQs.
>>>>
>>>> I even have a couple IRQs showing (PCI) -2, -3 and -4 and don't
>>>> understand why some would be negative or why some are ISA and others
>>>> PCI.
>>>>
>>>> Where can I learn more about this and is this an issue?
>>>>
>>>> Thanks,
>>>> Dave
>>>>
>>>> P.S. I have cross posted this to general and hardware_devices.
>>>>
>>>

>>
>>

>
>


My System SpecsSystem Spec
Old 04-26-2007   #6 (permalink)
Steve Thackery


 
 

Re: Vista IRQ management

I remember this issue coming up back in the days of NT4. Apparently it's by
design, and actually helps speed things up a bit.

All the advice back then was to leave well alone. It ain't broke, so
there's no need to fix anything.

Steve


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
computer management-disk management problem General Discussion
Computer Management - Disk Management... Vista General
Re: Computer Management - Disk Management... Vista General
Computer Management --> Storage --> Disk Management Vista account administration
Can NOT find "Local users and groups" in Control Panel -> Management Tools -> Computer Management! Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46