Просмотр исходного кода

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

tags/v0.9.3
Michael Brown 20 лет назад
Родитель
Сommit
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 ) );

Загрузка…
Отмена
Сохранить