From owner-svn-src-stable-10@FreeBSD.ORG Tue Oct 21 19:40:35 2014 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C326549C; Tue, 21 Oct 2014 19:40:35 +0000 (UTC) Received: from frv153.fwdcdn.com (frv153.fwdcdn.com [212.42.77.153]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8018ACFF; Tue, 21 Oct 2014 19:40:34 +0000 (UTC) Received: from [10.10.10.28] (helo=frv154.fwdcdn.com) by frv153.fwdcdn.com QID:1Xgf30-00057Y-IN/RC:5; Tue, 21 Oct 2014 22:24:46 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=4uUHO+fg6YevOw+ZvbjXChnnhYemMY0eQNK6sEWldHc=; b=EIZMGIGQTWsVL5pcVi38ZymD+FDScs27VdgH82kHyAJPFuQnHnWH61JDbAPwzDw6WEQEut5MC2C+7hS/E/IeO7Zc5EpWrqTU4bQfzumEJSQzVjfWV028/voYxK+JYU8kCysyMo4wam8QnbbbLMQsGig4V5aRfMuN1NXVn77OKyw=; Received: from [5.248.240.192] (helo=nonamehost.local) by frv154.fwdcdn.com with esmtpsa ID 1Xgf2k-0001tN-Of ; Tue, 21 Oct 2014 22:24:30 +0300 Date: Tue, 21 Oct 2014 22:24:29 +0300 From: Ivan Klymenko To: Alexander Motin Subject: Re: svn commit: r273372 - stable/10/share/man/man4 Message-ID: <20141021222429.215400ca@nonamehost.local> In-Reply-To: <201410210623.s9L6NFUh067150@svn.freebsd.org> References: <201410210623.s9L6NFUh067150@svn.freebsd.org> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=5.248.240.192; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-Ukrnet-Yellow: 0 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 19:40:35 -0000 =D0=92 Tue, 21 Oct 2014 06:23:15 +0000 (UTC) Alexander Motin =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Author: mav > Date: Tue Oct 21 06:23:14 2014 > New Revision: 273372 > URL: https://svnweb.freebsd.org/changeset/base/273372 >=20 > Log: > MFC r262294 (by ivoras): > Explain how and where kern.cam.ada.write_cache can be set in > practical situations. >=20 > Modified: > stable/10/share/man/man4/ada.4 > Directory Properties: > stable/10/ (props changed) Please document the SYSCTL VARIABLE kern.cam.ada.X.sort_io_queue Thanks.