mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Implemented (untested) PXENV_START_UNDI.
This commit is contained in:
@@ -529,7 +529,7 @@ static int isapnp_try_isolate ( void ) {
|
||||
*
|
||||
*/
|
||||
static void isapnp_isolate ( void ) {
|
||||
for ( isapnp_read_port = ISAPNP_READ_PORT_MIN ;
|
||||
for ( isapnp_read_port = ISAPNP_READ_PORT_START ;
|
||||
isapnp_read_port <= ISAPNP_READ_PORT_MAX ;
|
||||
isapnp_read_port += ISAPNP_READ_PORT_STEP ) {
|
||||
/* Avoid problematic locations such as the NE2000
|
||||
|
||||
Reference in New Issue
Block a user