diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-25 16:52:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-25 16:52:56 +0000 |
commit | 21eb94b89b2d5942d51a210cd4d0feb3f27e646a (patch) | |
tree | a6e110bda598d041f9c5707081b195ca711811a4 | |
parent | 6f1a76902e222e984c63d2f01314ccf68c1a1c7d (diff) | |
download | drakx-backup-do-not-use-21eb94b89b2d5942d51a210cd4d0feb3f27e646a.tar drakx-backup-do-not-use-21eb94b89b2d5942d51a210cd4d0feb3f27e646a.tar.gz drakx-backup-do-not-use-21eb94b89b2d5942d51a210cd4d0feb3f27e646a.tar.bz2 drakx-backup-do-not-use-21eb94b89b2d5942d51a210cd4d0feb3f27e646a.tar.xz drakx-backup-do-not-use-21eb94b89b2d5942d51a210cd4d0feb3f27e646a.zip |
add megaraid_sas
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 30ae73bff..00c664a78 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -105,7 +105,7 @@ our %l = ( # 3w-xxxx drives ATA-RAID, 3w-9xxx and arcmsr drive SATA-RAID qw(a320raid), qw(3w-9xxx 3w-xxxx aacraid arcmsr cciss cpqfc cpqarray DAC960 dpt_i2o gdth i2o_block ipr it821x it8212), - qw(iteraid megaraid megaraid_mbox mptscsih qla2100 qla2200 qla2300 qla2322 qla4xxx qla6312 qla6322 pdc-ultra), + qw(iteraid megaraid megaraid_mbox megaraid_sas mptscsih qla2100 qla2200 qla2300 qla2322 qla4xxx qla6312 qla6322 pdc-ultra), qw(ips ppa imm), if_(c::kernel_version =~ /^\Q2.4/, qw(ataraid hptraid silraid pdcraid) |