From owner-freebsd-current@FreeBSD.ORG Mon Oct 5 19:42:54 2009 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 9460B1065692 for ; Mon, 5 Oct 2009 19:42:54 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-qy0-f192.google.com (mail-qy0-f192.google.com [209.85.221.192]) by mx1.freebsd.org (Postfix) with ESMTP id 489A78FC19 for ; Mon, 5 Oct 2009 19:42:54 +0000 (UTC) Received: by qyk30 with SMTP id 30so3719555qyk.7 for ; Mon, 05 Oct 2009 12:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=WfZR0chk2dMnbKmGeI7xwzb7RDWqIhn+em3MXKvLVWs=; b=f+0TlaVZBGVQnL0FN0wl1tyqhiN1U+pQXHhVOvl7f5mWJnL0afpyNuZNO4vmbXx5ef 6OX/JUck1h7/xk0YM2fsEAgWCWUzFi+ZV+rkIwkZwWgh1K5w8PpBO6i83Qwt4PkbysJM CDUyO81IPgIMd0TB6PRy/+hOSdklaZ/wBLzpE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=jQKDLi5/VHfxK7SHIE2vYnY6Dw9Oznxkn11/F7HYkQfPuZybKa+BOaXGBkuhV9qsUX GSpoxra6wYv4oa78isyzx7CDoFB7EE+MkBvMDYRS3MvfsHjAd4x9q+SbK85hVLLBAPFF RdbaDIfHbjuAendes1+N/dI0QxIm/QLiriaug= Received: by 10.224.96.88 with SMTP id g24mr506319qan.361.1254771773626; Mon, 05 Oct 2009 12:42:53 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 7sm53706qwb.56.2009.10.05.12.42.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Oct 2009 12:42:45 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 5 Oct 2009 12:41:34 -0700 From: Pyun YongHyeon Date: Mon, 5 Oct 2009 12:41:34 -0700 To: Takahashi Yoshihiro Message-ID: <20091005194134.GF1406@michelle.cdnetworks.com> References: <20090924112533.1377D83D2D@mail1.asahi-net.or.jp> <20090924.210712.162012268.nyan@jp.FreeBSD.org> <20090924175312.GA5572@michelle.cdnetworks.com> <20091005.233648.263895250.nyan@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091005.233648.263895250.nyan@jp.FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, CQG00620@nifty.ne.jp Subject: Re: de(4) does not work on 8.0-RC1 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: Mon, 05 Oct 2009 19:42:54 -0000 On Mon, Oct 05, 2009 at 11:36:48PM +0900, Takahashi Yoshihiro wrote: > In article <20090924175312.GA5572@michelle.cdnetworks.com> > Pyun YongHyeon writes: > > >> > Thanks for your reply. They works well again on 8.0-RC1 with your > >> > patch. > >> > >> I also use a NIC supported by de(4). The patch works fine for it. > > > > Thanks for testing! Patch committed to HEAD(r197465). > > Do you have a plan to merge this patch into stable/8? > I wish that the de(4) works in 8.0R. > MFC done(r197787). > --- > TAKAHASHI Yoshihiro