From owner-freebsd-current@FreeBSD.ORG Fri Oct 23 20:26:06 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 295B2106568F; Fri, 23 Oct 2009 20:26:06 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id B97558FC14; Fri, 23 Oct 2009 20:26:05 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so280404qwb.7 for ; Fri, 23 Oct 2009 13:26:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=lMTh9ywYjPUmooJni4z4Vf4bsy3lJeaxjtsFvuPbLTk=; b=BWi8HDvLd1dUUTixbSOaIY7aDTU3Y/mxLgV/hKjHMYcHOg5KSEYHYglZ7mRVUPQa55 PyUIQm0Om+zUcD6mdm5hrphN36Ub2PLqMmEIDfoNTcRtab1DhKLX+mdd9A+9MUTVup2j IEvpXeybro8paC4PEChDBsl1GvglxMLKQTvxo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=LWzlL8xZOJXeaIemSJBot8rFhaPLF5PtWeJoqHjDLq6GI1q4GA5m3v60dmEBtESEXM TuUozDm//4E4+ma1woR7OtYls1lMxC4s1j0kYaEapbo2rapEbc93Vzo9Yl5KDmgY4FKY DIriVm3LEivRB+FYq2uL/9GRT6+KNJRpXf1zI= Received: by 10.224.111.140 with SMTP id s12mr5706486qap.128.1256329565160; Fri, 23 Oct 2009 13:26:05 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 8sm2090895qwj.41.2009.10.23.13.26.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Oct 2009 13:26:04 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 23 Oct 2009 13:26:04 -0700 From: Pyun YongHyeon Date: Fri, 23 Oct 2009 13:26:04 -0700 To: David Ehrmann Message-ID: <20091023202604.GD6050@michelle.cdnetworks.com> References: <4ADF70F1.5060300@gmail.com> <4AE0DCDF.7090604@gmail.com> <20091023183708.GA6050@michelle.cdnetworks.com> <6e0e5340910231237v3f19b27ex1cbefd3f9a01af54@mail.gmail.com> <20091023194755.GC6050@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091023194755.GC6050@michelle.cdnetworks.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, Ivan Voras Subject: Re: Strange issue with Samba on 8.0rc1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 20:26:06 -0000 On Fri, Oct 23, 2009 at 12:47:55PM -0700, Pyun YongHyeon wrote: > On Fri, Oct 23, 2009 at 12:37:40PM -0700, David Ehrmann wrote: > > On Fri, Oct 23, 2009 at 11:37 AM, Pyun YongHyeon wrote: > > > > > > > > I vaguely remember some vge(4) users who have VT613x PCIe variants > > > reported driver instabilities. So I guess there are some silicon > > > changes in newer VT613x controllers. If you're using PCIe version > > > of the controller you may see the same issue. If you have a spare > > > NIC or USB NIC how about trying other ethernet driver to rule out > > > possible vge(4) issues? > > > > > > I managed to find a site in China that sells a stand-alone PCIe > > > VT6130 card and ordered it but it was not delivered yet. Don't know > > > how long it would take. > > > > > > > I think you actually helped me with my controller not working at gigabit > > speeds, even if I forced it. > > Ah, now I remeber that. :-) > > > The controller is on a Via EPIA SN; the specs list the chipset as a Via > > CN896. > > Indeed, the controller has PCIe interface and would be VT6130. I'll > see what's going on when the hardware is available. Forgot to say one thing. AFAIK there is one bug which tries to adjust buffer length after loading dma map when frame length is less than 60 bytes. However I'm not sure whether this causes your Samba related issue.