summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-23 03:44:54 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-23 03:44:54 +0000
commit341be46445029addcc607955b58f86613ce43e61 (patch)
tree58b8f1e7453c42d3bb36c2e8b7ea1e57beaa02a8 /perl-install/network/netconnect.pm
parent953db332ce73dbfd40669d66bf23552dbd9c7838 (diff)
downloaddrakx-backup-do-not-use-341be46445029addcc607955b58f86613ce43e61.tar
drakx-backup-do-not-use-341be46445029addcc607955b58f86613ce43e61.tar.gz
drakx-backup-do-not-use-341be46445029addcc607955b58f86613ce43e61.tar.bz2
drakx-backup-do-not-use-341be46445029addcc607955b58f86613ce43e61.tar.xz
drakx-backup-do-not-use-341be46445029addcc607955b58f86613ce43e61.zip
- unblacklist tg3 since QA has confirmed it works smoothly
- blacklist buggy madwifi_pci
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index ab6317cf6..8d2c93a91 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -892,7 +892,7 @@ Modifying the fields below will override this configuration."),
$needhostname = $ethntf->{NEEDHOSTNAME} !~ /no/;
# blacklist bogus driver, enable ifplugd support else:
my @devs = detect_devices::pcmcia_probe();
- $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(b44 forcedeth sis900 tg3))
+ $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(b44 forcedeth madwifi_pci sis900))
|| find { $_->{device} eq $ntf_name } @devs);
$hotplug = !text2bool($ethntf->{MII_NOT_SUPPORTED});
$track_network_id = $::isStandalone && $ethntf->{HWADDR} || detect_devices::isLaptop();