Skip to content

Commit

Permalink
[r8169] Disabling IRQs should not also acknowledge the IRQs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Dec 9, 2010
1 parent 3b51710 commit 88b9b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/net/r8169.c
Expand Up @@ -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 ***/
Expand Down

0 comments on commit 88b9b77

Please sign in to comment.