Page 1 of 1

[SOLVED] ATA Interrupt for PIO

Posted: Tue Apr 02, 2013 11:19 am
by HugeCode
Hi all. I have a simple newbie question. I read this page and I found this:

Code: Select all

7. .........
8. Wait for an IRQ or poll
9. ...........
What will this IRQ signalize and what does it mean 'poll'? Why are there two possibilities?

Re: ATA Interrupt for PIO

Posted: Tue Apr 02, 2013 11:58 am
by iansjack

Re: ATA Interrupt for PIO

Posted: Tue Apr 02, 2013 6:47 pm
by Mikemk
The IRQ means that the drive will tell the PIC to tell the CPU to call your interrupt handler
Polling is repeatedly checking the status register