From owner-freebsd-current@FreeBSD.ORG Tue Oct 2 00:59:07 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF5CC16A419 for ; Tue, 2 Oct 2007 00:59:07 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 7462513C459 for ; Tue, 2 Oct 2007 00:59:07 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so2776889nfb for ; Mon, 01 Oct 2007 17:59:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=JalyBNao9scGI+eqpz64NhuwWNGJh5TMnKptCYAhlWQ=; b=bvSbc4YmiDZqwdVGyHLWkSXoyFh3+kRPS3+JbcWWcyXSpr0VOTTtUpHaPBDYcoMxRbxmrMN9S8jTzEcffvar6YbHtmIIGzHH8T+6U4t3ykUeHqgLkHHHK6BLWgrILRatuE0ozN6qFEJ3YqKH188IKOLVZmdYXxMXwCN4MRRYKcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=S76RMOVC65x3812mOM89nJy3XP9nkM3EjpG4Dk1l8jEyoYye3Gf4C7+PhFbnRO1Ry8klMNY1nFA8DYMP5bv67ROrrpUG9rnpBj1sVLrN+WlOYBVi/P5ZLW/lYpmQKTaLqrALADc0iCc49cJ3GcIKyI8plmI9jIEJgkQ/KUnX8Ls= Received: by 10.114.156.1 with SMTP id d1mr1455806wae.1191286744419; Mon, 01 Oct 2007 17:59:04 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 62sm483268wri.2007.10.01.17.59.01 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Oct 2007 17:59:02 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id l920tMNQ023302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Oct 2007 09:55:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l920tMwP023301; Tue, 2 Oct 2007 09:55:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 2 Oct 2007 09:55:22 +0900 From: Pyun YongHyeon To: Aryeh Friedman Message-ID: <20071002005522.GI18658@cdnetworks.co.kr> References: <20071002001252.GG18658@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: tcpi/ip dies at random times X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 00:59:08 -0000 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