Date: Wed, 3 Mar 2004 21:58:50 -0800 (PST) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_ec.c Message-ID: <200403040558.i245wohS011157@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?200403040558.i245wohS011157>