From 230532016cb006a54ea3a18ed352412fb2487256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Fri, 21 Feb 2003 23:41:55 +0000 Subject: - I need LSI Fusion SCSI drivers for x86-64 (Newisys systems, sym53c1030) - Add vfat & fat modules on x86-64 too. --- kernel/list_modules.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 2db05a716..e3a3138cf 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -63,6 +63,7 @@ our %l = ( ), '53c7,8xx', qw(aic7xxx pci2000 qlogicisp sym53c8xx), # ncr53c8xx + if_(arch() =~ /x86_64/, qw(mptbase mptscsih)) ], hardware_raid => [ if_(arch() =~ /^sparc/, qw(pluto)), @@ -99,7 +100,7 @@ our %l = ( cdrom => [ qw(isofs) ], loopback => [ qw(isofs loop) ], local => [ - if_(arch() =~ /^i.86/, qw(vfat fat)), + if_(arch() =~ /^i.86|x86_64/, qw(vfat fat)), if_(arch() =~ /^ppc/, qw(hfs)), qw(reiserfs), ], -- cgit v1.2.1