瀏覽代碼

[r8169] Disabling IRQs should not also acknowledge the IRQs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 年之前
父節點
當前提交
88b9b776cf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/drivers/net/r8169.c

+ 1
- 1
src/drivers/net/r8169.c 查看文件

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…
取消
儲存