]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[r8169] Disabling IRQs should not also acknowledge the IRQs
authorMichael Brown <mcb30@ipxe.org>
Fri, 3 Dec 2010 20:55:59 +0000 (20:55 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 9 Dec 2010 13:07:30 +0000 (13:07 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/r8169.c

index 4307552eab46e65762524325d701c03fedf19b6e..5c5fbab5ebf8dbfccf47ca916f40b6b388a7bc68 100644 (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 ***/