|
|
|
|
470
|
/* Hook interrupt service routine and enable interrupt */
|
470
|
/* Hook interrupt service routine and enable interrupt */
|
471
|
undinet_hook_isr ( undinic->irq );
|
471
|
undinet_hook_isr ( undinic->irq );
|
472
|
enable_irq ( undinic->irq );
|
472
|
enable_irq ( undinic->irq );
|
|
|
473
|
+ send_eoi ( undinic->irq );
|
473
|
|
474
|
|
474
|
/* Set station address. Required for some PXE stacks; will
|
475
|
/* Set station address. Required for some PXE stacks; will
|
475
|
* spuriously fail on others. Ignore failures. We only ever
|
476
|
* spuriously fail on others. Ignore failures. We only ever
|