Re: tcpi/ip dies at random times

From: Pyun YongHyeon <pyunyh_at_gmail.com>
Date: Tue, 2 Oct 2007 09:55:22 +0900
On Tue, Oct 02, 2007 at 12:42:05AM +0000, Aryeh Friedman wrote:
 > > I'm not sure re(4) was broken here but here is a WIP version.
 > > Would you give it spin?
 > > http://people.freebsd.org/~yongari/re/re.HEAD.patch
 > >
 > > It's possible that you have RTL8211 PHY and rgephy(4) needs patches
 > > to support the PHY. If above patch doesn't help try patch at the
 > > following URL.
 > > http://www.f.csce.kyushu-u.ac.jp/~shigeaki/software/rgephy.20070328.fbsd7.patch
 > 
 > Since I am quiet new to the whole game of making pre-cvsup patches
 > (i.e. making them before they are in cvsup) I have two questions:
 > 
 > 1. How do I install them
 > 
#cd /path/to/tmp
#fetch http://people.freebsd.org/~yongari/re/re.HEAD.patch
#cd /usr/src
#patch -p0 < /path/to/tmp/re.HEAD.patch

After that rebuild your kernel and reboot to take changes effect.

 > 2. How do I prevent cvsup from clobbering them

After cvsup you have to apply above patch again.  Alternatively you
can use cvs which wouldn't remove applied changes.
-- 
Regards,
Pyun YongHyeon
Received on Mon Oct 01 2007 - 22:59:07 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:18 UTC