From owner-svn-src-all@FreeBSD.ORG Sun Aug 22 03:39:06 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 45390106567A; Sun, 22 Aug 2010 03:39:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 04AE78FC0C; Sun, 22 Aug 2010 03:39:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o7M3Xk4c027343; Sat, 21 Aug 2010 21:33:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 21 Aug 2010 21:33:52 -0600 (MDT) Message-Id: <20100821.213352.496218958820922397.imp@bsdimp.com> To: pyunyh@gmail.com From: "M. Warner Losh" In-Reply-To: <20100822022001.GC1090@michelle.cdnetworks.com> References: <20100822012433.GB1090@michelle.cdnetworks.com> <20100821.201042.802415220773306162.imp@bsdimp.com> <20100822022001.GC1090@michelle.cdnetworks.com> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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 03:39:06 -0000 In message: <20100822022001.GC1090@michelle.cdnetworks.com> Pyun YongHyeon writes: : On Sat, Aug 21, 2010 at 08:10:42PM -0600, M. Warner Losh wrote: : > In message: <20100822012433.GB1090@michelle.cdnetworks.com> : > Pyun YongHyeon writes: : > : 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. : > : > It's just that our other drivers use the hints mechanism. : > : > Of course, you could easily set either of these in either loader.conf : > or device.hints... They are basically the same thing... : > : : Yes, but hints requires "hint" string to be present before : driver.unit.keyword string which is not the same syntax of sysctl : variable. I guess my bigger point is that we should consider migration now that we have a better mechanism... Warner