diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-02-21 23:41:55 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-02-21 23:41:55 +0000 |
commit | 230532016cb006a54ea3a18ed352412fb2487256 (patch) | |
tree | 8fbac7abd1ee64d02f28f7f05152b9a11f24a9ea | |
parent | f85802ab6794d5c8155b6cb8936b364445a3456a (diff) | |
download | drakx-230532016cb006a54ea3a18ed352412fb2487256.tar drakx-230532016cb006a54ea3a18ed352412fb2487256.tar.gz drakx-230532016cb006a54ea3a18ed352412fb2487256.tar.bz2 drakx-230532016cb006a54ea3a18ed352412fb2487256.tar.xz drakx-230532016cb006a54ea3a18ed352412fb2487256.zip |
- I need LSI Fusion SCSI drivers for x86-64 (Newisys systems, sym53c1030)
- Add vfat & fat modules on x86-64 too.
-rw-r--r-- | kernel/list_modules.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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), ], |