From ba08600e6168462fd13994ebcd18a7dc015dd9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 29 Dec 2003 15:48:23 +0000 Subject: Handle commercial viamraid module. --- kernel/list_modules.pm | 2 +- kernel/modules.pl | 2 +- 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), ], ); -- cgit v1.2.1