summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-12-13 15:43:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-12-13 15:43:14 +0000
commiteaff4e56b26ec68a6a4677543d40555f776db028 (patch)
treeea66e65f624cf937899c6aa2d1f03c2d15cb99c8 /perl-install/harddrake
parent2ecdde6b60c0214d641f41f251b9098068ec7430 (diff)
downloaddrakx-eaff4e56b26ec68a6a4677543d40555f776db028.tar
drakx-eaff4e56b26ec68a6a4677543d40555f776db028.tar.gz
drakx-eaff4e56b26ec68a6a4677543d40555f776db028.tar.bz2
drakx-eaff4e56b26ec68a6a4677543d40555f776db028.tar.xz
drakx-eaff4e56b26ec68a6a4677543d40555f776db028.zip
(pcmcia_controller_probe) move some harddrake code there
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index d45486270..a17b77535 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -317,11 +317,7 @@ our @tree =
string => N("PCMCIA controllers"),
icon => "scsi.png",
configurator => "",
- detector => sub {
- require list_modules;
- my @modules = list_modules::category2modules('bus/pcmcia');
- f(grep { member($_->{driver}, @modules) } @devices);
- },
+ detector => sub { f(detect_devices::pcmcia_controller_probe()) },
checked_on_boot => 1,
},