summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-17 16:53:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-17 16:53:32 +0000
commit067ea25e278d221724425e492452d4341ab2e669 (patch)
tree6abef88f0bf831cd6316cc5adbb550d337c7275a /mdk-stage1/probing.c
parent93796296016933af1c23f13fc2ae6d5f62299527 (diff)
downloaddrakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.gz
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.bz2
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.xz
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.zip
don't write nonsense code to separate frontend from stage1,
but rather, try to do some clever things
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index 721f29dcf..fa4df5aa8 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -63,7 +63,7 @@ static void warning_insmod_failed(enum insmod_return r)
{
if (r != INSMOD_OK
&& !(IS_AUTOMATIC && r == INSMOD_FAILED_FILE_NOT_FOUND))
- error_message("Warning, installation of driver failed. (please include msg from <Alt-F3> for bugreports)");
+ stg1_error_message("Warning, installation of driver failed. (please include msg from <Alt-F3> for bugreports)");
}
#ifndef DISABLE_NETWORK
@@ -173,7 +173,7 @@ static void probe_that_type(enum driver_type type)
#ifndef DISABLE_NETWORK
if (type == NETWORK_DEVICES) {
/* insmod is quick, let's use the info message */
- info_message("Detected network device:\n \n%s", pcidb[i].name);
+ stg1_info_message("Detected network device:\n \n%s", pcidb[i].name);
prepare_intf_descr(pcidb[i].name);
warning_insmod_failed(my_insmod(pcidb[i].module, NETWORK_DEVICES, NULL));
if (intf_descr_for_discover) /* for modules providing more than one net intf */