From 6a96826781470cafc5cdfbf9133ce3145c1a7784 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 17 Jun 2003 08:15:12 +0000 Subject: fixing missing tg3 for x86, bcm5820 for all --- kernel/list_modules.pm | 2 +- kernel/modules.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 21fbb5bef..20dcb42cc 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -25,7 +25,7 @@ our %l = ( qw(ewrk3 hamachi hp hp-plus hp100 ibmtr), qw(lance natsemi ne ne2k-pci ni5010 ni52 ni65 nvnet olympic pcnet32 plip rcpci), #old_tulip qw(sb1000 sis900 sk98lin smc-ultra smc9194 starfire tlan tmspci tulip via-rhine), #sktr - qw(tg3 bcm5700), + qw(tg3 bcm5700 bcm5820), qw(wd winbond-840 yellowfin ns83820), qw(iph5526), #- fibre channel diff --git a/kernel/modules.pl b/kernel/modules.pl index a5b210ffe..fcd83c471 100644 --- a/kernel/modules.pl +++ b/kernel/modules.pl @@ -28,7 +28,7 @@ my @skip_modules_on_stage1 = ( qw(sktr tmspci ibmtr abyss), # alt token ring qw(old_tulip rtl8139), if_(arch() =~ /alpha|ppc/, qw(sb1000)), - if_(arch() !~ /x86_64|ia64/, qw(tg3 bcm5700)), #- important gigabit cards + if_(arch() !~ /x86_64|ia64|^i.86/, qw(tg3 bcm5700 bcm5820)), #- important gigabit cards qw( r8169 apa1480_cb -- cgit v1.2.1