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