mirror of https://github.com/ipxe/ipxe.git
Send EOI after enabling interrupt, in case the device had asserted IRQ
to the PIC while it was disabled.pull/1/head
parent
a2ffe8c123
commit
aa7bda7b47
|
@ -470,6 +470,7 @@ static int undinet_open ( struct net_device *netdev ) {
|
|||
/* Hook interrupt service routine and enable interrupt */
|
||||
undinet_hook_isr ( undinic->irq );
|
||||
enable_irq ( undinic->irq );
|
||||
send_eoi ( undinic->irq );
|
||||
|
||||
/* Set station address. Required for some PXE stacks; will
|
||||
* spuriously fail on others. Ignore failures. We only ever
|
||||
|
|
Loading…
Reference in New Issue