diff options
| author | Michael Brown | 2007-07-03 19:17:14 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-03 19:17:14 +0200 |
| commit | 0924cf678e67020de2e928dbbe773e45be1c8551 (patch) | |
| tree | b87e818d32b7a35c73dcf4c9c30b43db09ef03bf /src/drivers/bus | |
| parent | Report our interface type as "gPXE" to avoid working around Etherboot (diff) | |
| download | ipxe-0924cf678e67020de2e928dbbe773e45be1c8551.tar.gz ipxe-0924cf678e67020de2e928dbbe773e45be1c8551.tar.xz ipxe-0924cf678e67020de2e928dbbe773e45be1c8551.zip | |
Implemented (untested) PXENV_START_UNDI.
Diffstat (limited to 'src/drivers/bus')
| -rw-r--r-- | src/drivers/bus/isapnp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c index 79268d44..b34108c7 100644 --- a/src/drivers/bus/isapnp.c +++ b/src/drivers/bus/isapnp.c @@ -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 |
