summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 5667256a9..47c52efbb 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -459,8 +459,8 @@ enum return_type ask_insmod(enum driver_type type)
if (modules && *modules) {
char * mytype;
char msg[200];
- if (type == SCSI_ADAPTERS)
- mytype = "SCSI";
+ if (type == MEDIA_ADAPTERS)
+ mytype = "MEDIA";
else if (type == NETWORK_DEVICES)
mytype = "NET";
else