diff options
author | Thierry Vignaud <tv@mandriva.org> | 2010-02-04 14:59:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2010-02-04 14:59:13 +0000 |
commit | 8a79d764470400e6184614e208c64a55987f9a9b (patch) | |
tree | ea524cfad93964ed93b38241506e55030ec8bb1d | |
parent | 6c5c85c7716d5014b79c1f7e67f42f79fbe8dbd6 (diff) | |
download | drakx-8a79d764470400e6184614e208c64a55987f9a9b.tar drakx-8a79d764470400e6184614e208c64a55987f9a9b.tar.gz drakx-8a79d764470400e6184614e208c64a55987f9a9b.tar.bz2 drakx-8a79d764470400e6184614e208c64a55987f9a9b.tar.xz drakx-8a79d764470400e6184614e208c64a55987f9a9b.zip |
wrap & sort RAID drivers
-rw-r--r-- | kernel/list_modules.pm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index eb6f5a794..409eb539e 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -137,10 +137,11 @@ our %l = ( if_(arch() =~ /^sparc/, qw(pluto)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, # 3w-xxxx drives ATA-RAID, 3w-9xxx and arcmsr drive SATA-RAID - qw(a320raid megaide), - qw(3w-9xxx 3w-xxxx aacraid arcmsr cciss cpqfc cpqarray DAC960 dpt_i2o gdth hptiop i2o_block ipr it821x it8212), - qw(iteraid megaraid megaraid_mbox megaraid_sas mptfc mptsas mptspi mptscsih qla2100 qla2200 qla2300 qla2322 qla4xxx qla6312 qla6322 pdc-ultra), - qw(ips ppa imm), + qw(3w-9xxx 3w-xxxx a320raid aacraid arcmsr cciss cpqarray), + qw(cpqfc DAC960 dpt_i2o gdth hptiop i2o_block imm ipr ips), + qw(it8212 it821x iteraid megaide megaraid megaraid_mbox), + qw(megaraid_sas mptfc mptsas mptscsih mptspi pdc-ultra ppa), + qw(qla2100 qla2200 qla2300 qla2322 qla4xxx qla6312 qla6322), ), ], virtual => [ qw(xenblk virtio_blk) ], |