mirror of https://github.com/ipxe/ipxe.git
[r8169] Disabling IRQs should not also acknowledge the IRQs
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
3b51710156
commit
88b9b776cf
|
@ -1832,7 +1832,7 @@ static void rtl8169_irq_disable ( struct rtl8169_private *tp )
|
|||
|
||||
DBGP ( "rtl8169_irq_disable\n" );
|
||||
|
||||
rtl8169_irq_mask_and_ack ( ioaddr );
|
||||
RTL_W16 ( IntrMask, 0x0000 );
|
||||
}
|
||||
|
||||
/*** iPXE Core API Routines ***/
|
||||
|
|
Loading…
Reference in New Issue