diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-13 15:43:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-13 15:43:14 +0000 |
commit | eaff4e56b26ec68a6a4677543d40555f776db028 (patch) | |
tree | ea66e65f624cf937899c6aa2d1f03c2d15cb99c8 /perl-install/harddrake | |
parent | 2ecdde6b60c0214d641f41f251b9098068ec7430 (diff) | |
download | drakx-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.pm | 6 |
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, }, |