How to enable IRQ?

  • Thread starter Thread starter Ali
  • Start date Start date
A

Ali

Hi EveryOne,


Which bit of control register is required to set for enabling IRQ on
Intel machine XP.
 
The one on the left.

Actually it's the one in the middle, bit 4 of register BASE+2.
However this won't work in XP because XP doesn't allow programs to access
registers directly, only drivers can access registers. Also only drivers can
have interrupt handlers, programs can't. The only way this can be made to work
is if you're using plain DOS or if you're writing a driver for XP or if you're
using some kind of special IO passthrough driver under XP.
Good luck.
--Tom.
 
Thanks,
You mean 17 pin of D Type Connector , right?

No, pin 17 is the SELECT line which is an output. It IRQ is gnerated by the
ACK line which is an input and it's on pin 10.
--Tom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IRQ conflict 26
Sound Card Enabled but not started 4
Windows XP Irq Hard Times 2
Change IRQ assignments 10
Vista IRQ management 5
IRQ sharing - conflict 1
SHEARING OF INTERRUPT REQUEST LINE (IRQ) 2
SHEARING OF INTERRUPT REQUEST LINE (IRQ) 6

Back
Top