diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-25 10:47:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-25 10:47:02 +0000 |
commit | f341299e5cdd50f6a2d22fbff11e08ba5c8960c0 (patch) | |
tree | 21489d51396a91f1851a0ae16b79d790de84910a /kernel | |
parent | 7a4946d314636f34857499716095ff2a7f43cef7 (diff) | |
download | drakx-f341299e5cdd50f6a2d22fbff11e08ba5c8960c0.tar drakx-f341299e5cdd50f6a2d22fbff11e08ba5c8960c0.tar.gz drakx-f341299e5cdd50f6a2d22fbff11e08ba5c8960c0.tar.bz2 drakx-f341299e5cdd50f6a2d22fbff11e08ba5c8960c0.tar.xz drakx-f341299e5cdd50f6a2d22fbff11e08ba5c8960c0.zip |
add 3c990 and bcm4400 (bug #2316)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | kernel/modules.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 60914b446..edb3384c2 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -26,7 +26,7 @@ our %l = ( qw(lance natsemi ne ne2k-pci ni5010 ni52 ni65 nvnet olympic pcnet32 plip rcpci), qw(sb1000 sis900 smc-ultra smc9194 starfire tlan tmspci tulip via-rhine), qw(wd winbond-840), - qw(fealnx 3c990fx), + qw(fealnx 3c990 3c990fx bcm4400), qw(skfp tc35815 lanstreamer farsync sdladrv orinoco_pci prism2_plx), qw(iph5526), #- fibre channel diff --git a/kernel/modules.pl b/kernel/modules.pl index 592699bf3..d0904eeaa 100644 --- a/kernel/modules.pl +++ b/kernel/modules.pl @@ -17,7 +17,7 @@ my %modules_only_for_all_img = ( 'network/main' => [ qw(olympic acenic), qw(aironet4500_card com20020-pci hamachi starfire winbond-840), - qw(fealnx 3c990fx prism2_plx dgrs), + qw(fealnx 3c990 3c990fx prism2_plx dgrs), # token ring qw(tmspci ibmtr abyss), |