Floppy IRQ

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
pepito

Floppy IRQ

Post by pepito »

I am continue writing my "floppy device driver" and using Bochs 2.0 to test it and I have a problem with the commands that generate an interrupt:

I understand that the "floppy chip " must to generate an IRQ-6 when it executes some commands. But I am getting an IRQ-15 (secondary IDE) in place of an IRQ-6 (floppy).

What could be happend?

Thank you,

pepito
Post Reply