From owner-freebsd-acpi@FreeBSD.ORG Mon Jul 16 23:32:09 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D436A16A401 for ; Mon, 16 Jul 2007 23:32:09 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id A21F613C4AC for ; Mon, 16 Jul 2007 23:32:09 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 86217 invoked from network); 16 Jul 2007 23:32:10 -0000 Received: from ppp-71-139-42-13.dsl.snfc21.pacbell.net (HELO ?10.0.0.15?) (nate-mail@71.139.42.13) by root.org with ESMTPA; 16 Jul 2007 23:32:10 -0000 Message-ID: <469BFFF2.1090504@root.org> Date: Mon, 16 Jul 2007 16:32:02 -0700 From: Nate Lawson User-Agent: Thunderbird 2.0.0.4 (X11/20070620) MIME-Version: 1.0 To: hartzell@alerce.com References: <18074.33681.27885.568308@almost.alerce.com> <469AA815.9060906@root.org> <18074.44281.478078.454771@almost.alerce.com> In-Reply-To: <18074.44281.478078.454771@almost.alerce.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org Subject: Re: acpi_smbus_read_2: AE_ERROR 0x10 on a Mac Pro running -STABLE 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: Mon, 16 Jul 2007 23:32:09 -0000 George Hartzell wrote: > Nate Lawson writes: > > George Hartzell wrote: > > > Hi, > > > > > > I have an 8-way Mac Pro running -STABLE csup'ed a few weeks ago. It's > > > generally working great, but > > > > > > acpi_smbus_read_2: AE_ERROR 0x10 > > > > > > pops up on the console several times per minute. It doesn't seem to > > > hurt anything, but it fills up the dmesg buffer and just doesn't seem > > > right. > > > > > > Does it ring any bells? What add'l info can I provide that might help > > > shut it up? > > > > It's the acpi_smbat device (smart battery). For some reason, your > > system is reporting an error when it reads the battery status every 10 > > seconds or so. > > > > I don't know much about the SMbus status codes. You could start by > > posting your dmesg (AE_ERROR messages trimmed for size). > > I've put dmesg -v, dmesg, sysctl hw.acpi, and acpidump -dt output at: > > http://shrimp.alerce.com/misc/delicious-dmesg-verbose.txt > http://shrimp.alerce.com/misc/macpro.asl > http://shrimp.alerce.com/misc/delicious-dmesg.txt > http://shrimp.alerce.com/misc/sysctl.hw.acpi > > The top of the dmesg -v output seems to have scrolled out of the > buffer. Well, your ASL advertises an acpi_smbat device: Device (SMB0) { Name (_HID, "ACPI0001") Name (_EC, 0x2010) } Not sure what we can do except you can add this to loader.conf: debug.acpi.disabled="smbat" -Nate