diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2002-10-09 13:08:24 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2002-10-09 13:08:24 +0000 |
commit | 84202581905920fda29b9076669966e99192ab5a (patch) | |
tree | db22b922a5cfa4130745ae5df05e0efd97d31229 /kernel | |
parent | 371518646455a3f7c8b08d2b8c7ade3db8016d8c (diff) | |
download | drakx-backup-do-not-use-84202581905920fda29b9076669966e99192ab5a.tar drakx-backup-do-not-use-84202581905920fda29b9076669966e99192ab5a.tar.gz drakx-backup-do-not-use-84202581905920fda29b9076669966e99192ab5a.tar.bz2 drakx-backup-do-not-use-84202581905920fda29b9076669966e99192ab5a.tar.xz drakx-backup-do-not-use-84202581905920fda29b9076669966e99192ab5a.zip |
Merge in alpha & sparc tests. Residual from x86-64 experiment.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index b1ce99e3f..2db05a716 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -16,7 +16,7 @@ our %l = ( main => [ if_(arch() =~ /ppc/, qw(mace bmac gmac)), if_(arch() =~ /^sparc/, qw(myri_sbus sunbmac sunhme sunqe)), - if_(arch() !~ /alpha/ && arch() !~ /sparc/, + if_(arch() !~ /alpha|sparc/, qw(3c501 3c503 3c505 3c507 3c509 3c515), # 3c90x qw(82596 abyss ac3200 acenic aironet4500_card at1700 atp com20020-pci), qw(cs89x0 de600 de620 r8169), |