summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-03-03 15:01:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-03-03 15:01:17 +0000
commitbc403cc629ad1b2d73dccd584bc6cc5ae4721143 (patch)
treeeaec22cdb2ad7e94e8aca4ef2a5f7891fd8bf284 /perl-install/detect_devices.pm
parent30eee52f77ea39cc70eaf1deea415a12e7104d01 (diff)
downloaddrakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.tar
drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.tar.gz
drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.tar.bz2
drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.tar.xz
drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.zip
remove unused silo&sbus&prom stuff (was for sparc, but untouched for more than 5 years and must be broken
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index b409ba504..1cbe8bd76 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -817,8 +817,7 @@ sub dmi_probe() {
sub probeall() {
return if $::noauto;
- require sbus_probing::main;
- pci_probe(), usb_probe(), firewire_probe(), pcmcia_probe(), sbus_probing::main::probe(), dmi_probe();
+ pci_probe(), usb_probe(), firewire_probe(), pcmcia_probe(), dmi_probe();
}
sub matching_desc__regexp {
my ($regexp) = @_;