diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-16 11:23:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-16 11:23:03 +0000 |
commit | 47d4b4b5d636538b4cdc32cbf2fd368a7b9c4f9b (patch) | |
tree | b576b6ed4d1a920e63289097500590318f992069 /kernel/list_modules.pm | |
parent | f978b85e80e3238b363a573d6d9d6e0b30d4b4d1 (diff) | |
download | drakx-47d4b4b5d636538b4cdc32cbf2fd368a7b9c4f9b.tar drakx-47d4b4b5d636538b4cdc32cbf2fd368a7b9c4f9b.tar.gz drakx-47d4b4b5d636538b4cdc32cbf2fd368a7b9c4f9b.tar.bz2 drakx-47d4b4b5d636538b4cdc32cbf2fd368a7b9c4f9b.tar.xz drakx-47d4b4b5d636538b4cdc32cbf2fd368a7b9c4f9b.zip |
add it8212 raid driver
Diffstat (limited to 'kernel/list_modules.pm')
-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 f1a17bd8c..d3eeaca3d 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -89,7 +89,7 @@ our %l = ( if_(arch() =~ /^sparc/, qw(pluto)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, qw(DAC960 dpt_i2o megaraid aacraid cciss cpqarray gdth i2o_block), - qw(cpqfc ipr iteraid qla2100 qla2200 qla2300 qla2322 qla6312 qla6322 pdc-ultra ), + qw(cpqfc ipr it8212 iteraid qla2100 qla2200 qla2300 qla2322 qla6312 qla6322 pdc-ultra), qw(ips ppa imm), if_(c::kernel_version =~ /^\Q2.4/, qw(ataraid hptraid silraid pdcraid) |