From owner-freebsd-net@FreeBSD.ORG  Tue Nov 22 21:38:46 2011
Return-Path: <owner-freebsd-net@FreeBSD.ORG>
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 23BFC106566B
	for <freebsd-net@freebsd.org>; Tue, 22 Nov 2011 21:38:46 +0000 (UTC)
	(envelope-from pyunyh@gmail.com)
Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com
	[209.85.210.182])
	by mx1.freebsd.org (Postfix) with ESMTP id DF38A8FC13
	for <freebsd-net@freebsd.org>; Tue, 22 Nov 2011 21:38:45 +0000 (UTC)
Received: by iakl21 with SMTP id l21so1138397iak.13
	for <freebsd-net@freebsd.org>; Tue, 22 Nov 2011 13:38:45 -0800 (PST)
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=yDKwrfrmUzJj6uDb0vp81cZScRDQnjIPli0iYqjvWIc=;
	b=S8KBoWTYgaT7QLJQEwxquyrL+/3MyLyH43XKAPKle0n95tyJTm7lkVOLoZUIlLQu0S
	TUy/ypdDHrndlWg3zxzxLJwP8wQLhRMvopCXFADLt2bBlfX6OQJPUlCkwSnYdMlb+sj+
	XLmgJ9p7oUdpiKn094Qj2WftaCVdOn6bYcb3s=
Received: by 10.231.62.144 with SMTP id x16mr5651926ibh.2.1321997924922;
	Tue, 22 Nov 2011 13:38:44 -0800 (PST)
Received: from pyunyh@gmail.com ([174.35.1.224])
	by mx.google.com with ESMTPS id wo4sm36278304igc.5.2011.11.22.13.38.42
	(version=TLSv1/SSLv3 cipher=OTHER);
	Tue, 22 Nov 2011 13:38:43 -0800 (PST)
Received: by pyunyh@gmail.com (sSMTP sendmail emulation);
	Tue, 22 Nov 2011 13:38:18 -0800
From: YongHyeon PYUN <pyunyh@gmail.com>
Date: Tue, 22 Nov 2011 13:38:18 -0800
To: Andrey Smagin <samspeed@mail.ru>
Message-ID: <20111122213818.GA7714@michelle.cdnetworks.com>
References: <E1RIaki-0002pq-00.samspeed-mail-ru@f197.mail.ru>
	<20111101180135.GD6914@michelle.cdnetworks.com>
	<20111102020532.GF6914@michelle.cdnetworks.com>
	<E1RSkK2-0004kJ-00.samspeed-mail-ru@f58.mail.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <E1RSkK2-0004kJ-00.samspeed-mail-ru@f58.mail.ru>
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 <freebsd-net.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net>
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Nov 2011 21:38:46 -0000

On Tue, Nov 22, 2011 at 10:59:14AM +0400, Andrey Smagin wrote:
> Hi! Some days back I put card in Win7 machine. 
> Win7 hang own network subsystem if connected to gigabit switch. 
> I tried last night your patches. Now when put in gigabit switch no hangs or errors, 
> but link (autodetect) 100mbit/s and work good. 
> I think I bought buggy network cards :((.
> 

Thanks. Committed to HEAD(r227828, r227835 and r227837).