diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-06 14:39:18 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-06 14:39:18 +0000 |
commit | d167ed58e93bec47119e1fb541442ba7a18df325 (patch) | |
tree | 67cf1ac12168acc4bcb3f5aeda19584dc4b7f906 /perl-install/modules.pm | |
parent | 5979421b49b7bcf3e454fe5ce163b11af4ebf2c2 (diff) | |
download | drakx-d167ed58e93bec47119e1fb541442ba7a18df325.tar drakx-d167ed58e93bec47119e1fb541442ba7a18df325.tar.gz drakx-d167ed58e93bec47119e1fb541442ba7a18df325.tar.bz2 drakx-d167ed58e93bec47119e1fb541442ba7a18df325.tar.xz drakx-d167ed58e93bec47119e1fb541442ba7a18df325.zip |
re integrate some TR net cards
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index c988652c1..dec79159c 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -296,7 +296,7 @@ if_(arch() !~ /^sparc/, "3c574_cs" => "3c574_cs", "qlogic_cs" => "qlogic_cs", "nmclan_cs" => "nmclan_cs", -#******(missing-2.4) "ibmtr_cs" => "ibmtr_cs", + "ibmtr_cs" => "ibmtr_cs", # "dummy_cs" => "dummy_cs", # "memory_cs" => "memory_cs", "ftl_cs" => "ftl_cs", @@ -397,6 +397,7 @@ my %type_aliases = ( my @skip_big_modules_on_stage1 = ( # dgrs e1000 qw( +olympic sk98lin acenic aironet4500_card com20020-pci hamachi starfire winbond-840 @@ -406,7 +407,7 @@ BusLogic seagate fdomain g_NCR5380 tmscsim ); #******(missing-2.4) dpt_i2o aztcd gscd isp16 mcd mcdx optcd cm206 sjcd cdu31a my @skip_modules_on_stage1 = ( - qw(olympic sktr tmspci ibmtr abyss), # token ring + qw(sktr tmspci ibmtr abyss), # alt token ring qw(old_tulip rtl8139), # doesn't exist in 2.4 qw(kaweth pegasus), # usb net if_(arch() =~ /alpha|ppc/, qw(sb1000)), |