IRQ questions answered
This is a discussion about IRQ questions answered in the Windows Hardware category; i've seen quite a few posts about sharing irq's in w2k. here is a little info on it. . . simple explanation. devices are mapped thru other devices. for instance the microsoft usb joystick is mapped thru the agp port, the gameport on the soundcard and the midi device, if there is one.
i've seen quite a few posts about sharing irq's in w2k. here is a little info on it...
simple explanation.
devices are mapped thru other devices. for instance the microsoft usb joystick is mapped thru the agp port, the gameport on the soundcard and the midi device, if there is one. nowdays just about all devices are mapped thru another device. in older systems the thread would be created when and as needed. this could cause system crashes if a thread was created to the same device at the same time as another one.
wk2 has a cool solution... permanent sharing of irq's. i have yet to setup a w2k system that had problems with the irq sharing. this system has 6 devices that share a permanent irq.
IRQ 9 Microsoft ACPI-Compliant System
IRQ 9 NVIDIA GeForce DDR
IRQ 9 Intel 82371AB/EB PCI to USB Universal Host Controller
IRQ 9 Adaptec AHA-2940U2/U2W PCI SCSI Controller
IRQ 9 3Com EtherLink XL 10/100 PCI TX NIC (3C905B-TX)
IRQ 9 Creative SB Live! (WDM)
and as u can see, there is the route from the usb port to the video and sound card.
i really doubt a shared irq is giving anybody a problem... there is something else wrong.
(thnx to gm at nasa, and jt at intel) for this explanation.
btw did anybody know that intel is experimenting with a cpu that has a gpu?
simple explanation.
devices are mapped thru other devices. for instance the microsoft usb joystick is mapped thru the agp port, the gameport on the soundcard and the midi device, if there is one. nowdays just about all devices are mapped thru another device. in older systems the thread would be created when and as needed. this could cause system crashes if a thread was created to the same device at the same time as another one.
wk2 has a cool solution... permanent sharing of irq's. i have yet to setup a w2k system that had problems with the irq sharing. this system has 6 devices that share a permanent irq.
IRQ 9 Microsoft ACPI-Compliant System
IRQ 9 NVIDIA GeForce DDR
IRQ 9 Intel 82371AB/EB PCI to USB Universal Host Controller
IRQ 9 Adaptec AHA-2940U2/U2W PCI SCSI Controller
IRQ 9 3Com EtherLink XL 10/100 PCI TX NIC (3C905B-TX)
IRQ 9 Creative SB Live! (WDM)
and as u can see, there is the route from the usb port to the video and sound card.
i really doubt a shared irq is giving anybody a problem... there is something else wrong.
(thnx to gm at nasa, and jt at intel) for this explanation.
btw did anybody know that intel is experimenting with a cpu that has a gpu?
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Feb 3
Feb 5
0
3 minutes
Responses to this topic
But why/how does my W2K installation on a BP6 allocate IRQ's above 15 ?
Mike.
[This message has been edited by Flimber (edited 03 February 2001).]
Mike.
[This message has been edited by Flimber (edited 03 February 2001).]
It's all to do with ACPI and virtual IRQ's.
Take a look at Microsoft's white paper of ACPI, I think Intel have one too.
It actually makes an interesting read if you are at all interested about computer things.
Take a look at Microsoft's white paper of ACPI, I think Intel have one too.
It actually makes an interesting read if you are at all interested about computer things.
cool thanks for the heads up i will check it out

OP
flimber
the first thing that comes to mind is your bios settings. some bios (most i think) have a setting to save an irq for such things as the agp and the usb port.... the bios saves a port but w2k usually ignores it, so u have a floating blank irq floating around. turn these off and let windows do all the assignments.
also set the "pnp os" to yes.
the first thing that comes to mind is your bios settings. some bios (most i think) have a setting to save an irq for such things as the agp and the usb port.... the bios saves a port but w2k usually ignores it, so u have a floating blank irq floating around. turn these off and let windows do all the assignments.
also set the "pnp os" to yes.
This also has something to do with the MPS version control if you use an smp box. This thing threw me for a loop for the past few weeks. Pain in the arse it was.