Hello Sir,
I wrote the NDIS 4.0 device driver. I am able to transmit the packets and
also receive. But I am not able to get interrupt for transmit and receive.
I registered the interrupt, but still my ISR handler (MiniportISR) is not
getting called.
One more thing I obsereved that while booting the system, BIOS showing me
interrupt number as 11, but when I enter into driver and read the resources
using HalGetBusData, I got the interrupt vector as 12. Even I tried
PCIViewer application, in that also I am getting Interrupt No. as 12. Does
window changes interrupt no assigned by BIOS?
I am initializing interrupt using NdisMRegisterInterrupt, and it is
returning NDIS_STATUS_SUCCESS.
Please anybody can tell, why my ISR routine is not getting called even
after initializing. I have als observer on Logic analyzer that NIC(card) is
generating interrupt.
Thank you in advance.
Regards,
Mohan
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com