From 147317297c20ab596f239c8f3947ed3e2290282e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 22 Jan 2004 17:09:00 +0000 Subject: until we haven't loaded the usb interface and the keyboard usb driver, we can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are --- mdk-stage1/pcmcia_/cardmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/pcmcia_/cardmgr.c') diff --git a/mdk-stage1/pcmcia_/cardmgr.c b/mdk-stage1/pcmcia_/cardmgr.c index ea3ff127e..c989f17f3 100644 --- a/mdk-stage1/pcmcia_/cardmgr.c +++ b/mdk-stage1/pcmcia_/cardmgr.c @@ -786,7 +786,7 @@ static int load_config(void) static void install_module(char *mod, char *opts) { - my_insmod(mod, ANY_DRIVER_TYPE, opts); + my_insmod(mod, ANY_DRIVER_TYPE, opts, 1); //mdk-stage1// module_list_t *ml; //mdk-stage1// //mdk-stage1// for (ml = module_list; ml != NULL; ml = ml->next) -- cgit v1.2.1