From owner-cvs-all@FreeBSD.ORG Wed May 5 19:28:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D416416A4CE for ; Wed, 5 May 2004 19:28:09 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 31C3643D53 for ; Wed, 5 May 2004 19:28:09 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 53606 invoked from network); 6 May 2004 02:28:07 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 6 May 2004 02:28:07 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 5 May 2004 21:28:06 -0500 (CDT) From: Mike Silbersack To: Nate Lawson In-Reply-To: <20040505171634.N37631@root.org> Message-ID: <20040505212626.R2182@odysseus.silby.com> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505183432.Y639@odysseus.silby.com> <20040505171634.N37631@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 02:28:10 -0000 On Wed, 5 May 2004, Nate Lawson wrote: > On Wed, 5 May 2004, Mike Silbersack wrote: > > I don't know if it was this, or John's ELCR support, or what, but I tried > > ACPI support again, and cbb0 (and subsequently wi0) now works for me! > > I'll be truthful and say John's changes are the likely hero. > > > Whoo! Now I can start experimenting with all the power saving features > > and complain about those not working properly. :) > > Don't feel too obligated -- we have that role already quite full. :) > > -Nate Hm, I think that you may be right about John's commit, because I'm saw this error twice since I booted: ACPI-0440: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1303: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.EC0_._Q20] (Node 0xc41c0400), AE_AML_NO_RETURN_VALUE Any clue what that means? It sounds new. :) Mike "Silby" Silbersack