network driver interrupt not firing (ne2000)
Posted: Wed Apr 04, 2007 7:24 pm
I'm working on an ne2000 driver for my kernel.
And i setup the interrupt handler. And i was under the assumption that
when the card received a packet, the interrupt would fire, and at the
very least, it should at least be getting ARP Requests, right?
I am testing with bochs, to use the ne2000 emulation. I have the irq
configured as irq number 9.
but i dont see it ever firing. The irq is unmasked, so i know that
isn't the problem.
kinda stumped. I would appreciate any help on the matter.
And i setup the interrupt handler. And i was under the assumption that
when the card received a packet, the interrupt would fire, and at the
very least, it should at least be getting ARP Requests, right?
I am testing with bochs, to use the ne2000 emulation. I have the irq
configured as irq number 9.
but i dont see it ever firing. The irq is unmasked, so i know that
isn't the problem.
kinda stumped. I would appreciate any help on the matter.