summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-17 20:27:12 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-17 20:27:12 +0000
commitf6a721fbab6f015c086cb48e614e058f16f54223 (patch)
tree3eaa995f149f1f01fe4514163c7dacf9d3722bcb /mdk-stage1/modules.c
parent067ea25e278d221724425e492452d4341ab2e669 (diff)
downloaddrakx-backup-do-not-use-f6a721fbab6f015c086cb48e614e058f16f54223.tar
drakx-backup-do-not-use-f6a721fbab6f015c086cb48e614e058f16f54223.tar.gz
drakx-backup-do-not-use-f6a721fbab6f015c086cb48e614e058f16f54223.tar.bz2
drakx-backup-do-not-use-f6a721fbab6f015c086cb48e614e058f16f54223.tar.xz
drakx-backup-do-not-use-f6a721fbab6f015c086cb48e614e058f16f54223.zip
add log for modules aliasing of SCSI drivers
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 0a84f612b..5384cc283 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -274,6 +274,7 @@ enum insmod_return my_insmod(const char * mod_name, enum driver_type type, char
sprintf(alias, "alias scsi_hostadapter %s", mod_name);
number_scsi++;
add_modules_conf(alias);
+ log_message("SCSI: %s", alias);
}
#endif
#ifndef DISABLE_NETWORK