From 12eb8608ad517afff8c323e276f2f4f4e5405896 Mon Sep 17 00:00:00 2001 From: damien Date: Sun, 20 Aug 2000 15:31:03 +0000 Subject: updated isdn configuration --- perl-install/modules.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'perl-install/modules.pm') 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); } -- cgit v1.2.1