Przeglądaj źródła

[r8169] Disabling IRQs should not also acknowledge the IRQs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 lat temu
rodzic
commit
88b9b776cf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/drivers/net/r8169.c

+ 1
- 1
src/drivers/net/r8169.c Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz