From owner-freebsd-ppc@FreeBSD.ORG Wed Aug 30 01:30:28 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B345C16A4DA for ; Wed, 30 Aug 2006 01:30:28 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EF5E43D46 for ; Wed, 30 Aug 2006 01:30:27 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [10.33.24.110] (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CBP54929 (AUTH peterg@ptree32.com.au); Wed, 30 Aug 2006 11:30:18 +1000 (EST) Message-ID: <44F4EA3F.8020706@freebsd.org> Date: Tue, 29 Aug 2006 18:30:39 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: Torfinn Ingolfsen References: <20060829110905.5443d020.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20060829110905.5443d020.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: hw.model is empty? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 01:30:28 -0000 > The bsdstats script uses 'sysctl -n hw.model' to get cpu information, > but on my machine this reports an empty string. Definitely a bug. The info is there - it can be seen in the dmesg - just needs to be propagated to the sysctl. later, Peter.