Date: Wed, 3 Mar 2004 22:06:45 -0800 (PST) From: Nate Lawson <nate@root.org> To: current@freebsd.org Cc: acpi-jp@jp.frebsd.org Subject: cvs commit: src/sys/dev/acpica acpi_ec.c (fwd) Message-ID: <20040303220414.U21587@root.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040303220414.U21587>