mirror of
https://github.com/ipxe/ipxe
synced 2026-01-31 03:30:54 +03:00
isapnp_read_port can be set directly, rather than via a function call.
This commit is contained in:
@@ -23,7 +23,7 @@ void i386_select_isapnp_device ( struct i386_all_regs *regs ) {
|
|||||||
} u;
|
} u;
|
||||||
|
|
||||||
/* Set ISAPnP read port */
|
/* Set ISAPnP read port */
|
||||||
isapnp_set_read_port ( regs->dx );
|
isapnp_read_port = regs->dx;
|
||||||
|
|
||||||
/* Select ISAPnP bus and specified CSN as first boot device */
|
/* Select ISAPnP bus and specified CSN as first boot device */
|
||||||
memset ( &u, 0, sizeof ( u ) );
|
memset ( &u, 0, sizeof ( u ) );
|
||||||
|
|||||||
Reference in New Issue
Block a user