Re: [PATCH] fs_enet: restore promiscuous and multicast settings in restart()

2008-06-20 Thread Bill Fink
On Fri, 20 Jun 2008, Laurent Pinchart wrote: > On Friday 20 June 2008 05:01, Bill Fink wrote: > > On Wed, 18 Jun 2008, Laurent Pinchart wrote: > > > > > The restart() function is called when the link state changes and resets > > > multicast and promiscous se

Re: [PATCH] fs_enet: restore promiscuous and multicast settings in restart()

2008-06-19 Thread Bill Fink
On Wed, 18 Jun 2008, Laurent Pinchart wrote: > The restart() function is called when the link state changes and resets > multicast and promiscous settings. This patch restores those settings at the > end of restart(). > > Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]> > --- > drivers/net/fs

Re: [PATCH] ibm_newemac: Increase MDIO timeouts

2008-04-25 Thread Bill Fink
On Wed, 23 Apr 2008, Benjamin Herrenschmidt wrote: > This patch doubles the MDIO timeouts in EMAC as there are field > cases where they are two short to communicate with some PHYs. I guess them being "two short" is why they needed to be doubled. :-)