From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 22:15:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35FE51065673 for ; Fri, 31 Oct 2008 22:15:41 +0000 (UTC) (envelope-from fbsd06+3H=d11a0a2d@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0A09C8FC1A for ; Fri, 31 Oct 2008 22:15:40 +0000 (UTC) (envelope-from fbsd06+3H=d11a0a2d@mlists.homeunix.com) Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) by fallback-in1.mxes.net (Postfix) with ESMTP id C0E051648CF for ; Fri, 31 Oct 2008 17:59:51 -0400 (EDT) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 75768D05A1 for ; Fri, 31 Oct 2008 17:59:50 -0400 (EDT) Date: Fri, 31 Oct 2008 21:59:47 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20081031215947.16b0999c@gumby.homeunix.com> In-Reply-To: <2E2BD59B9AAA4A3B950AC1D6D7549A28@main> References: <20081031032150.ED0AB106573B@hub.freebsd.org> <2E2BD59B9AAA4A3B950AC1D6D7549A28@main> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Marvell 88E8052 PCI-E LAN on FreeBSD 7.0 (PYUN Yong-Hyeon) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 22:15:41 -0000 On Fri, 31 Oct 2008 08:18:20 -0000 "Graham Bentley" wrote: > > I'm not sure you suffers from the same problem but there was a > > Tx checksum offload related bug in msk(4) driver and it was fixed > > in HEAD. How about applying the diff in CVS rev 1.33 of if_msk? > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/msk/if_msk.c.diff?r1=1.32;r2=1.33;f=h > > Would love to have a crack at this but have never 'applied diffs' > before?! > > I am guessing I look in to the source for the msk module, find line > 2601, add the code in the green box, then remake the module and copy > over the existing one? Assuming you already have the source, select "unified" diff on the above and save it to a file, then cd /usr patch < patchfile where "patchfile" is the saved file, then build as normal.