瀏覽代碼

isapnp_read_port can be set directly, rather than via a function call.

tags/v0.9.3
Michael Brown 20 年之前
父節點
當前提交
84f43ea9cf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/arch/i386/prefix/select_isapnp.c

+ 1
- 1
src/arch/i386/prefix/select_isapnp.c 查看文件

@@ -23,7 +23,7 @@ void i386_select_isapnp_device ( struct i386_all_regs *regs ) {
23 23
 	} u;
24 24
 
25 25
 	/* Set ISAPnP read port */
26
-	isapnp_set_read_port ( regs->dx );
26
+	isapnp_read_port = regs->dx;
27 27
 	
28 28
 	/* Select ISAPnP bus and specified CSN as first boot device */
29 29
 	memset ( &u, 0, sizeof ( u ) );

Loading…
取消
儲存