From owner-svn-src-all@FreeBSD.ORG Sun Aug 22 01:24:38 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BF421065674; Sun, 22 Aug 2010 01:24:38 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 471AD8FC14; Sun, 22 Aug 2010 01:24:38 +0000 (UTC) Received: by pxi17 with SMTP id 17so2004988pxi.13 for ; Sat, 21 Aug 2010 18:24:37 -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=X9Z5EAmEdyv8MihovhLmD9vknl9N5WO9cnzMpmxLshY=; b=x5qBVxJjgOZ9GvTnQJEXvROot0oW9K0YTLZ6Ili81Pat//kZ9fOtPE9j77VNeji62h A60T7ySj0wk0DusfM88cQpQ9kpcTguiI4Caxz4FktQi1MVr7vwwWqefvWisiChALYX2u L14jUai2Z4oKHyIud7Ep7wdAl1Kzgn3IPbS+w= 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=u0IPlQNSTuHBZjOp6czQgAdeCqCh1PnQSH0vAQVmQiziyg+K0i/2fK2x+MfG/AOeJM qHAFJVPdyEqF6D01IvCvpEm3B84f5WHlnsg/8wft6zsJmGBAmSwofYTU2kG8FsrR5cji rBEEHtd8nChTu1QkW2yBELgEvm8W7c2kbWhNk= Received: by 10.142.211.5 with SMTP id j5mr2696832wfg.261.1282440277668; Sat, 21 Aug 2010 18:24:37 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id z1sm5861042wfd.15.2010.08.21.18.24.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 21 Aug 2010 18:24:36 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Sat, 21 Aug 2010 18:24:33 -0700 From: Pyun YongHyeon Date: Sat, 21 Aug 2010 18:24:33 -0700 To: "M. Warner Losh" Message-ID: <20100822012433.GB1090@michelle.cdnetworks.com> References: <201008212313.o7LNDGpH083604@svn.freebsd.org> <20100821.191334.655406241928302946.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100821.191334.655406241928302946.imp@bsdimp.com> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, yongari@FreeBSD.org Subject: Re: svn commit: r211594 - head/sys/dev/bge X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 01:24:38 -0000 On Sat, Aug 21, 2010 at 07:13:34PM -0600, M. Warner Losh wrote: > In message: <201008212313.o7LNDGpH083604@svn.freebsd.org> > Pyun YongHyeon writes: > : Author: yongari > : Date: Sat Aug 21 23:13:16 2010 > : New Revision: 211594 > : URL: http://svn.freebsd.org/changeset/base/211594 > : > : Log: > : Load tunable from loader.conf(5) instead of device.hints(5). > > Why the move? > Because bge(4) man page didn't mention device.hints. The tunable could be set via sysctl or loader.