From owner-cvs-src@FreeBSD.ORG Thu Jan 31 03:33:19 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3785616A417 for ; Thu, 31 Jan 2008 03:33:19 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id E961F13C457 for ; Thu, 31 Jan 2008 03:33:18 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so757214waf.3 for ; Wed, 30 Jan 2008 19:33:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=Fy+EnEAxx2XAOmLCEZG5IBO93GRsX8WowsxhfW7KmOU=; b=mXelQpCBSjW/MsepQPeZhy08CaupRtiGDWL4E/CDzyKpWbLzMZSI4+c1uwQmLdyRqOw30EvAh3VJciSY2gCSzTvHJNETT81uV/mkamvgkLC4gP8SZyyXp618VJRFXEBHsqB+pvLpCrpcJw/O2n9Y31WUKP4lTAwhCAY17+ZUIuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Z+9tR38HTVUC+RMDH8rVd1eD1VCHV+O4ztscVQJvgZGvekvhtzbPW38JXZlI4zqA7zxHmdjnz1kkmEn3pudlRqVTSkf+ZXCmGs3lFhdQ9+zqbyCGq8iOmJFtJ3N2+qpZuVnES2prAiuqcJ4jiualCrFv8zua5uuc2fMLbKr2xFk= Received: by 10.114.89.1 with SMTP id m1mr1796858wab.77.1201750398597; Wed, 30 Jan 2008 19:33:18 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id j7sm3292877wah.23.2008.01.30.19.33.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Jan 2008 19:33:17 -0800 (PST) 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 m0V3X9s7009948 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 Jan 2008 12:33:09 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m0V3X88Q009947; Thu, 31 Jan 2008 12:33:09 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 31 Jan 2008 12:33:08 +0900 From: Pyun YongHyeon To: Ulrich Spoerlein Message-ID: <20080131033308.GC9451@cdnetworks.co.kr> References: <200801290215.m0T2FCkn072441@repoman.freebsd.org> <20080130213440.GA1558@roadrunner.spoerlein.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080130213440.GA1558@roadrunner.spoerlein.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2008 03:33:19 -0000 On Wed, Jan 30, 2008 at 10:34:40PM +0100, Ulrich Spoerlein wrote: > On Tue, 29.01.2008 at 02:15:12 +0000, Pyun YongHyeon wrote: > > yongari 2008-01-29 02:15:12 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/bfe if_bfe.c if_bfereg.h > > Log: > > Fix link state handling in bfe(4). > > [...] > > Does this fix kern/99216 (cannot test right now, but will probably try > the patch on 7.0 soon) > Yes, I think this commit should fix the PR. If not, please let me know. Thanks for letting me know the PR, I'll take it. -- Regards, Pyun YongHyeon