diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-06 21:17:27 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-06 21:17:27 +0000 |
commit | 4dfbf76d1faead558f39894fbcc1faa30d68506c (patch) | |
tree | 27a6c6bba45c275636be400a30ea7818d3dd6f38 /perl-install/modules.pm | |
parent | 0b4368d253eb5636ec400fd7a4257d04615dee2e (diff) | |
download | drakx-4dfbf76d1faead558f39894fbcc1faa30d68506c.tar drakx-4dfbf76d1faead558f39894fbcc1faa30d68506c.tar.gz drakx-4dfbf76d1faead558f39894fbcc1faa30d68506c.tar.bz2 drakx-4dfbf76d1faead558f39894fbcc1faa30d68506c.tar.xz drakx-4dfbf76d1faead558f39894fbcc1faa30d68506c.zip |
use jeff's suggestions to remove some old stuff
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 2af6dd359..1fc562737 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -25,7 +25,6 @@ if_(arch() =~ /^sparc/, "myri_sbus" => "MyriCOM Gigabit Ethernet", "sunbmac" => "Sun BigMac Ethernet", "sunqe" => "Sun Quad Ethernet", - "sunhme" => "Sun Happy Meal Ethernet", ), if_(arch() !~ /alpha/ && arch() !~ /sparc/, "3c501" => "3com 3c501", @@ -37,11 +36,11 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "3c90x" => "3Com 3c90x (Cyclone/Hurricane/Tornado)", "82596" => "Apricot 82596", "abyss" => "Smart 16/4 PCI Ringnode (token ring)", - "ac3200" => "Ansel Communication AC3200", +# unused from Jeff "ac3200" => "Ansel Communication AC3200", "acenic" => "AceNIC Gigabit Ethernet", "aironet4500_card" => "aironet4500_card", - "at1700" => "Allied Telesis AT1700", - "atp" => "ATP", # builtin the kernel +# unused from Jeff "at1700" => "Allied Telesis AT1700", +# unused from Jeff "atp" => "ATP", "com20020-pci" => "com20020-pci", "cs89x0" => "CS89x0", "de600" => "D-Link DE-600 pocket adapter", @@ -70,9 +69,9 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "natsemi" => "National Semiconductor 10/100", "ne" => "NE2000 and compatible", "ne2k-pci" => "NE2000 PCI", - "ni5010" => "NI 5010", - "ni52" => "NI 5210", - "ni65" => "NI 6510", +# unused from Jeff "ni5010" => "NI 5010", +# unused from Jeff "ni52" => "NI 5210", +# unused from Jeff "ni65" => "NI 6510", "old_tulip" => "Digital 21040/21041/21140 (old Tulip driver)", "olympic" => "olympic", "pcnet32" => "AMD PC/Net 32", @@ -104,6 +103,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "de4x5" => "Digital 425,434,435,450,500", "rtl8139" => "RealTek RTL8129/8139", "sundance" => "sundance", + "sunhme" => "Sun Happy Meal Ethernet", }], [ 'net_raw', { "8390" => "8390", |