From owner-freebsd-current@FreeBSD.ORG Fri Oct 23 19:47:59 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 4DAAC106568D; Fri, 23 Oct 2009 19:47:59 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id 832EF8FC13; Fri, 23 Oct 2009 19:47:57 +0000 (UTC) Received: by qyk6 with SMTP id 6so4057546qyk.3 for ; Fri, 23 Oct 2009 12:47:56 -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=fIoT6bQUgCO0aDEQwS+y989tZoS0rbioi2+wq7SgKsg=; b=GxyMQpkiZMCIRFzVDuoYA3DucT8gfsJskpF+C4uFrMAjVJbMGhBI9Z6aOoOaOs7ksw FqMRp1IkuIArCkvozY9o7m3HBeGLe4E2Yxkk0LiFTahzwRpHqZ4IIPUH06sFolT2BF13 /5uxlodRwRa58oP14Bc1IdEY1mfvWCkYJQVY0= 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=s0aOsUlbvTJK4ABfS8U5FQ6/GUjfIcPZqD7AsUEluGF5dGV3qDlAnf7IfWBk0nHw1E pxWC4sLUStM2n7RA+O8tTXHBmSMdlA7bVt0IuJwmTkeELNIo67uLUwKaWDQdE1hdUibM XRLXqTT8deZfu2dCcuuD+YNzQTZxGunX59xMI= Received: by 10.224.56.208 with SMTP id z16mr5641544qag.144.1256327276632; Fri, 23 Oct 2009 12:47:56 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 6sm2620029qwk.54.2009.10.23.12.47.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Oct 2009 12:47:55 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 23 Oct 2009 12:47:55 -0700 From: Pyun YongHyeon Date: Fri, 23 Oct 2009 12:47:55 -0700 To: David Ehrmann Message-ID: <20091023194755.GC6050@michelle.cdnetworks.com> References: <4ADF70F1.5060300@gmail.com> <4AE0DCDF.7090604@gmail.com> <20091023183708.GA6050@michelle.cdnetworks.com> <6e0e5340910231237v3f19b27ex1cbefd3f9a01af54@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6e0e5340910231237v3f19b27ex1cbefd3f9a01af54@mail.gmail.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 19:47:59 -0000 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.