From owner-freebsd-questions@FreeBSD.ORG Thu Dec 25 15:39:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B516F106564A for ; Thu, 25 Dec 2008 15:39:19 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (g1.stradamotorsports.com [64.81.163.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7664A8FC1A for ; Thu, 25 Dec 2008 15:39:19 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from [192.168.1.17] ([192.168.1.17]) by mx1.highperformance.net (8.14.3/8.14.3) with ESMTP id mBPFdIZC037084 for ; Thu, 25 Dec 2008 07:39:19 -0800 (PST) (envelope-from jcw@highperformance.net) Message-ID: <4953A926.7030700@highperformance.net> Date: Thu, 25 Dec 2008 07:39:18 -0800 From: "Jason C. Wells" User-Agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Persistent Kernel Variables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2008 15:39:19 -0000 I have a new kernel variable in /boot/device.hints. kern.timecounter.hardware="i8254" but it's not set during boot. I have other hints that are set during boot. Why is kern.timecounter.hardware not being set? How can I fix it. Later, Jason