summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-08-20 15:31:03 +0000
committerdamien <damien@mandriva.com>2000-08-20 15:31:03 +0000
commit12eb8608ad517afff8c323e276f2f4f4e5405896 (patch)
tree39a0c37f4274473972c23cbfcf9b8c5ce273dc34 /perl-install/modules.pm
parent76fb51c2121186d897473a11f83d46c7ffa564dc (diff)
downloaddrakx-backup-do-not-use-12eb8608ad517afff8c323e276f2f4f4e5405896.tar
drakx-backup-do-not-use-12eb8608ad517afff8c323e276f2f4f4e5405896.tar.gz
drakx-backup-do-not-use-12eb8608ad517afff8c323e276f2f4f4e5405896.tar.bz2
drakx-backup-do-not-use-12eb8608ad517afff8c323e276f2f4f4e5405896.tar.xz
drakx-backup-do-not-use-12eb8608ad517afff8c323e276f2f4f4e5405896.zip
updated isdn configuration
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 6bc3ac812..77091048d 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -96,7 +96,8 @@ arch() =~ /^sparc/ ? (
"sunrpc" => "sunrpc",
}],
[ 'isdn', {
- "hisax" => "hisax",
+ "hisax" => "hisax",
+ "b1pci" => "b1pci",
}],
[ 'scsi', {
arch() =~ /^sparc/ ? (
@@ -538,9 +539,9 @@ sub load_thiskind {
sub get_that_type {
my ($type, $pcic) = @_;
-
- grep {
- my $l = $drivers{$_->{driver}};
+
+ grep {
+ my $l = $drivers{$_->{driver}};
$l && $l->{type} eq $type && detect_devices::check($_);
} detect_devices::probeall('', $pcic);
}