diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-06 14:02:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-06 14:02:18 +0000 |
commit | 14dc7a96e8f5d6097ecd673d9de2f0c7842eb7bf (patch) | |
tree | f923a254c24300ee40d72cf746e2bca3b59ef9df /perl-install/modules.pm | |
parent | 17711993eed846f6a475603096a96688a94b416d (diff) | |
download | drakx-14dc7a96e8f5d6097ecd673d9de2f0c7842eb7bf.tar drakx-14dc7a96e8f5d6097ecd673d9de2f0c7842eb7bf.tar.gz drakx-14dc7a96e8f5d6097ecd673d9de2f0c7842eb7bf.tar.bz2 drakx-14dc7a96e8f5d6097ecd673d9de2f0c7842eb7bf.tar.xz drakx-14dc7a96e8f5d6097ecd673d9de2f0c7842eb7bf.zip |
add cciss
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 2ee0eb632..a436ece91 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -158,6 +158,7 @@ arch() =~ /^sparc/ ? ( #******(missing-2.4) "dpt_i2o" => "Distributed Tech SmartCache/Raid I-V Controller", "megaraid" => "AMI MegaRAID", #******(missing-2.4) "aacraid" => "AACxxx Raid Controller", + "cciss" => "Compaq Smart Array 5300 Controller", "cpqarray" => "Compaq Smart-2/P RAID Controller", "gdth" => "ICP Disk Array Controller", "ips" => "IBM ServeRAID controller", |