Date: Tue, 2 Oct 2007 09:55:22 +0900 From: Pyun YongHyeon <pyunyh@gmail.com> To: Aryeh Friedman <aryeh.friedman@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: tcpi/ip dies at random times Message-ID: <20071002005522.GI18658@cdnetworks.co.kr> In-Reply-To: <bef9a7920710011742v3423cfe9i58f7f3d8ddd7b16f@mail.gmail.com> References: <bef9a7920710011310i2dc9d5f7re30d20f10ea7ab2d@mail.gmail.com> <20071002001252.GG18658@cdnetworks.co.kr> <bef9a7920710011742v3423cfe9i58f7f3d8ddd7b16f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071002005522.GI18658>