From owner-svn-src-stable@FreeBSD.ORG Tue Aug 31 06:56:34 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E1FB106564A; Tue, 31 Aug 2010 06:56:34 +0000 (UTC) (envelope-from freebsd@nagilum.org) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.8]) by mx1.freebsd.org (Postfix) with ESMTP id E7EBD8FC13; Tue, 31 Aug 2010 06:56:33 +0000 (UTC) Received: from cakebox.homeunix.net (p50813BAB.dip0.t-ipconnect.de [80.129.59.171]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MWOFC-1OJwfv40N8-00X55w; Tue, 31 Aug 2010 08:43:58 +0200 Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id C651367804; Tue, 31 Aug 2010 08:43:50 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cakebox.tis X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.7 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 Received: by cakebox.homeunix.net (Postfix, from userid 80) id 301C767803; Tue, 31 Aug 2010 08:43:49 +0200 (CEST) Received: from p50813BAB.dip0.t-ipconnect.de (p50813BAB.dip0.t-ipconnect.de [80.129.59.171]) by cakebox.homeunix.net (Horde Framework) with HTTP; Tue, 31 Aug 2010 08:43:48 +0200 Message-ID: <20100831084348.1791378cih2dfssg@cakebox.homeunix.net> Date: Tue, 31 Aug 2010 08:43:48 +0200 From: Alexander To: Pyun YongHyeon References: <201008310019.o7V0J39f012648@svn.freebsd.org> In-Reply-To: <201008310019.o7V0J39f012648@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.4) X-Provags-ID: V02:K0:4yN6+R+LoJIHXrV/r7XvWCfeNpq2uKDMoRFOUdJTbE7 xkleU+8sOHN+0aXWILi0XF+d5G21Cby0TDsMcKOpBaD9LuuA4e cgxAspr87lSnZcULyEQT+/34ZhiistK9aesca+FtCkgDBdZgp2 geHS36sk0eVmbRqhCCP2LPJ/0TlGpuxZ8QiUI/FtCoZmTv28CF Ze52WQ4SnOFUbuwOsX3doF79+tuhz+GQFhctRccsZc= Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r212041 - stable/8/share/man/man4 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2010 06:56:34 -0000 Can we name the known examples somewhere? ----- Message from yongari@FreeBSD.org --------- Date: Tue, 31 Aug 2010 00:19:03 +0000 (UTC) From: Pyun YongHyeon Subject: svn commit: r212041 - stable/8/share/man/man4 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org > Author: yongari > Date: Tue Aug 31 00:19:03 2010 > New Revision: 212041 > URL: http://svn.freebsd.org/changeset/base/212041 > > Log: > MFC r211650,211667: > r211650: > Document tunable dev.rl.%unit.prefer_iomap > > r211667: > Better wording and fix wrong explanation. > > Submitted by: Ben Kaduk ( minimarmot <> gmail dot com ) > > Modified: > stable/8/share/man/man4/rl.4 > Directory Properties: > stable/8/share/man/man4/ (props changed) > > Modified: stable/8/share/man/man4/rl.4 > ============================================================================== > --- stable/8/share/man/man4/rl.4 Tue Aug 31 00:16:30 2010 (r212040) > +++ stable/8/share/man/man4/rl.4 Tue Aug 31 00:19:03 2010 (r212041) > @@ -30,7 +30,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd November 1, 2008 > +.Dd August 22, 2010 > .Dt RL 4 > .Os > .Sh NAME > @@ -203,6 +203,13 @@ SOHO (PRAGMATIC) UE-1211C > .El > .Sh LOADER TUNABLES > .Bl -tag -width indent > +.It Va dev.rl.%unit.prefer_iomap > +This tunable controls which register mapping should be used on the > +specified device. > +A non-zero value enables I/O space register mapping. > +For controllers that have no I/O space register mapping this tunable > +should be set to 0 to use memory space register mapping. > +The default value is 1 to use I/O space register mapping. > .It Va dev.rl.%unit.twister_enable > Non-zero value enables the long cable tuning on the specified device. > Disabled by default. > _______________________________________________ > svn-src-stable-8@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-stable-8 > To unsubscribe, send any mail to "svn-src-stable-8-unsubscribe@freebsd.org" > ----- End message from yongari@FreeBSD.org ----- ======================================================================== # _ __ _ __ http://www.nagilum.org/ \n icq://69646724 # # / |/ /__ ____ _(_) /_ ____ _ nagilum@nagilum.org \n +491776461165 # # / / _ `/ _ `/ / / // / ' \ Amiga (68k/PPC): AOS/NetBSD/Linux # # /_/|_/\_,_/\_, /_/_/\_,_/_/_/_/ Mac (PPC): MacOS-X / Linux / MacOS-X # # /___/ x86: FreeBSD/Linux/Solaris/Win2k ARM9: EPOC EV6 # ======================================================================== ---------------------------------------------------------------- cakebox.homeunix.net - all the machine one needs..