From owner-freebsd-questions@FreeBSD.ORG Mon Jan 7 09:23:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D5BE1CC1; Mon, 7 Jan 2013 09:23:50 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 9EAD93F5; Mon, 7 Jan 2013 09:23:50 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1Ts8vn-0007Mz-04; Mon, 07 Jan 2013 09:23:43 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Ts8vm-0004UQ-BD; Mon, 07 Jan 2013 09:23:42 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r079NfNH035002; Mon, 7 Jan 2013 09:23:41 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r079NfRm035001; Mon, 7 Jan 2013 09:23:41 GMT (envelope-from mexas) Date: Mon, 7 Jan 2013 09:23:41 GMT From: Anton Shterenlikht Message-Id: <201301070923.r079NfRm035001@mech-cluster241.men.bris.ac.uk> To: freebsd-questions@freebsd.org, freebsd-sparc64@freebsd.org Subject: powerd(8), cpufreq(4) only available on amd64/i386? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 09:23:50 -0000 I recently installed 9.1-release on a sparc64 box. One of the options in bsdinstall was to use the cpu power control. I chose to use it. So I've got # grep power /etc/rc.conf powerd_enable="YES" # which doesn't seem to work: root: /etc/rc: WARNING: failed to start powerd Is the following dmesg line relevant? # dmesg|grep "power management" jbusppm0: mem 0x4000f000000-0x4000f000007,0x4000f410050-0x4000f41005f on nexus0 # Anyway, I wonder if powerd is only for amd64/i386 and is not supposed to work on sparc64. cpufreq(4) is not listed in sparc64 GENERIC kernel. If that's the case, then maybe it's best to remove powerd option from bsdinstall? Anton