From 4ed2d1a518e742953b7b757e3d410d86e5cf8586 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 17 Oct 2003 14:42:57 +0000 Subject: roolback hp fix: 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/network') diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index db4d1abc5..3e9e74e07 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -401,7 +401,7 @@ notation (for example, 1.2.3.4)."); ) or return; $intf->{ONBOOT} = bool2yesno($onboot); $intf->{NEEDHOSTNAME} = bool2yesno($needhostname); - $intf->{MII_NOT_SUPPORTED} = bool2yesno(!$hotplug || $module =~ /bcm4400/); + $intf->{MII_NOT_SUPPORTED} = bool2yesno(!$hotplug); $intf->{HWADDR} = $track_network_id or delete $intf->{HWADDR}; 1; } -- cgit v1.2.1