tcpi/ip dies at random times

Pyun YongHyeon pyunyh at gmail.com
Mon Oct 1 17:59:08 PDT 2007


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


More information about the freebsd-current mailing list