From owner-freebsd-arm@FreeBSD.ORG Wed Jan 31 22:21:52 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0110E16A402 for ; Wed, 31 Jan 2007 22:21:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 93B6D13C471 for ; Wed, 31 Jan 2007 22:21:51 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l0VMKcfL045957; Wed, 31 Jan 2007 15:20:41 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 31 Jan 2007 15:21:08 -0700 (MST) Message-Id: <20070131.152108.1791047120.imp@bsdimp.com> To: jhay@meraka.org.za From: "M. Warner Losh" In-Reply-To: <20070131161418.GA47697@zibbi.meraka.csir.co.za> References: <20070131060134.GA19344@zibbi.meraka.csir.co.za> <20070131.015655.-432838507.imp@bsdimp.com> <20070131161418.GA47697@zibbi.meraka.csir.co.za> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 31 Jan 2007 15:20:41 -0700 (MST) Cc: freebsd-arm@freebsd.org Subject: Re: setting kernel env variables X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2007 22:21:52 -0000 In message: <20070131161418.GA47697@zibbi.meraka.csir.co.za> John Hay writes: : On Wed, Jan 31, 2007 at 01:56:55AM -0700, M. Warner Losh wrote: : > Have you tried just putting into a hints file? : : Yes, but it didn't work. Should it? Are you supposed to be able to set : TUNABLE_INTs through the hints mechanism? You should be able to, I thought.... However, your proposed change makes good sense given that other architectures do it. Warner