Explorar el Código

[r8169] Disabling IRQs should not also acknowledge the IRQs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown hace 15 años
padre
commit
88b9b776cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/drivers/net/r8169.c

+ 1
- 1
src/drivers/net/r8169.c Ver fichero

1832
 
1832
 
1833
 	DBGP ( "rtl8169_irq_disable\n" );
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
 /*** iPXE Core API Routines ***/
1838
 /*** iPXE Core API Routines ***/

Loading…
Cancelar
Guardar