diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-15 17:16:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-15 17:16:00 +0000 |
commit | 568483493b3c580e60a39b3e672eeb6974f483c8 (patch) | |
tree | 185f6b331be61de363186ca70b90f9c073cebfff /kernel/list_modules.pm | |
parent | ee9bc5ffb7cf8c4b42a0ebe4137f484e1455b353 (diff) | |
download | drakx-568483493b3c580e60a39b3e672eeb6974f483c8.tar drakx-568483493b3c580e60a39b3e672eeb6974f483c8.tar.gz drakx-568483493b3c580e60a39b3e672eeb6974f483c8.tar.bz2 drakx-568483493b3c580e60a39b3e672eeb6974f483c8.tar.xz drakx-568483493b3c580e60a39b3e672eeb6974f483c8.zip |
fix typo
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 12c30a0e9..f391de039 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -91,7 +91,7 @@ our %l = ( if_(arch() =~ /^sparc/, qw(pluto)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, qw(D3w-9xxx 3w-xxxxAC960 dpt_i2o megaraid aacraid cciss cpqarray gdth i2o_block), - qw(cpqfc ipr it8212 iteraid mptscsihqla2100 qla2200 qla2300 qla2322 qla6312 qla6322 pdc-ultra), + qw(cpqfc ipr it8212 iteraid mptscsih qla2100 qla2200 qla2300 qla2322 qla6312 qla6322 pdc-ultra), qw(ips ppa imm), if_(c::kernel_version =~ /^\Q2.4/, qw(ataraid hptraid silraid pdcraid) |