mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 22:11:08 +03:00
[r8169] Disabling IRQs should not also acknowledge the IRQs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1832,7 +1832,7 @@ static void rtl8169_irq_disable ( struct rtl8169_private *tp )
|
|||||||
|
|
||||||
DBGP ( "rtl8169_irq_disable\n" );
|
DBGP ( "rtl8169_irq_disable\n" );
|
||||||
|
|
||||||
rtl8169_irq_mask_and_ack ( ioaddr );
|
RTL_W16 ( IntrMask, 0x0000 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** iPXE Core API Routines ***/
|
/*** iPXE Core API Routines ***/
|
||||||
|
|||||||
Reference in New Issue
Block a user