From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 09:56:45 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 5530B37B405 for ; Fri, 25 Jul 2003 09:56:45 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A4A4443FA3 for ; Fri, 25 Jul 2003 09:56:44 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 44661 invoked by uid 1000); 25 Jul 2003 16:56:45 -0000 Date: Fri, 25 Jul 2003 09:56:45 -0700 (PDT) From: Nate Lawson To: current@freebsd.org, acpi-jp@jp.freebsd.org Message-ID: <20030725095421.D44638@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/sys/dev/acpica acpi_ec.c 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: Fri, 25 Jul 2003 16:56:45 -0000 If you get the error message below, please enable hw.acpi.verbose=1 in loader.conf and post the dmesg output. I'm trying to find if there are any more broken ECs that need to be worked around. Anything more than 1000 us is starting to get iffy although you should only get an error if you hit 50000 us. -Nate ---------- Forwarded message ---------- njl 2003/07/25 09:49:46 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: Add an informational debugging printf of the maximum time spent in EcEventWait(). If you get AE_HARDWARE_NO_RESPONSE errors, please enable this info by setting hw.acpi.verbose=1 in loader.conf. Revision Changes Path 1.37 +10 -0 src/sys/dev/acpica/acpi_ec.c