summaryrefslogtreecommitdiffstats
path: root/kernel/modules.pl
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/modules.pl')
-rw-r--r--kernel/modules.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/modules.pl b/kernel/modules.pl
index a4b054670..97231731d 100644
--- a/kernel/modules.pl
+++ b/kernel/modules.pl
@@ -54,7 +54,7 @@ my %modules_only_for_all_img = (
'disk/hardware_raid' => [
if_(arch() =~ /x86_64/, qw(ataraid)), #- old
- qw(i2o_block qla2200 qla2300 cpqfc DAC960 gdth),
+ qw(i2o_block qla2200 qla2300 cpqfc DAC960 gdth pdc-ultra),
],
);