From owner-freebsd-stable@FreeBSD.ORG Mon Jun 25 23:32:17 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0480316A400 for ; Mon, 25 Jun 2007 23:32:17 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id E2F5A13C483 for ; Mon, 25 Jun 2007 23:32:16 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 11D8133C83 for ; Mon, 25 Jun 2007 15:59:03 -0700 (PDT) Received: from postfix.alerce.com (unknown [128.177.16.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id CA4D333C6E for ; Mon, 25 Jun 2007 15:59:02 -0700 (PDT) Received: by postfix.alerce.com (Postfix, from userid 501) id D2702E5B03; Mon, 25 Jun 2007 13:52:01 -0400 (EDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18048.193.641430.935322@almost.alerce.com> Date: Mon, 25 Jun 2007 13:52:01 -0400 To: freebsd-stable@freebsd.org X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: acpi_smbus_read_2: AE_ERROR on mac pro X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 23:32:17 -0000 I have -STABLE (amd64) running on an 8-way Mac Pro system. It's all working great except I get the following message on the console every couple of seconds. acpi_smbus_read_2: AE_ERROR 0x10 I've (google...) found one comment about Freebsd and the Mac Pro that includes this message in it's dmesg output but doesn't actually mention it. It doesn't seem to be causing any problems but I'd just as soon fix whatever it's whining about. Is there some central site for freebsd on intel mac's? Is this error familiar to anyone? g.