From owner-svn-src-head@FreeBSD.ORG Wed Sep 10 14:16:01 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48120891; Wed, 10 Sep 2014 14:16:01 +0000 (UTC) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A4011905; Wed, 10 Sep 2014 14:16:00 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id c11so5281052lbj.9 for ; Wed, 10 Sep 2014 07:15:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=yCObLW8roLZi6Eja+Uc5vi9Vt+lU3Ug0r3ioaIA13/M=; b=SurZdUg/qTLBg5nF+2FUHN+rqz9ntRIEwiAuL4Ww3w7GS2WqdqwAM5/xmU+yLzIZi6 WyZmkAI7jz9jFELoUwxvW/Oh3Ui6Mlxpr/Vb3cbuH36HwyFS3U9CY94lalWOCxUK1tWH SMxxcfhPS5FixHxUE84WrEDQfwr2b6O7eoWdEo4XlChctLEwstfofLzBpid/JWOAYuPO ctYsUEF2TsfzeOB5tBQV1iYtSLgCbcs5I2H2BdGEXUZlySZj+kVUEX+I7XWvX6sAguGI c9Hn6tk06U8Cp/OQuM/H13YYXyGDQlF3jdYD8SAPIShyYbE9DTxvARcHDrvn5hI5M2c3 E8Bw== X-Received: by 10.152.6.40 with SMTP id x8mr41899255lax.18.1410358558458; Wed, 10 Sep 2014 07:15:58 -0700 (PDT) Received: from pc5.home (aebe219.neoplus.adsl.tpnet.pl. [79.186.30.219]) by mx.google.com with ESMTPSA id w11sm5683338lbm.30.2014.09.10.07.15.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Sep 2014 07:15:57 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Wed, 10 Sep 2014 16:15:54 +0200 From: Edward Tomasz Napierala To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r271393 - head/sys/cam/ctl Message-ID: <20140910141554.GA936@pc5.home> Mail-Followup-To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201409101334.s8ADYRHn064423@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201409101334.s8ADYRHn064423@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 14:16:01 -0000 On 0910T1334, Edward Tomasz Napierala wrote: > Author: trasz > Date: Wed Sep 10 13:34:27 2014 > New Revision: 271393 > URL: http://svnweb.freebsd.org/changeset/base/271393 > > Log: > Make it possible to disable NOP-In PDUs by the iSCSI initiator by setting Erm, this should read: Make it possible to disable sending NOP-In PDUs by the iSCSI target.