diff options
-rw-r--r-- | kernel/modules.pl | 4 |
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), ], ); |