From owner-freebsd-current@FreeBSD.ORG Tue Oct 2 00:42:06 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 E000616A41B for ; Tue, 2 Oct 2007 00:42:06 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id B41F913C46E for ; Tue, 2 Oct 2007 00:42:06 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2454692nzf for ; Mon, 01 Oct 2007 17:42:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=HTf7q1b2VQrOznjUJl24UBQstUTdtIbUX7MmR6bnxu4=; b=Kj/pBVM0HzvkAwPBakOAYySw9tPUffVcn1pC0ZarVOnuJPfCGb3JBOwwXV5FkbbjbGB0HtPaEuuY37006kQBvgTsIBz8th9SCMqOVJzSHyNw1a2JhyllEZ6FD1EVavcop/Gi1f+p91f+IeodDockBJl0W167jDTIutXA4P8GI7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FRxbS5rCxeNkVslxr716vNgkrmT/rpyM9YTpCyKANOXbfUPtpZErXN9kkGqnoxQyt4x7SMmrVP3f4zR5/sO4AQLeJUZ+vbtJ5WMoPS+8JmI5/V0W/YzVBNuppanfOK6KGL5U6jYb9B7+XELFfi8QPYu2B3ln9nfn2n1dnFLLlMM= Received: by 10.65.51.4 with SMTP id d4mr2807171qbk.1191285725476; Mon, 01 Oct 2007 17:42:05 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Mon, 1 Oct 2007 17:42:05 -0700 (PDT) Message-ID: Date: Tue, 2 Oct 2007 00:42:05 +0000 From: "Aryeh Friedman" To: pyunyh@gmail.com, freebsd-current@freebsd.org In-Reply-To: <20071002001252.GG18658@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071002001252.GG18658@cdnetworks.co.kr> Cc: Subject: Re: tcpi/ip dies at random times X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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:42:07 -0000 > 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 2. How do I prevent cvsup from clobbering them