From owner-freebsd-stable@FreeBSD.ORG Mon Nov 21 06:51:00 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F45B16A41F for ; Mon, 21 Nov 2005 06:51:00 +0000 (GMT) (envelope-from kolicz@EUnet.yu) Received: from smtpclu-3.eunet.yu (smtpclu-3.eunet.yu [194.247.192.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD0B543D49 for ; Mon, 21 Nov 2005 06:50:59 +0000 (GMT) (envelope-from kolicz@EUnet.yu) Received: from faust.net (P-15.2.EUnet.yu [213.240.15.2]) by smtpclu-3.eunet.yu (8.13.4/8.13.4) with ESMTP id jAL6otVf001993 for ; Mon, 21 Nov 2005 07:50:56 +0100 Received: by faust.net (Postfix, from userid 1001) id C920CB82C; Mon, 21 Nov 2005 07:50:25 +0100 (CET) Date: Mon, 21 Nov 2005 07:50:25 +0100 From: Zoran Kolic To: freebsd-stable@freebsd.org Message-ID: <20051121065025.GA622@faust.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scan: EUnet-AVAS-Milter X-AVAS-Virus-Status: clean X-Spam-Checker: EUnet-AVAS-Milter X-AVAS-Spam-Score: -2.4 X-AVAS-Spam-Symbols: AWL BAYES_00 NO_RELAYS Subject: acpi_perf error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 06:51:00 -0000 Hi all! I've seen this error some 300 times at the beginning of boot process. System goes up and works with no issue. It is nforce3 250 with amd64, 6.0 os. Using sysctl, I've found the line: dev.acpi_perf.0.%driver: acpi_perf In bios acpi apic is turned off, due to acpi errors from 5.4 era. Kernel includes cpufreq and powerd is in rc.conf. Is there any known command for sysctl to change "driver"? Or should I put apic back? Would be nice to have temperature reading on this mobo to compare cpufreq effect. Best regards Zoran