From owner-freebsd-net@FreeBSD.ORG Thu Jun 17 18:00:22 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2393106568C; Thu, 17 Jun 2010 18:00:22 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 770C68FC12; Thu, 17 Jun 2010 18:00:22 +0000 (UTC) Received: by pva4 with SMTP id 4so128256pva.13 for ; Thu, 17 Jun 2010 11:00:22 -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=7jUwHt9l1yoKYCX8oK/iDpJ/VD652w4WzleP31dJNV4=; b=KI3PZPzK8vO3FSPzgK8X56XafCpQMvvRPpKIC1r3R/F04C6Nw9Et12OG2Ow2avslVP pCKyVqMornfiJQ4Wg6FG5LLnAGJYLv9M3Wg4lXMQh1UE7Gem2wIZ5bfvsv7kLEvqW1UI tZVrTKXZRtLel4F3jhK1MlHFR6wGGZsijwTgM= 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=X3x9NlLPlDCGdpv7vXQan8Cm+f0WgZUTPCqpzancmjumzo37ndwpz/ojadDM36OZCf 2uW0z3LMW9slKKDGHDzSGj78i29gdjvM6G46He2hTj1x5YpCaYW518pOd24BQ0mnsqbk JvGguIEtShQJKy9XQ308zu0R1GKM+M+joh6+E= Received: by 10.141.91.13 with SMTP id t13mr8566785rvl.266.1276797620425; Thu, 17 Jun 2010 11:00:20 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id b12sm8310515rvn.10.2010.06.17.11.00.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 17 Jun 2010 11:00:19 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 17 Jun 2010 10:59:32 -0700 From: Pyun YongHyeon Date: Thu, 17 Jun 2010 10:59:32 -0700 To: Hans Petter Selasky Message-ID: <20100617175932.GB16885@michelle.cdnetworks.com> References: <20100614211155.GB4257@michelle.cdnetworks.com> <4C19AA3D.6080409@gmail.com> <20100617172918.GA16885@michelle.cdnetworks.com> <201006171944.42918.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201006171944.42918.hselasky@c2i.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, Andrew Thompson , Sergey Perevalov Subject: Re: [axe][ue0] Device send packets but any host in network can not receive any packet from it. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 18:00:22 -0000 On Thu, Jun 17, 2010 at 07:44:42PM +0200, Hans Petter Selasky wrote: > On Thursday 17 June 2010 19:29:18 Pyun YongHyeon wrote: > > Pyun YongHyeon > > > > Hi, > > Committed to USB P4. Please check and verify the patch. Changed if (1 || > bootverbose) into if (bootverbose). > Yup, that change is good, thanks. > See USB P4 change ID #179721. > Thanks a lot!