Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2008 21:59:47 +0000
From:      RW <fbsd06@mlists.homeunix.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Marvell 88E8052 PCI-E LAN on FreeBSD 7.0 (PYUN Yong-Hyeon)
Message-ID:  <20081031215947.16b0999c@gumby.homeunix.com>
In-Reply-To: <2E2BD59B9AAA4A3B950AC1D6D7549A28@main>
References:  <20081031032150.ED0AB106573B@hub.freebsd.org> <2E2BD59B9AAA4A3B950AC1D6D7549A28@main>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 31 Oct 2008 08:18:20 -0000
"Graham Bentley" <admin@cpcnw.co.uk> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081031215947.16b0999c>