david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[r8169] Disabling IRQs should not also acknowledge the IRQs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2010-12-03 20:55:59 +00:00
parent 3b51710156
commit 88b9b776cf
1 changed files with 1 additions and 1 deletions

View File

@ -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 ***/