diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/modules.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/modules.pl b/kernel/modules.pl index 97231731d..7c29b3618 100644 --- a/kernel/modules.pl +++ b/kernel/modules.pl @@ -42,7 +42,7 @@ my %modules_only_for_all_img = ( # ISA cards: qw(NCR53c406a aha152x psi240i qlogicfas qlogicfc wd7000 sim710 t128 ultrastor), '53c7,8xx', qw(qla2x00 in2000 pas16 a100u2w seagate g_NCR5380), - if_(arch() =~ /x86_64/, qw(53c7,8xx nsp32 initio advansys atp870u)), #- old + if_(arch() =~ /x86_64/, qw(53c7,8xx nsp32 initio advansys atp870u qlogicisp)), #- old or rare qw(AM53C974), # deprecated by tmscsim qw(u14-34f), #- duplicate from ultrastor.o #- still used, keeping them: qw(aha1542 sym53c416), |