From owner-cvs-all@FreeBSD.ORG Sat Feb 28 12:39:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75F3B16A4CE; Sat, 28 Feb 2004 12:39:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 579FC43D2F; Sat, 28 Feb 2004 12:39:10 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1SKdAGe023435; Sat, 28 Feb 2004 12:39:10 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1SKdAA7023434; Sat, 28 Feb 2004 12:39:10 -0800 (PST) (envelope-from njl) Message-Id: <200402282039.i1SKdAA7023434@repoman.freebsd.org> From: Nate Lawson Date: Sat, 28 Feb 2004 12:39:10 -0800 (PST) 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 20:39:10 -0000 njl 2004/02/28 12:39:10 PST FreeBSD src repository Modified files: sys/contrib/dev/acpica exfldio.c Log: Local change: Allow access to the field if it is within the region size rounded up to a multiple of the access byte width. This overcomes "off-by-one" programming errors in the AML often found in Toshiba laptops. Revision Changes Path 1.20 +5 -5 src/sys/contrib/dev/acpica/exfldio.c