Hi,

While developing a UNDI driver, I came across the Interrupt Enables command, 
which is described in the UNDI spec:
"Disabling an external interrupt enable prevents an external (hardware) 
interrupt from being signaled by the network device, internally the interrupt 
events can still be polled by using the Get Status command."
My question is: how do an external HW interrupt can be used from inside UEFI? 
What is the unix's IRQ equivalence in UEFI?
How do I connect the HW interrupt to an interrupt procedure that handles that 
interrupt?
And finally - do I must support external HW interrupt or I may rely on the 
polling done by the system?

Thanks,

Ari
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to