From owner-freebsd-current@FreeBSD.ORG Wed Jul 2 11:51:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C8B737B401 for ; Wed, 2 Jul 2003 11:51:35 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1274F43F85 for ; Wed, 2 Jul 2003 11:51:35 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 90377 invoked by uid 1000); 2 Jul 2003 18:51:35 -0000 Date: Wed, 2 Jul 2003 11:51:35 -0700 (PDT) From: Nate Lawson To: Andrea Campi In-Reply-To: <20030702180146.GA654@webcom.it> Message-ID: <20030702114948.D90375@root.org> References: <20030701010230.U86209@root.org> <3F014DFF.3010301@kasimir.com> <20030701102415.P87367@root.org> <20030702180146.GA654@webcom.it> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.FreeBSD.org cc: current@freebsd.org Subject: Re: [acpi-jp 2374] Re: Updated ec-burst.diff patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 18:51:35 -0000 On Wed, 2 Jul 2003, Andrea Campi wrote: > On Tue, Jul 01, 2003 at 10:25:36AM -0700, Nate Lawson wrote: > > Would you please turn on "hw.acpi.verbose=1" in loader.conf? It should > > explain the cause of those errors. Also, I would like the output of > > "dmesg | egrep acpi_ec0\|EC\ Wait". > > I tested your patch on my IBM Thinkpad 570E and didn't see any difference. > I was surprised by that, but hey, what do I know. Then I did a > "dmesg | egrep acpi_ec0\|EC\ Wait", and got no output at all. Turns out > I have no acpi_ec0. > > Should I worry about that? Will I miss anything because of that? My laptop > is working correctly in most ways, including thermal zone, profile transition > when plugging and unplugging the power cord, and power states (in particular > S4BIOS). No, if thermal and profile transitions work, you're fine. I'm not familiar with the many hardware designs but it appears an EC is not mandatory and that people have other ways of tying a controller to the SCI. My guess is SMbus or other connection. -Nate