diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2005-03-17 15:43:19 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2005-03-17 15:43:19 +0000 |
commit | 68d679b4bf34c023b0b977266826703b89492276 (patch) | |
tree | 1c3c748e08eb0ec96ff6e63f2754b3109800b6a3 /kernel | |
parent | d1e176fb4703c5184be8341c14b140f58b7b7bb4 (diff) | |
download | drakx-68d679b4bf34c023b0b977266826703b89492276.tar drakx-68d679b4bf34c023b0b977266826703b89492276.tar.gz drakx-68d679b4bf34c023b0b977266826703b89492276.tar.bz2 drakx-68d679b4bf34c023b0b977266826703b89492276.tar.xz drakx-68d679b4bf34c023b0b977266826703b89492276.zip |
add a320raid if people have an adaptec ultra320 card with hostraid
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index cadca7a7f..1130c91ac 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -103,6 +103,7 @@ 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), 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(ips ppa imm), |