summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--kernel/modules.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 02efadbec..2d93304fa 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -74,7 +74,7 @@ our %l = (
if_(arch() =~ /^sparc/, qw(pluto)),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
qw(DAC960 dpt_i2o megaraid aacraid cciss cpqarray gdth i2o_block),
- qw(cpqfc qla2200 qla2300 ataraid hptraid silraid pdcraid pdc-ultra sata_promise sata_via),
+ qw(cpqfc qla2200 qla2300 ataraid hptraid silraid pdcraid pdc-ultra sata_promise sata_via viamraid),
qw(ips ppa imm),
),
],
diff --git a/kernel/modules.pl b/kernel/modules.pl
index c7154e4a5..1cb3956fe 100644
--- a/kernel/modules.pl
+++ b/kernel/modules.pl
@@ -45,7 +45,7 @@ my %modules_only_for_all_img = (
],
'disk/hardware_raid' => [
- qw(i2o_block qla2200 qla2300 cpqfc DAC960 gdth pdc-ultra),
+ qw(i2o_block qla2200 qla2300 cpqfc DAC960 gdth pdc-ultra viamraid),
],
);