From fc46c6a686d864c0dde36d55304bd533daa665da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 21 Sep 2004 04:15:50 +0000 Subject: - remove big "tcic", "i82365", "i82082" on x86_64 (docs say "older laptops") - add 3w-9xxx support driver --- kernel/list_modules.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index f0486dd9f..1eed80ee9 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -67,7 +67,7 @@ our %l = ( if_(arch() =~ /ppc/, qw(mesh mac53c94)), if_(arch() =~ /^sparc/, qw(qlogicpti)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, - qw(3w-xxxx AM53C974 BusLogic NCR53c406a a100u2w advansys aha152x aha1542 aha1740), + qw(3w-xxxx 3w-9xxx AM53C974 BusLogic NCR53c406a a100u2w advansys aha152x aha1542 aha1740), qw(atp870u dc395x dc395x_trm dtc g_NCR5380 in2000 initio pas16 pci2220i psi240i fdomain), qw(qla1280 qla2x00 qlogicfas qlogicfc), qw(seagate wd7000 sim710 sym53c416 t128 tmscsim u14-34f ultrastor), @@ -102,7 +102,8 @@ our %l = ( usb => [ qw(usbcore usb-uhci usb-ohci ehci-hcd uhci-hcd ohci-hcd usbkbd keybdev input) ], firewire => [ qw(ohci1394 ieee1394) ], pcmcia => [ - if_(arch() !~ /^sparc/, qw(pcmcia_core tcic ds i82365 i82092 yenta_socket)), # cb_enabler + if_(arch() !~ /^x86_64|sparc/, qw(tcic i82365 i82092)), # doc says "older laptops" + if_(arch() !~ /^sparc/, qw(pcmcia_core ds yenta_socket)), # cb_enabler ], #serial_cs #ftl_cs 3c575_cb apa1480_cb epic_cb serial_cb tulip_cb iflash2+_mtd iflash2_mtd -- cgit v1.2.1