From owner-freebsd-net@FreeBSD.ORG Tue Dec 15 01:06:54 2009 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 274B01065676; Tue, 15 Dec 2009 01:06:54 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id BD64F8FC16; Tue, 15 Dec 2009 01:06:53 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so845077qwb.7 for ; Mon, 14 Dec 2009 17:06:53 -0800 (PST) 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=7mUHJDo78eniq9Pe6O9Pozcd7ECYg+rsqb9nNiuiM0w=; b=DIylf24DvSMJfBxahhcvdqQVv3yz1J/gqHiLQT375bifLBCTEry7vR4Ms4GUW1TpTq MOYSbPZoRE4eV4K4rcnOfVRXap6c1EZ8IgPhgNEpgUJaFnjnVFTjFfQg7tWrYYZ3Fyu+ fy/a1GeLRQ8LODeBL0TuxAiDt9+wkoQV7TyUo= 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=DHPI6PrBcDF2SpMoN1TUzAE1M41L94CQ+OMOuvfvY3xm7ZphzGmh2/qwM4muZVEoCV 62zhAb71KjOP6t9C7fVY0F6sSfVmnzpNQt3PrpQVtd4guLur2/bTlUQ1x+yu86I4Z776 7JIbrm6N5MKJt4LiFPWBedtpIiSQHfknHT978= Received: by 10.224.15.210 with SMTP id l18mr3510586qaa.91.1260839212483; Mon, 14 Dec 2009 17:06:52 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 2sm13353750qwi.47.2009.12.14.17.06.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Dec 2009 17:06:51 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 14 Dec 2009 17:06:41 -0800 From: Pyun YongHyeon Date: Mon, 14 Dec 2009 17:06:41 -0800 To: Carey Jones Message-ID: <20091215010641.GD1122@michelle.cdnetworks.com> References: <200912142238.nBEMcbT4080874@freefall.freebsd.org> <77e6ee410912141536i7731618xe8ec0553ac5c4956@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77e6ee410912141536i7731618xe8ec0553ac5c4956@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, yongari@freebsd.org Subject: Re: kern/141276: [vge] Strange behavior with vge gigabit ethernet adapter 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: Tue, 15 Dec 2009 01:06:54 -0000 On Mon, Dec 14, 2009 at 05:36:19PM -0600, Carey Jones wrote: > Would I need to bring the whole system up to HEAD, or can I just add the > relevant vge(4) file to my current RELENG_8 system? > You can download the following latest vge(4) files from HEAD and it should build on 8.0-RELEASE. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/vge/if_vge.c http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/vge/if_vgereg.h http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/vge/if_vgevar.h > Thanks, > > > -c > > On Mon, Dec 14, 2009 at 4:38 PM, wrote: > > > Synopsis: [vge] Strange behavior with vge gigabit ethernet adapter > > > > State-Changed-From-To: open->feedback > > State-Changed-By: yongari > > State-Changed-When: Mon Dec 14 22:37:50 UTC 2009 > > State-Changed-Why: > > I think I fixed the issue in HEAD. Would you try vge(4) in HEAD? > > > > > > > > Responsible-Changed-From-To: freebsd-net->yongari > > Responsible-Changed-By: yongari > > Responsible-Changed-When: Mon Dec 14 22:37:50 UTC 2009 > > Responsible-Changed-Why: > > Grab. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=141276 > >