From owner-cvs-all@FreeBSD.ORG Thu Feb 17 19:00:15 2005 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 5A95016A4CE; Thu, 17 Feb 2005 19:00:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3187B43D54; Thu, 17 Feb 2005 19:00:15 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1HJ0FSU037184; Thu, 17 Feb 2005 19:00:15 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1HJ0EPa037183; Thu, 17 Feb 2005 19:00:14 GMT (envelope-from njl) Message-Id: <200502171900.j1HJ0EPa037183@repoman.freebsd.org> From: Nate Lawson Date: Thu, 17 Feb 2005 19:00:14 +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/dev/acpica acpi.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: Thu, 17 Feb 2005 19:00:15 -0000 njl 2005-02-17 19:00:14 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Check for the address space type first before validating it. In particular, we want to return EOPNOTSUPP for FFixedHW no matter what the address. Submitted by: Bruno Ducrot Revision Changes Path 1.201 +6 -2 src/sys/dev/acpica/acpi.c