From 94decd93d7f5e60022f43a6df64376048a9d9386 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 17 Oct 2003 14:39:50 +0000 Subject: after further investigation at Houston, the bcm440 bug was not related to MII_NOT_SUPPORTED (ethtool/mii support is fine in this driver). instead, it is related to half/full duplex detection. --- perl-install/network/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index 3b6b46c10..4d12a1537 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -338,7 +338,7 @@ notation (for example, 1.2.3.4)."); my $onboot = $intf->{ONBOOT} ? $intf->{ONBOOT} =~ /yes/ : bool2yesno(!member($intf->{DEVICE}, map { $_->{device} } detect_devices::pcmcia_probe())); my $needhostname = $intf->{NEEDHOSTNAME} !~ /no/; # blacklist: - $intf->{MII_NOT_SUPPORTED} ||= bool2yesno(member($module, qw(bcm4400))); # 3c59x de4x5 e100 e1000 ne2k-pci + #$intf->{MII_NOT_SUPPORTED} ||= bool2yesno(member($module, qw(bcm4400))); # 3c59x de4x5 e100 e1000 ne2k-pci my $hotplug = text2bool($intf->{MII_NOT_SUPPORTED}); invbool(\$hotplug); my $track_network_id = $::isStandalone && $intf->{HWADDR} || detect_devices::isLaptop(); -- cgit v1.2.1