diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-20 16:31:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-20 16:31:30 +0000 |
commit | 8512e1232b7edf0b686707a68c36b0707b3a8417 (patch) | |
tree | 1706649ff0af279669bec0a11da6bea9dbcf29ec /perl-install/install_steps_interactive.pm | |
parent | 96203f5a2f5ff5fd67b8ef7c13c0b0f6669c5f35 (diff) | |
download | drakx-8512e1232b7edf0b686707a68c36b0707b3a8417.tar drakx-8512e1232b7edf0b686707a68c36b0707b3a8417.tar.gz drakx-8512e1232b7edf0b686707a68c36b0707b3a8417.tar.bz2 drakx-8512e1232b7edf0b686707a68c36b0707b3a8417.tar.xz drakx-8512e1232b7edf0b686707a68c36b0707b3a8417.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index a988c78fa..315bf1e2f 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1129,13 +1129,6 @@ sub setup_thiskind { my @l; my $allow_probe = !$::expert || $o->ask_yesorno('', _("Try to find PCI devices?"), 1); - if ($allow_probe && $type =~ /scsi/i) { - #- hey, we're allowed to pci probe :) let's do a lot of probing! - require pci_probing::main; - if (my ($c) = pci_probing::main::probe('AUDIO')) { - modules::add_alias("sound", $c->[1]) if pci_probing::main::check($c->[1]); - } - } if ($allow_probe) { eval { @l = $o->load_thiskind($type) }; if ($@) { |