diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-22 10:28:17 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-22 10:28:17 +0000 |
commit | ab91272887d7b83601a4e37ff989b49445ed3c73 (patch) | |
tree | d8184ac4d98d33b5a9fe6959acb377505363c745 /perl-install/network/netconnect.pm | |
parent | 2935fd1859dae71431f41e65e8b4ca99b9823a5a (diff) | |
download | drakx-ab91272887d7b83601a4e37ff989b49445ed3c73.tar drakx-ab91272887d7b83601a4e37ff989b49445ed3c73.tar.gz drakx-ab91272887d7b83601a4e37ff989b49445ed3c73.tar.bz2 drakx-ab91272887d7b83601a4e37ff989b49445ed3c73.tar.xz drakx-ab91272887d7b83601a4e37ff989b49445ed3c73.zip |
blacklist sis900 and tg3 modules for network hotplugging
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 10eb836d8..c907e84cc 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)) + $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(b44 forcedeth sis900 tg3)) || find { $_->{device} eq $ntf_name } @devs); $hotplug = !text2bool($ethntf->{MII_NOT_SUPPORTED}); $track_network_id = $::isStandalone && $ethntf->{HWADDR} || detect_devices::isLaptop(); |