From 21850250aa29e48bfeb3b65efee65193ea0a8e8b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 20 Aug 2002 11:37:48 +0000 Subject: add firewire controller configuration --- perl-install/modules.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index bd08427b3..6167a99e8 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -343,9 +343,11 @@ sub when_load { add_probeall('scsi_hostadapter', $name); eval { load('sd_mod') }; } - add_alias('sound-slot-0', $name) if $category =~ /sound/; load('snd-pcm-oss') if $name =~ /^snd-/; + add_alias('sound-slot-0', $name) if $category =~ /sound/; + add_alias('ieee1394-controller', $name) if member($name, 'ohci1394'); add_probeall('usb-interface', $name) if $name =~ /usb-[uo]hci/ || $name eq 'ehci-hcd'; + $conf{$name}{options} = join " ", @options if @options; } -- cgit v1.2.1