From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from semihalf.com (semihalf.com [206.130.101.55]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 99138DDDF0 for ; Tue, 3 Feb 2009 19:04:21 +1100 (EST) Message-ID: <4987FA9F.8060105@semihalf.com> Date: Tue, 03 Feb 2009 09:04:47 +0100 From: Grzegorz Bernacki MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH] Add support for the digsy MTC board. References: <1233329630876-git-send-email-gjb@semihalf.com> <4986EC33.9000600@semihalf.com> <49871C8C.8030200@matrix-vision.de> <49872268.10003@semihalf.com> <20090202235811.AD8E78322908@gemini.denx.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Cc: Andre Schwarz , tech-denx@semihalf.com, Wolfgang Denk , Detlev Zundel , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: > On Mon, Feb 2, 2009 at 4:58 PM, Wolfgang Denk wrote: >> Dear Grzegorz Bernacki, >> >> In message <49872268.10003@semihalf.com> you wrote: >>>> We also had this kind of problem - after feeding some nfs options it >>>> worked : >>>> >>>> rsize=8192,wsize=8192,soft,intr,tcp,nolock >>> it seems that it helps. >> Can you please find out which of these changes is the relevant part? > > Probably the ",tcp" bit > > g. > Yes, it's 'tcp' Grzesiek