From fe1822dc5f8d78dc5696c274cf114473efd5584e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 6 Sep 2004 02:44:15 +0000 Subject: add module for storage controllers that are not compiled built-in in kernel --- perl-install/standalone/service_harddrake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 8cf58da6e..1b241b8cb 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -119,7 +119,7 @@ foreach my $hw_class (@harddrake::data::tree) { require network::ethernet; network::ethernet::configure_eth_aliases($modules_conf); $modules_conf->write; - } elsif ($Ident eq "AGP") { + } elsif (member($Ident qw(AGP ATA_STORAGE SATA_STORAGE SCSI_CONTROLLER TV)) { # add agpgart modules to modprobe.preload if needed: $modules_conf->write; } elsif ($Ident eq "USB_CONTROLLER") { @@ -129,8 +129,6 @@ foreach my $hw_class (@harddrake::data::tree) { require harddrake::autoconf; harddrake::autoconf::xconf($modules_conf, {}); next; - } elsif ($Ident eq "TV") { - $modules_conf->write; } next if $is_globetrotter && !$hw_class->{automatic}; -- cgit v1.2.1