mirror of https://github.com/ipxe/ipxe.git
Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason to
suspect that we need it, and implementing it would require needlessly complicating the net device API.pull/1/head
parent
e436b993a9
commit
1ce0b4bbfb
|
@ -394,18 +394,15 @@ PXENV_EXIT_t pxenv_undi_initiate_diags ( struct s_PXENV_UNDI_INITIATE_DIAGS
|
||||||
|
|
||||||
/* PXENV_UNDI_FORCE_INTERRUPT
|
/* PXENV_UNDI_FORCE_INTERRUPT
|
||||||
*
|
*
|
||||||
* Status: working
|
* Status: won't implement (would require driver API changes for no
|
||||||
|
* perceptible benefit)
|
||||||
*/
|
*/
|
||||||
PXENV_EXIT_t pxenv_undi_force_interrupt ( struct s_PXENV_UNDI_FORCE_INTERRUPT
|
PXENV_EXIT_t pxenv_undi_force_interrupt ( struct s_PXENV_UNDI_FORCE_INTERRUPT
|
||||||
*undi_force_interrupt ) {
|
*undi_force_interrupt ) {
|
||||||
DBG ( "PXENV_UNDI_FORCE_INTERRUPT" );
|
DBG ( "PXENV_UNDI_FORCE_INTERRUPT" );
|
||||||
|
|
||||||
#if 0
|
undi_force_interrupt->Status = PXENV_STATUS_UNSUPPORTED;
|
||||||
eth_irq ( FORCE );
|
return PXENV_EXIT_FAILURE;
|
||||||
#endif
|
|
||||||
|
|
||||||
undi_force_interrupt->Status = PXENV_STATUS_SUCCESS;
|
|
||||||
return PXENV_EXIT_SUCCESS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PXENV_UNDI_GET_MCAST_ADDRESS
|
/* PXENV_UNDI_GET_MCAST_ADDRESS
|
||||||
|
|
Loading…
Reference in New Issue