Marvell 88E8052 PCI-E LAN on FreeBSD 7.0 (PYUN Yong-Hyeon)

RW fbsd06 at mlists.homeunix.com
Fri Oct 31 15:15:41 PDT 2008


On Fri, 31 Oct 2008 08:18:20 -0000
"Graham Bentley" <admin at 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.


More information about the freebsd-questions mailing list