From owner-cvs-src@FreeBSD.ORG Wed Oct 22 15:30:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4986D16A4B3; Wed, 22 Oct 2003 15:30:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFCEF43FDD; Wed, 22 Oct 2003 15:30:57 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9MMUvXJ030461; Wed, 22 Oct 2003 15:30:57 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9MMUvti030460; Wed, 22 Oct 2003 15:30:57 -0700 (PDT) (envelope-from njl) Message-Id: <200310222230.h9MMUvti030460@repoman.freebsd.org> From: Nate Lawson Date: Wed, 22 Oct 2003 15:30:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica exfldio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 22:30:58 -0000 njl 2003/10/22 15:30:57 PDT FreeBSD src repository Modified files: sys/contrib/dev/acpica exfldio.c Log: Allow access to the field if it is within the region size rounded up to a multiple of the access byte width. This overcomes errors in the AML often found in Toshiba laptops. These errors were allowed by the Microsoft ASL compiler and interpreter. This will NOT be imported by ACPI-CA so make the change on our local branch. File was already off the vendor branch. Submitted by: blaz Original idea: Rick Richardson for Linux Revision Changes Path 1.17 +19 -0 src/sys/contrib/dev/acpica/exfldio.c