Browse Source

[r8169] Disabling IRQs should not also acknowledge the IRQs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
88b9b776cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/r8169.c

+ 1
- 1
src/drivers/net/r8169.c View File

@@ -1832,7 +1832,7 @@ static void rtl8169_irq_disable ( struct rtl8169_private *tp )
1832 1832
 
1833 1833
 	DBGP ( "rtl8169_irq_disable\n" );
1834 1834
 
1835
-	rtl8169_irq_mask_and_ack ( ioaddr );
1835
+	RTL_W16 ( IntrMask, 0x0000 );
1836 1836
 }
1837 1837
 
1838 1838
 /*** iPXE Core API Routines ***/

Loading…
Cancel
Save