summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/tools.c')
-rw-r--r--mdk-stage1/tools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c
index e2e523e53..4a3f0c067 100644
--- a/mdk-stage1/tools.c
+++ b/mdk-stage1/tools.c
@@ -271,6 +271,7 @@ int get_disks(char *** names, char *** models)
char ** ptr;
int count = 0;
+ my_insmod("ide-disk", ANY_DRIVER_TYPE, NULL, 0);
my_insmod("sd_mod", ANY_DRIVER_TYPE, NULL, 0);
get_medias(DISK, names, models, BUS_ANY);