summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-15 17:57:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-15 17:57:05 +0000
commitf7538fea10162f7fd77e1d75fdc16dff08a39466 (patch)
tree8c620837ad266abc43e9b51e5d4d94a885780b81 /kernel
parentd43ed51f15f013dcd1407829c7abefdd67c6d1bd (diff)
downloaddrakx-f7538fea10162f7fd77e1d75fdc16dff08a39466.tar
drakx-f7538fea10162f7fd77e1d75fdc16dff08a39466.tar.gz
drakx-f7538fea10162f7fd77e1d75fdc16dff08a39466.tar.bz2
drakx-f7538fea10162f7fd77e1d75fdc16dff08a39466.tar.xz
drakx-f7538fea10162f7fd77e1d75fdc16dff08a39466.zip
adapt to list_modules.pm changes
Diffstat (limited to 'kernel')
-rw-r--r--kernel/modules.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/modules.pl b/kernel/modules.pl
index ddf53cd72..885084546 100644
--- a/kernel/modules.pl
+++ b/kernel/modules.pl
@@ -41,7 +41,7 @@ my %modules_only_for_all_img = (
#- still used, keeping them: qw(aha1542 sym53c416),
qw(lpfcdd), #- HUGE!!
- qw(dc395x_trm mptscsih BusLogic fdomain),
+ qw(dc395x_trm BusLogic fdomain),
qw(pci2220i eata eata_pio eata_dma),
'aic7xxx_old', 'qlogicisp',
'dtc',
@@ -49,7 +49,7 @@ my %modules_only_for_all_img = (
'disk/hardware_raid' => [
if_(arch() =~ /x86_64/, qw(ataraid)), #- old
- qw(i2o_block qla2200 qla2300 cpqfc DAC960 gdth pdc-ultra),
+ qw(i2o_block qla2200 qla2300 cpqfc DAC960 gdth pdc-ultra mptscsih),
],
);