From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:39:34 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 33CA416A4CE; Fri, 2 Jul 2004 08:39:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14CED43D4C; Fri, 2 Jul 2004 08:39:34 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628ct3X017708; Fri, 2 Jul 2004 08:38:55 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628ctVA017707; Fri, 2 Jul 2004 08:38:55 GMT (envelope-from marks) Message-Id: <200407020838.i628ctVA017707@repoman.freebsd.org> From: Mark Santcroos Date: Fri, 2 Jul 2004 08:38:55 +0000 (UTC) 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: Fri, 02 Jul 2004 08:39:34 -0000 marks 2004-07-02 08:38:55 UTC 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.22 +87 -67 src/sys/contrib/dev/acpica/exfldio.c