On Fri, 31 Oct 2008 08:18:20 -0000
"Graham Bentley" <[EMAIL PROTECTED]> 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.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to