On 05/09/14 00:09, Yossef Efraim wrote:
1.Is it allowed (pxespec) to borrow this system timer as an interrupt ?

a.If not - what’s the alternative (for non IRQ supporting device) - what
should be returned in ‘IntNumber’ ?

This code ensures that the UNDI device does not claim to support IRQs unless the underlying network device supports them:

       if ( netdev_irq_supported ( pxe_netdev ) )
                undi_get_iface_info->ServiceFlags |= SUPPORTED_IRQ;

Michael
_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to