From 8512e1232b7edf0b686707a68c36b0707b3a8417 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Apr 2000 16:31:30 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') 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 ($@) { -- cgit v1.2.1