summaryrefslogtreecommitdiffstats
path: root/loader/devices.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-27 18:40:05 +0000
committerMatt Wilson <msw@redhat.com>2000-02-27 18:40:05 +0000
commitcd791b5c017991d715acdb8d02a22f9e558e6c25 (patch)
treec8b53769ea848861b0528c9c807d165479037b50 /loader/devices.c
parentef7600626895e4a5dbdbd59035c7af680aeeb12a (diff)
downloadanaconda-cd791b5c017991d715acdb8d02a22f9e558e6c25.tar.gz
anaconda-cd791b5c017991d715acdb8d02a22f9e558e6c25.tar.xz
anaconda-cd791b5c017991d715acdb8d02a22f9e558e6c25.zip
added firstDevNum/lastDevNum for eth
Diffstat (limited to 'loader/devices.c')
-rw-r--r--loader/devices.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/loader/devices.c b/loader/devices.c
index cc3e76f22..66ab076e7 100644
--- a/loader/devices.c
+++ b/loader/devices.c
@@ -15,6 +15,7 @@
#include "misc.h"
#include "modules.h"
#include "windows.h"
+#include "../kudzu/kudzu.h"
static int getModuleArgs(struct moduleInfo * mod, char *** argPtr) {
struct newtWinEntry * entries;
@@ -173,7 +174,8 @@ int devLoadDriverDisk(moduleInfoSet modInfo, moduleList modLoaded,
if (rc == 2) return LOADER_BACK;
- mlLoadModule("vfat", NULL, modLoaded, (*modDepsPtr), NULL, flags);
+ mlLoadModule("vfat", NULL, modLoaded, (*modDepsPtr), NULL,
+ modInfo, flags);
devMakeInode("fd0", "/tmp/fd0");
@@ -333,7 +335,7 @@ int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo,
sleep(1);
}
rc = mlLoadModule(mod->moduleName, mod->path, modLoaded, modDeps, args,
- FL_TESTING(flags));
+ modInfo, flags);
if (mod->major == DRIVER_SCSI) newtPopWindow();
if (args) {