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/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/disk.c') diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index 2dcaad2b8..f22313318 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -318,7 +318,7 @@ static int get_disks(char *** names, char *** models) char ** ptr; int count = 0; - my_insmod("sd_mod", ANY_DRIVER_TYPE, NULL); + my_insmod("sd_mod", ANY_DRIVER_TYPE, NULL, 0); get_medias(DISK, names, models, BUS_ANY); -- cgit v1.2.1