summaryrefslogtreecommitdiffstats
path: root/loader/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/devices.c')
-rw-r--r--loader/devices.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/loader/devices.c b/loader/devices.c
index 8c9fadd0d..d0eabf90d 100644
--- a/loader/devices.c
+++ b/loader/devices.c
@@ -418,13 +418,8 @@ int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo,
}
}
- if (mod->major == DRIVER_SCSI) {
- scsiWindow(mod->moduleName);
- sleep(1);
- }
rc = mlLoadModule(mod->moduleName, modLoaded,
*modDepsPtr, args, modInfo, flags);
- if (mod->major == DRIVER_SCSI) newtPopWindow();
if (args) {
for (arg = args; *arg; arg++)