summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-12-29 15:48:23 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-12-29 15:48:23 +0000
commitba08600e6168462fd13994ebcd18a7dc015dd9e7 (patch)
treecb3bfe0d4cc0e1895bd565be8f32488eb73c508c
parentb4a24ec454b5ac63be0553cf53b079592a00c859 (diff)
downloaddrakx-ba08600e6168462fd13994ebcd18a7dc015dd9e7.tar
drakx-ba08600e6168462fd13994ebcd18a7dc015dd9e7.tar.gz
drakx-ba08600e6168462fd13994ebcd18a7dc015dd9e7.tar.bz2
drakx-ba08600e6168462fd13994ebcd18a7dc015dd9e7.tar.xz
drakx-ba08600e6168462fd13994ebcd18a7dc015dd9e7.zip
Handle commercial viamraid module.
-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),
],
);