From owner-freebsd-net@FreeBSD.ORG Mon Oct 31 00:56:57 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F0D81065670 for ; Mon, 31 Oct 2011 00:56:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 95A188FC0A for ; Mon, 31 Oct 2011 00:56:56 +0000 (UTC) Received: by wwp14 with SMTP id 14so5167wwp.31 for ; Sun, 30 Oct 2011 17:56:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=Cc/IXUteiHdwP8EazIb9HM6JyBApBi2hhsuOEGNW0QI=; b=ByMNuA6u5WPMBxovKwhD7ITB54jsVR46SiR/EdGVzJpSlatVmlZ/I293dTOrKWKJzn WcxgfGKy6g2j0GlauSAT46MVnhpVLy0mrWQDLc8Nj0PsPJcCZneRlcHgsBkNs37KOjoK tzWZT+iFGlhuwIyGxk/2JB/YHECFYw1p4FNws= Received: by 10.227.202.70 with SMTP id fd6mr14966835wbb.27.1320022615533; Sun, 30 Oct 2011 17:56:55 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id l20sm29515756wbo.6.2011.10.30.17.56.52 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Oct 2011 17:56:54 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Sun, 30 Oct 2011 17:55:19 -0700 From: YongHyeon PYUN Date: Sun, 30 Oct 2011 17:55:19 -0700 To: Andrey Smagin Message-ID: <20111031005519.GC1679@michelle.cdnetworks.com> References: <20111026164800.GA13234@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: PCI-E VT6130 NIC (if_vge) hang system with gigabit link X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 00:56:57 -0000 On Sat, Oct 29, 2011 at 09:57:30AM +0400, Andrey Smagin wrote: > > Ok. With autonegotiation ifconfig show speed 100MBit. And vge(4) work without problems with the resolved speed/duplex of auto-negotiation? > with manual 1000baseT full-duplex settings in dmesg: > vge0: failed to start MII autopoll > vge0: MII read timed out > vge0: failed to start MII autopoll > vge0: link state changed to UP > vge0: MII read timed out [...] Did vge(4) ever work with 1000baseT on your box? And why you have to manually configure 1000baseT link? Does link partner(switch) also use auto-negotiation?