summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-25 05:47:33 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-25 05:47:33 +0000
commit7e40d63d3a081d370cc244087167cc3dbe7d2ec7 (patch)
tree1af760b8090dffdcd254e777a4d08a29d8891e15 /perl-install
parentc5971fe6ead6b160d3043b37e3fe3fde31c660ec (diff)
downloaddrakx-backup-do-not-use-7e40d63d3a081d370cc244087167cc3dbe7d2ec7.tar
drakx-backup-do-not-use-7e40d63d3a081d370cc244087167cc3dbe7d2ec7.tar.gz
drakx-backup-do-not-use-7e40d63d3a081d370cc244087167cc3dbe7d2ec7.tar.bz2
drakx-backup-do-not-use-7e40d63d3a081d370cc244087167cc3dbe7d2ec7.tar.xz
drakx-backup-do-not-use-7e40d63d3a081d370cc244087167cc3dbe7d2ec7.zip
unblacklist sis900 since its link beat detection works with latest kernels
Diffstat (limited to 'perl-install')
-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 8d2c93a91..a051d3144 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 madwifi_pci sis900))
+ $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(b44 forcedeth madwifi_pci))
|| find { $_->{device} eq $ntf_name } @devs);
$hotplug = !text2bool($ethntf->{MII_NOT_SUPPORTED});
$track_network_id = $::isStandalone && $ethntf->{HWADDR} || detect_devices::isLaptop();