From owner-freebsd-acpi@FreeBSD.ORG Wed Nov 9 04:39:38 2005 Return-Path: X-Original-To: acpi@freebsd.org Delivered-To: freebsd-acpi@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AEB916A41F for ; Wed, 9 Nov 2005 04:39:38 +0000 (GMT) (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 BD17D43D45 for ; Wed, 9 Nov 2005 04:39:37 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jA94bWIl030646 for ; Tue, 8 Nov 2005 21:37:32 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 08 Nov 2005 21:38:04 -0700 (MST) Message-Id: <20051108.213804.102936607.imp@bsdimp.com> To: acpi@freebsd.org From: "M. Warner Losh" X-Mailer: Mew version 3.3 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]); Tue, 08 Nov 2005 21:37:32 -0700 (MST) Cc: Subject: acpi_perf X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2005 04:39:38 -0000 A long time ago I disabled acpi_perf because it was causing a double free panic. I'd forgotten that I'd done this until recently when I noticed in the /boot/loader.conf file. I renabled it and now I see: cpu0: on acpi0 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_throttle0: on cpu0 acpi_lid0: on acpi0 I don't know if this happened before or not, but I was wondering what people think the next step would be. Warner