From owner-freebsd-stable@FreeBSD.ORG Wed May 29 06:31:38 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 34A0FFB6; Wed, 29 May 2013 06:31:38 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by mx1.freebsd.org (Postfix) with ESMTP id F3B01DB3; Wed, 29 May 2013 06:31:37 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id bv13so6696809pdb.12 for ; Tue, 28 May 2013 23:31:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=/6DQq+NXILi2EgTu3/AEvbnoP4Vid0pgph1WS7Wg6Vg=; b=y2GdA3Oc4ul+9HwboDph9V7Kf6y3tZhOgsqpt1gOpjKUZwqviW45jsIJVlG80tcwlG YuLBTkgV47uMUvlCBiBRJAO3k/1hKERhDfJ1DKUiCbt+8Vj29DooYJPZ6Mcom3Kydm7M 1/WgoLDg8fAgsF0bPtNE929rdLGj0o3z15xZry3JxzMtSBizIGZ9tZ321IXhdwxAMq7H ldx6Vm/j8KYTO9Ky5CSBSdc9PcWpu/0a3v4O5lrwi5f7ZK6YNJATHxdCtI0222/ktYc8 rT+wHzbKQXye4JaTa5oGY7rtag6+HHHQh5u+UmpcjcbdRc/1kJVE4+AuZ60ow4HSH9Qk f/JA== X-Received: by 10.66.82.69 with SMTP id g5mr1850951pay.179.1369809097374; Tue, 28 May 2013 23:31:37 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id dr6sm38548953pac.11.2013.05.28.23.31.32 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 28 May 2013 23:31:35 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 29 May 2013 15:31:27 +0900 From: YongHyeon PYUN Date: Wed, 29 May 2013 15:31:27 +0900 To: Hiroki Sato Subject: Re: Apparent fxp regression in FreeBSD 8.4-RC3 Message-ID: <20130529063127.GA3042@michelle.cdnetworks.com> References: <20130527043923.GA1480@michelle.cdnetworks.com> <20130528023300.GA3077@michelle.cdnetworks.com> <20130529.084714.2036194399784240097.hrs@allbsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130529.084714.2036194399784240097.hrs@allbsd.org> User-Agent: Mutt/1.4.2.3i Cc: jdc@koitsu.org, gjb@freebsd.org, re@freebsd.org, freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 06:31:38 -0000 On Wed, May 29, 2013 at 08:47:14AM +0900, Hiroki Sato wrote: > YongHyeon PYUN wrote > in <20130528023300.GA3077@michelle.cdnetworks.com>: > > py> > I'll have access to the other box on Wednesday and will try the other test. > py> > py> Here is patch I'm testing and it seems to work with dhclient on > py> CURRENT. > py> Mike, could you try attached patch? > > On my box it worked without problem. Link status change of fxp0 was > down->up only in the patched driver. Thanks for testing! > > -- Hiroki