From e96126ca54a0fbd53ca88456cdf08128b304cff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 30 Oct 2003 08:59:00 +0000 Subject: Readd PCMCIA stuff to AMD64. Add other modules to hd.img et al. since we now have smaller kernel modules. Also keep sata_promise & sata_via since those actually handle SATA drive and not the RAID part. --- kernel/modules.pl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/kernel/modules.pl b/kernel/modules.pl index e88e084c2..c7154e4a5 100644 --- a/kernel/modules.pl +++ b/kernel/modules.pl @@ -25,24 +25,16 @@ my %modules_only_for_all_img = ( qw(3c501 3c503 3c505 3c507 3c515), # unused, hopefully? qw(eepro 82596 de620 depca ewrk3 cs89x0), - 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 qlogicisp)), #- old or rare qw(AM53C974), # deprecated by tmscsim qw(u14-34f), #- duplicate from ultrastor.o #- still used, keeping them: qw(aha1542 sym53c416), @@ -53,8 +45,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 sata_promise sata_via), + qw(i2o_block qla2200 qla2300 cpqfc DAC960 gdth pdc-ultra), ], ); -- cgit v1.2.1