Re: [patch 17/18] 3c59x: fix duplex configuration

2007-08-20 Thread Martin Buck
On Fri, Aug 10, 2007 at 02:05:26PM -0700, [EMAIL PROTECTED] wrote: [...] diff -puN drivers/net/3c59x.c~3c59x-fix-duplex-configuration drivers/net/3c59x.c --- a/drivers/net/3c59x.c~3c59x-fix-duplex-configuration +++ a/drivers/net/3c59x.c @@ -1559,6 +1559,7 @@ vortex_up(struct net_device *dev)

Re: [patch 17/18] 3c59x: fix duplex configuration

2007-08-13 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Steffen Klassert [EMAIL PROTECTED] A special sequence of ifconfig up/down and plug/unplug the cable can break the duplex configuration of the driver. Setting vp-mii.full_duplex = vp-full_duplex in vortex_up should fix this. Addresses Bug 8575 3c59x duplex

[patch 17/18] 3c59x: fix duplex configuration

2007-08-10 Thread akpm
From: Steffen Klassert [EMAIL PROTECTED] A special sequence of ifconfig up/down and plug/unplug the cable can break the duplex configuration of the driver. Setting vp-mii.full_duplex = vp-full_duplex in vortex_up should fix this. Addresses Bug 8575 3c59x duplex configuration broken