summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/list_modules.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index bb908959b..60914b446 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -73,8 +73,8 @@ our %l = (
hardware_raid => [
if_(arch() =~ /^sparc/, qw(pluto)),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
- qw(DAC960 dpt_i2o megaraid aacraid ataraid cciss cpqarray gdth i2o_block),
- qw(cpqfc qla2200 qla2300 hptraid),
+ qw(DAC960 dpt_i2o megaraid aacraid cciss cpqarray gdth i2o_block),
+ qw(cpqfc qla2200 qla2300 ataraid hptraid silraid pdcraid),
qw(ips ppa imm),
),
],