From owner-freebsd-current@FreeBSD.ORG Wed Mar 3 22:06:43 2004 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 11E9116A4CE for ; Wed, 3 Mar 2004 22:06:43 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id DC05B43D1D for ; Wed, 3 Mar 2004 22:06:42 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 21675 invoked by uid 1000); 4 Mar 2004 06:06:45 -0000 Date: Wed, 3 Mar 2004 22:06:45 -0800 (PST) From: Nate Lawson To: current@freebsd.org Message-ID: <20040303220414.U21587@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.frebsd.org Subject: cvs commit: src/sys/dev/acpica acpi_ec.c (fwd) 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: Thu, 04 Mar 2004 06:06:43 -0000 This should also be correct and might fix problems for people. Symptoms of new bugs would be battery handling, switch events failing, temp readings being incorrect, etc. Let me know dmesg if you have such problems. -Nate ---------- Forwarded message ---------- njl 2004/03/03 21:58:50 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: Fix an off-by-one error and rework our EC space handler. Writing to address 0xFF would fail previously as AE_BAD_PARAMETER. It's unknown if this caused any actual problems. Revision Changes Path 1.44 +15 -14 src/sys/dev/acpica/acpi_ec.c