From owner-freebsd-acpi@FreeBSD.ORG Sat Mar 16 08:10:31 2013 Return-Path: Delivered-To: acpi@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CF4304AB for ; Sat, 16 Mar 2013 08:10:31 +0000 (UTC) (envelope-from seanwbruno@gmail.com) Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 85B706FE for ; Sat, 16 Mar 2013 08:10:31 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id wz12so4798849pbc.31 for ; Sat, 16 Mar 2013 01:10:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:from:reply-to:to:cc:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=li8Q6Y8P9HRNNa/f67s3SBsHo9qK3UzyzW5I2Z4fzS8=; b=iqX3dasB44F6nQ9thU2GJk8XiYNCr0kvEQsR5DnjzNgeJbbq9JVVG+CgJqfPpEZd9X snJ5XbfRRfi1b0xMWHxlHkCvcOzWcCacMGUijaKhhp09LwsfgkpI4c71rSLbAMLiPkBd x2z0lOK9x/asIwjty/+VzeRGznedFovs34W6Rm7g/hdnrtECedCKDyHQ4pGkPkWDJz/s 2d1PPlrHNikPdOQIzeZyiSYUkEVMB/RL76q0kH1ZE+rCLa77jL1E1PKXG1XOl4aSshyz XnMRZCrhQVPqOoInFzGMvQJC9bNIfFRM9h6X4PC/ihuoywDOvvVAC5XZLgNqVIgNATy0 ouyQ== X-Received: by 10.66.241.71 with SMTP id wg7mr185676pac.155.1363421424983; Sat, 16 Mar 2013 01:10:24 -0700 (PDT) Received: from [192.168.11.253] ([180.42.49.96]) by mx.google.com with ESMTPS id fh1sm189860pac.1.2013.03.16.01.10.22 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 16 Mar 2013 01:10:24 -0700 (PDT) Subject: ACPI Debugging From: Sean Bruno To: acpi@freebsd.org Content-Type: text/plain; charset="us-ascii" Date: Sat, 16 Mar 2013 17:10:20 +0900 Message-ID: <1363421420.1670.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 08:10:31 -0000 Been trying to get ACPI Debugging working via http://www.freebsd.org/doc/handbook/acpi-debug.html and am not getting any output. We've compiled with options ACPI_DEBUG, set debug.acpi.enable_debug_objects, debug.acpi.layer=ACPI_ALL_DRIVERS and debug.acpi.level=ACPI_LV_VERBOSE I'm not sure anything is happening as there doesn't appear to be anything further in the system logs. What obvious bit of sorcery am I missing here? Sean