From 386fedbae181da5252f397e5ac9f9fc59367246d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 21 Sep 2004 04:28:10 +0000 Subject: pcmcia modules work on x86_64 too, add more modules now that they can be stripped, add "iteraid" to hardware_raid list(?) --- kernel/modules.pl | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'kernel') diff --git a/kernel/modules.pl b/kernel/modules.pl index edca4f713..b9ac81f50 100644 --- a/kernel/modules.pl +++ b/kernel/modules.pl @@ -21,24 +21,17 @@ my %modules_only_for_all_img = ( # token ring qw(tmspci ibmtr abyss), - if_(arch() =~ /x86_64/, qw(orinoco_plx)), # don't support laptop for now - if_(arch() =~ /x86_64/, qw(hp100 epic100)), # old (nico) if_(arch() =~ /alpha|ppc/, qw(sb1000)), qw(iph5526), qw(ac3200 at1700 atp ni5010 ni52 ni65), #- unused from Jeff ], - 'bus/pcmcia' => [ - if_(arch() =~ /x86_64/, qw(pcmcia_core ds tcic yenta_socket)), # don't support laptop for now - if_(arch() =~ /x86_64/, qw(i82092 i82365)), # doco says "older laptops" - ], - 'disk/scsi' => [ # 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(advansys atp870u)), #- old qw(AM53C974), # deprecated by tmscsim qw(u14-34f), #- duplicate from ultrastor.o #- still used, keeping them: qw(aha1542 sym53c416), @@ -51,8 +44,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 iteraid), ], ); -- cgit v1.2.1