summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index f13c86ec2..9c099d434 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -586,6 +586,10 @@ sub read_stage1_conf {
sub load_thiskind {
my ($type, $f) = @_;
+ #- get_that_type returns the PCMCIA cards. It doesn't know they are already
+ #- loaded, so:
+ read_already_loaded();
+
grep {
$f->($_->{description}, $_->{driver}) if $f;
eval { load($_->{driver}, $type) };