summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorMichael Brown2005-04-16 16:42:48 +0200
committerMichael Brown2005-04-16 16:42:48 +0200
commit86d2127204382be6b60b4d415d4ce274dafa6670 (patch)
tree4cc47edc9f41a9560fc27d11863b406e6a8d11a6 /src/drivers
parentNow known to work with an old Adaptec 1505 that I found lying around. (diff)
downloadipxe-86d2127204382be6b60b4d415d4ce274dafa6670.tar.gz
ipxe-86d2127204382be6b60b4d415d4ce274dafa6670.tar.xz
ipxe-86d2127204382be6b60b4d415d4ce274dafa6670.zip
Remove debugging call to getchar()
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/bus/isapnp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/bus/isapnp.c b/src/drivers/bus/isapnp.c
index 593eaffb..cf5114fa 100644
--- a/src/drivers/bus/isapnp.c
+++ b/src/drivers/bus/isapnp.c
@@ -395,9 +395,6 @@ static int isapnp_try_isolate ( void ) {
/* Return number of cards found */
DBG ( "ISAPnP found %d cards at read port %hx\n",
isapnp_max_csn, isapnp_read_port );
-
- getchar();
-
return isapnp_max_csn;
}